/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
}
.style1 {color: #FFFFFF}
.mostText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
body {
	background-image: url(images/bg_stars.jpg);
	margin-top: 2px;
}
.leftText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.menuText {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
a:visited {
	color: #0033CC;
}


.mostText a:link {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
}
.mostText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.mostText a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.mostText a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

