/* CSS Document */
body
{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited{
	text-decoration: none;
	color: #0099FF;
}
a:active{
	text-decoration: none;
	color: #0099FF;
}
a:hover{
	text-decoration: none;
	color: #FFCC00;
}

.table_header { /*table at the top of the page*/
	border-collapse: collapse;
	background-color: #0099FF;
	border-color: #0099FF;
	border-width: 1px;
	border-style: solid;
	border: true;
}
.tr_header_chevron { /*l1 means line one of the table*/
	background-image: url(../images/blue_chevron.gif);
}
.tr_header_logo {
	background-color: #000000;
}
.td_content {
	background-color: #000000;
	border-right-color: #0099FF;
	border-right-style: dashed;
	border-right-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	border-top-color: #0099FF;
	border-top-width: 1px;
	border-top-style: dashed;
}
.td_latest {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	border-top-color: #0099FF;
	border-top-width: 1px;
	border-top-style: dashed;
}

tr {
	text-align:justify;
	vertical-align:top;
}

.td_carling {
	font-size:9px;
	text-align:justify;
	vertical-align:top;
}

.td_index {
	vertical-align:middle;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#dropmenudiv{
position:absolute;
border:1px solid #0099FF;
border-bottom-width: 1;
font:normal 11px Verdana;
line-height:13px;
z-index:100;
}

#dropmenudiv a{
background-color: #000000;
width: 100%;
display: block;
text-indent: 2px; /*  Distance from the left border */
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}
