@charset "utf-8";
body {
	margin: 0px;
	background-color: #cacdbc;
}
.outline_white {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.text_bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.text_red_large_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #660000;
	font-style: normal;
}
.text_red_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #660000;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
}
.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
}
.buttons {
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

.fields {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	margin: 3px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}
.text_red_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	font-weight: normal;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}


.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
hr {
	color: #333333;
}
.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 30px;
	font-style: normal;
}

.text_bold_it_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.white_right_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.white_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

/* for the form */
.user_message {
	font-weight:bold;
	color: #FF0000;
	font-size: 13px;	
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.maintitle {
	font-size: 18px;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
}

.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.instruction {
	font-size: 13px;
	font-style: italic; 
}

.note {
	font-style: italic; 
}

.bold {
	font-weight: bold;	
	font-size: 12px;	
}

.bold_underline {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;	
}

