/* CSS Document */

/* basic page attributes */

html, body {
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: url(/images/bkgd_main.gif);
	height: 100%;
}
div#main {
	height: 100%;
}
img {
	display: block;
	border: 0px;
}
p, td, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.TextRev {
	color: #E9ECF9;
}
.TextBold {
	font-weight: bold;
}
.BkgdLtBlue {
	background-color: #E9ECF9;
}
div.hrNav01 {
	height: 1px;
	width: 100%;
	background-color: #000;
	margin-bottom: 1px;
	border: 0;
}
div.hrNav01 hr {
  display: none;
}
div.hrNav02 {
	height: 2px;
	width: 100%;
	background-color: #000;
	margin-top: 2px;
	border: 0;
}
div.hrNav02 hr {
  display: none;
}
.BorderMain01 {
	background-color: #0D1B28;
	width: 1px;
}
.BorderMain02 {
	background-color: #29547E;
	width: 1px;
}
.MainBody {
	width: 740px;
	background-color: #1F4061;
}

.HomeIcon {
	float: left;
	margin: 0 10px 0 0;
}
.Footer {
	font-size: 10px;
	color: #6586A7;
}
div.hrFooter01 {
	height: 1px;
	width: 100%;
	background-color: #000;
	margin-bottom: 10px;
	border: 0;
}
div.hrFooter01 hr {
  display: none;
}
.BreakText {
	background-color: #E9ECF9;
	padding: 10px;

}


.LeftNavBGLeft {
	background-image: url(/images/LeftNavBGLeft.gif);
}
.LeftNavBGRight {
	background-image: url(/images/LeftNavBGRight.gif);
}
.LeftNavBG {
	Background-color: #0E1C2A;
}

.LeftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none
}
.LeftNav:hover {
	text-decoration: underline;
}

.FormTextWide {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.FormTextTiny {
	width: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ContentTitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.PageLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.PageLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.req {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.FormButton {
	background-color: #0E1C2A;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	cursor: hand;
}

hr {
	border-style: dashed;
}

