body {
	height: 100%;
	font: 11px Arial;
	color: #00407a;
}
form {
	margin: 0;
}
a {
	color: #cf0000;
}
.Container {
	margin: auto;
	width: 962px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.Tab {
	background-image: url(../img/bg.tab.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding-top: 55px;
	padding-bottom: 0px;
}
.Pointer {
	cursor: pointer;
}
.RoundedBoxContainer {
	width: 962px;
	background-image: url(../img/rounded.bg.gif);
}
.TopLine {
	background-image: url(../img/rounded.bg.top.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BotLine {
	background-image: url(../img/rounded.bg.bot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.TopLeft {
	background-image: url(../img/rounded.topleft.trans.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.BotLeft {
	background-image: url(../img/rounded.botleft.trans.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.TopRight {
	background-image: url(../img/rounded.topright.trans.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.TopRightFilled {
	background-image: url(../img/rounded.topright.filled.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.BotRight {
	background-image: url(../img/rounded.botright.trans.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.Padding {
	padding: 10px;
}
.Table td {
	font-size: 11pt;
}
.Row1 td {
	background-color: #dbeeff;
	border-bottom: 1px solid #ffffff;
}
.Row2 td {
	background-color: #edf6ff;
	border-bottom: 1px solid #ffffff;
}
.Row3 td {
	background-color: #5295d1;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.InputField {
	border: 1px solid #428aca;
	font-size: 11pt;
	width: 98%;
	padding: 2px;
	color: #00437f;
}
.ErrorField {
	border: 1px solid red;
	font-size: 11pt;
	width: 98%;
	padding: 2px;
	color: #00437f;
}
.SubmitButton {
	background-image: url(../img/bg.btn.gif);
	background-repeat: repeat-x;
	height: 36px;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 20px;
	font-size: 13pt;
	cursor: pointer;
}
.FieldBig {
	border: 1px solid #428aca;
	font-size: 11pt;
	width: 605px;
	padding: 2px;
	color: #00437f;
}
.FieldMedium {
	border: 1px solid #428aca;
	font-size: 11pt;
	width: 304px;
	padding: 2px;
	color: #00437f;
}
.FieldSmall {
	border: 1px solid #428aca;
	font-size: 11pt;
	width: 140px;
	padding: 2px;
	color: #00437f;
}

.ErrorFieldSmall {
	border: 1px solid red;
	font-size: 11pt;
	width: 140px;
	padding: 2px;
	color: #00437f;
}

.ErrorFieldMedium {
	border: 1px solid red;
	font-size: 11pt;
	width: 304px;
	padding: 2px;
	color: #00437f;
}

.ErrorFieldBig {
	border: 1px solid red;
	font-size: 11pt;
	width: 605px;
	padding: 2px;
	color: #00437f;
}

.FieldTransparent {
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font: 11pt Arial;
	color: #00407a;
	font-weight: bold;
}
.FieldInline {
	border: 0px;
	/*border-bottom: 1px dotted #00407a;*/
	background-image: url(../img/dot.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font: 11pt Arial;
	color: #00407a;
	padding: 5px;
	vertical-align: middle;
}
.FooterContainer {
	background-color: #61a9e9;
	width: 962px;
	height: 37px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
.FooterContainer a {
	color: #ffffff;
	text-decoration: none;
}
.FooterLeft {
	background-image: url(../img/footer.left.gif);
	float: left;
	width: 4px;
	height: 37px;
}
.FooterRight {
	background-image: url(../img/footer.right.gif);
	float: right;
	width: 4px;
	height: 37px;
}
h1 {
	color: #00d2ff;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
h2 {
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
.Red {
	color: #cf0000;
}
.TipText {
	font-size: 10pt;
	line-height: normal;
}
#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px solid #0a3b6b;
	background-color: #edf6ff;
	visibility: hidden;
	z-index: 200;
	font-size: 12px;
	padding: 8px;
	text-align: left;
	font-weight: normal;
}
.BoxRed {
	border: 1px solid #7a0000;
	background-color: #fff1f1;
	padding: 10px;
	color: #7a0000;
	font-weight: bold;
	margin-bottom: 10px;
}
.BoxGreen {
	border: 1px solid #007a2e;
	background-color: #f1fff6;
	padding: 10px;
	color: #007a2e;
	font-weight: bold;
	margin-bottom: 10px;
}
.Row2 .Small {
	font-size: 11px;
}
.Page {
	padding: 3px;
	display: block;
	float: left;
	background-color: #00407a;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 20px;
}
.PageActive {
	padding: 3px;
	display: block;
	float: left;
	background-color: #00d2ff;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 20px;
}
.RoundedBoxBig
{
	width: 499px;
	height: 85px;
	background-image: url(../img/roundedbox.big.gif);
	background-repeat: no-repeat;

}
.RoundedBoxSmall
{
	width: 499px;
	height: 35px;
	background-image: url(../img/roundedbox.small.gif);
	background-repeat: no-repeat;

}
.RoundedBoxSmallTrans
{
	width: 410px;
	height: 34px;
	background-image: url(../img/roundedbox.transparent.gif);
	background-repeat: no-repeat;

}
.Light
{
	color: #cdcdcd;
}


