/* CSS Document */
body {
	margin-top: 0px;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	color: #0f273a;
	font-size: 14px;
	line-height: 20px;
}
.bluetext {
	font-family: "Times New Roman", Times, serif;
	color: #2F759B;
	font-size: 14px;
	line-height: 20px;
}
a.bluetext:link {
	color: #2F759B;
}
a.bluetext:hover {
	color: #997F54;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #0f273a;
	font-size: 14px;
	line-height: 20px;
}
.leftcol {
	background-image: url(../images/left_02.jpg);
	background-repeat: repeat-y;
}
.rightcol {
	background-image: url(../images/right_05.jpg);
	background-repeat: repeat-y;
}
.leftnavbottom {
	background-image: url(../images/leftmenu_16.jpg);
	background-position: top;
}
.leftnavtop {
	background-image: url(../images/leftmenu_12.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bodybkgrnd {
	background-image: url(../images/bodyback_17.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FCF8E4;
}
.bodybkgrndtop {
	background-image: url(../images/bodyback_13.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.leftnavtext {
	font-family: "Times New Roman", Times, serif;
	color: #3a596f;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
a.leftnavtext:link {
	color: #3a596f;
}
a.leftnavtext:hover {
	color: #0a3658;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	color: #0f273a;
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	text-transform: uppercase;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	color: #2F759B;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	text-transform: uppercase;
}
.header3 {
	font-family: "Times New Roman", Times, serif;
	color: #0f273a;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #514127;
	line-height: 14px;
}
.validation-advice {
	background-color:#FF0000;
	color : #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.resultMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #ff0000;
}

input.submit {
	color: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
}
.redstyle {
	color: #FF0000;
	font-weight: bold;
}

