.style2 {
	color: #FFCC00;
	font-style: normal;
	border: 0;
	text-decoration: none;
}
.style3 {
	font-style: normal;
	color: #FFCC00;
	text-decoration: none;
}
.style4 {
	color: #FFCC00;
	text-decoration: none;
	font-size: large;
}
.style5 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-large;
}
.style6 {
	color: #000000;
	text-decoration: none;
	font-size: large;
}
.style8 {
	color: #FFCC00;
	text-decoration: none;
	font-size: small;
}
.style9 {
	color: #FFCC00;
	font-style: italic;
	font-size: small
	text-decoration: none; 
}
.style10 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-large;
}
.style11 {
	color: #FFCC00;
	font-style: italic;
	font-size: large
	text-decoration: none;
}
body,td,th {
	color: #CCCCCC;
}
.twoColHybLtHdr #container #header td {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
#main-div {
position: absolute;
top: 50%;
left: 50%;
width: 70em;
height: 50em;
margin-top: -25em; /*always take 1/2 from the size of the height, they have to be negative*/
margin-left: -35em; /*always take 1/2 from the size of the width, they have to be negative*/
}
