.topbg {
	background-image: url(images/topbg_03.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.navbg {
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

.outline {
	border: thin solid #000000;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #57578D;
}
.boldLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #57578D;
}

.itallics {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #57578D;
	font-style: italic;
}

.itallicsBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #57578D;
	font-style: italic;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #57578D;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.boldLargeMaroon {

	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
}
