@charset "utf-8";
body {
	background-image: url(/images/STARS3.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.oneColFixCtr #container {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
my link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #FFFFFF;
}
.oneColFixCtr #container #mainContent .style5 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

a:link {
	color: #097690;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #097690;
}
a:hover {
	text-decoration: none;
	color: #097690;
}
a:active {
	text-decoration: none;
	color: #097690;
}
body,td,th {
	font-size: 100%;
}
.style2 {
	font-size: 9pt;
	color: #FFFFFF;
}
.style3 {color: #000000} 

.style4 {color: #FFFFFF} 

.style5 {color: #000000}

.title {color: #FFFFFF} 
.regularText {color: #000000}

.leftMenu a:link {
	text-decoration: none;
	color: #FFCC33;
	}
.leftMenu a:visited {
	text-decoration: none;
	color: #FFCC33;
	}
.leftMenu a:hover {
	text-decoration: none;
	color: #0099FF;
	}
.leftMenu a:active {
	text-decoration: none;
	color: #FFCC33;
	}

.botMenu a:link {
	text-decoration: none;
	color: #000000;
	}
.botMenu a:visited {
	text-decoration: none;
	color: #000000;
	}
.botMenu a:hover {
	text-decoration: none;
	color: #FFCC33;
	}
.botMenu a:active {
	text-decoration: none;
	color: #000000;
	}
