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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #99CCCC;
	padding: 0px;
	margin: 0px;
	background-color: #000033;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mainbg {
	background-image: url(images/m2.gif);
	background-repeat: repeat-y;
	padding: 20px;
}
.txt-greyLg {
	font-size: 125%;
	font-weight: bold;
	color: #CCCCCC;
}
.bg-black {
	background-color: #000000;
}
