/* CSS Document */

body {
	background-image: url(images/gradientBackground.jpg);
	background-repeat: repeat-x;
	background-color: #0076aa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
BODY A:LINK {color: #005275; text-decoration: underline;}
BODY A:ACTIVE {color: #005275; text-decoration: underline;}
BODY A:VISITED {color: #005275; text-decoration: underline;}
BODY A:HOVER {color: #333333; text-decoration: underline;}

.bodyBackground {
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-y;
}.tenPointFont {
	font-size: 10px;
}
.tiny {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica;
	color:#FFFFFF;

}
.boldBlue {
	font-weight: bold;
	color: #005275;
}
.blueBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0176AB;
}
.boldBlue14PT {
	font-weight: bold;
	color: #005275;
	font-size: 14px;
}
