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: #B00000;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #4CC5B9;
}

object 
{
	background-color: #FFFFFF;
}

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:#B00000;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    color:#B00000;
    text-decoration:underline;
}

img
{
    border-style:none;
}
	
