.bgImage {
	background-image: url(images/bgImage.gif);
	background-repeat: repeat-y;
}
.largeFont {
	font-family:Times New Roman;
	font-size: 15pt;
	color: #0D3084;
}
.largerFont {
	font-family:Times New Roman;
	font-size:18pt;
	color:#0D3084;
}
.mainFont {
	font:10pt Arial;
}
.blueBGBar {
	background-image: url(images/blueBGImg.gif);
	background-repeat: repeat-x;
}
.smallFont {
	font:10px Arial;
}
.boldStyleFont {
	font-weight: bold;
}
.boldMainFont-blue {
	font:10pt Arial;
	font-weight: bold;
	color:#0D3084;
}
a:link {
	color:#0D3084;
}
v:link {
	color:#7C8CB3;
}
