body	{
	background: url(../images/bg.jpg) top left fixed repeat-x;
	background-color: #193596;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

a {
	color:#032E85;
}

a:visited {
	color:#032E85;
}

a:hover {
	color:#BE5458;
}

.newsLink:hover {
	color:#808080;
}
	
	

.footerLinks {
	color:#000000;
	text-decoration:none;
}

.footerLinks:hover {
	color:#000000;
	text-decoration:underline;
}

.footerLinks:visited {
	color:#000000;
}

.super {
	vertical-align: super;
	font-size:7px;
}

.smallText {
	font-size:10px;
}

.smallTextBold {
	font-size:10px;
	font-weight:bold;
}

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.normalTextBold {
	font-weight:bold;
}

.largeText {
	font-size:14px;
}

.largeTextBold {
	font-size:14px;
	font-weight:bold;
}

.extraLargeText {
	font-size:17px;
}

.black {
	color:#000000;
}

.white {
	color:#FFFFFF;
}

.red {
	color:#FF0000;
}

.lightgray {
	color:#808080;
}

.blue {
	color:#032E85;
}

