td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

h2 
{
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #00AE9C;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #4CC5B9;
}


div
{
    text-align:left;
    position:absolute;
    visibility:hidden;
    clip:rect(0 150 100 0);
    border:solid 1pt;
    background-color:#ffffe7;
    z-index:10;
}

a 
{
    color:#009F8C;
}

a:hover
{
    color:#80D1C8;
}

img
{
    border-style:none;
}
	
