@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
}
a:link {
	color: #00AEEF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00AEEF;
}
a:hover {
	text-decoration: none;
	color: #00AEEF;
}
a:active {
	text-decoration: none;
	color: #00AEEF;
}

table.whitebrdr {
border-left:1px; 
border-right:1px; 
border-bottom:12px; 
border-top:0px; 
border-style:solid; 
border-color:#fff;
}

.style1 {
	color: #00AEEF;
}

h2 {color: #fff; font-size:10px; padding:4px 6px 8px 6px; background-image: url(images/h2bg.png); background-repeat:repeat-x;}