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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
body {
	background-color: #0066FF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #0099FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}



#menu{
width: 145px;
height:373px;
margin: 0 auto;
text-align:right;
line-height:24px;

}



#menu a {
color:#FFCC00;

}

#menu a:hover {
color: #0099FF;

}

.style1 {
	color: #003366;
	font-size: 18px;
}

.style2 {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}