@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #15157b;
}
body {
	SCROLLBAR-FACE-COLOR: #000066;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  ##AA2E36;
	SCROLLBAR-TRACK-COLOR: ##000066;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	background-color: #3c3860;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 28px;
	color: #15157b;
}
h2 {
	font-size: 24px;
	color: #680108;
}
h3 {
	font-size: 24px;
	color: #15157B;
}
h4 {
	font-size: 24px;
	color: #680108;
}
h5 {
	font-size: 18px;
	color: #15157B;
}
h6 {
	font-size: 16px;
	color: #680108;
	margin: 0px;
}

.lftSideBg {
	background-attachment: scroll;
	background-image: url(../images/lft-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tableBorder {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #680108;
	border-right-color: #680108;
	border-bottom-color: #680108;
	border-left-color: #680108;
}
.rtSideBg {
	background-attachment: scroll;
	background-image: url(../images/rt-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.smallLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFEFF;
	text-decoration: none;
	font-weight: bold;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFEFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.redMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AA2E36;
	text-decoration: none;
	font-weight: 500;
}
.blueMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	font-weight: 500;
}
.largeRedText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AA2E36;
}
.largeBlueText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
}
.regularBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3D3860;
	margin-right: 50px;
	margin-left: 25px;
	text-align: left;
}
.reallyLargeRedText {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AA2E36;
	font-weight: bold;
}
.reallyLargeBlueText {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000066;
	font-weight: bold;
}
.mediumBlueText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
.frame {
	border: 3px ridge #93202D;
}
.smallBlueText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3961;
	text-decoration: none;
	margin-bottom: 10px;
}

