/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center top;
	left: 0px;
	top: 0px;
	}

table {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	}

	
a:hover {
	color: #669900;

}

a:link {
	color: #0000CC;

}

a:active {
	color: #000099;

}

a:visited {
	color: #9900CC;

}



H1 {
	font-weight: bolder;
	font-size: xx-large;
	color: #000066;

}
H2 {
	font-size: large;
	font-weight: bold;
	color: #000066;
}


H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: bolder;
	color: #000066;
	font-style: normal;
}

p {
	font-size: x-small;
}
.blurb {
	text-align: left;
}
.whitetext {
	color: #FFFFFE;
}
.weighttable {

	font-size: x-small;
	color: #000033;
	text-align: center;
}
.smalltext {
	font-size: xx-small;
}
.sitelink {
	font-size: small;
}
.slogan {
	color: #CCCCFF;
	top: 75px;
	left: 350px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	z-index: 0;
	/*opacity: .50;
	filter: alpha(opacity=50);
	text-align: center;
	-moz-opacity: .50;
	-khtml-opacity: .50;
	/* opera doesn't support this yet, but if/when it does, it
	* will probably take a syntax like... */
	/*-o-opacity: .50; */

}
.shading {
	background-color: #DDDDFF;
	font-weight: bold;

}
