@charset "UTF-8";

body,td,th {
	font-family: verdana;
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-image: url();

	background-repeat: repeat-y; 
}
a {
	font-family: verdana;
	color: #0099FD;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FD;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0099FD;
}

.shadowbg {
	background-color: #5382a1;
	background-image: url(images/shadow_bg.gif);
	background-repeat: repeat-y; 
	background-position: center top;
}
.shadowbg_bottom {
	background-image: url(images/bottomshadow_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}


.btmstyle {color: #FFFFFF}

A:link {text-decoration: none; color:#666666 ;}
A:visited {text-decoration: none; color: #666666;}
A:active {text-decoration: none; color: #666666;}
A:hover {color: #09B6EC;}