@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: #FFFFFF;
	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;
}
a {
	color: #151076;
}

.lftSideBg {
	background-attachment: scroll;
	background-image: url(../images/lft-bg.jpg);
	background-repeat: repeat-y;
	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: repeat-y;
	background-position: left top;
}
a:hover {
	color: #680108;
	text-decoration: underline;
}
.smallLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #15157B;
	text-decoration: none;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0C418E;
	text-decoration: none;
}
.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: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
}
.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;
}
a:hover {
	font-weight: 400;
	text-decoration: underline overline;
}
.mediumBlueText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
.images {
	border: medium ridge #680108;
}
sup {
	font-size: smaller;
}
.mediumText {
	font-size: 12px;
}
