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

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #001C37;
	margin-top: 0px;
	background-image: url(bg.jpg);
}
.style1 {
	color: #001C37;
	font-weight: bold;
}
.style2 {color: #001C37}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
a {
	font-weight: bold;
}

p { 
	line-height: 1.2;
}

li {
	line-height: 1.2;
}

a.hide:link {color: #ffffff; background: #ffffff; font-weight: bold;}
a.hide:active {color: #ffffff; background: #ffffff; font-weight: bold;}
a.hide:visited {color: #ffffff; background: #ffffff; font-weight: bold;}
a.hide:hover {color: #ffffff; background: #ffffff; font-weight: bolder;}

#main {
	/* background-image:url(tablebg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat; */
	width: 600px;
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}

-->
