/*  ATTENTION!
     DO NOT CHANGE THE ORDER OF 'errorFormValidationBoxColor' and 'pageBackgroundColor' STYLES
	 IN THIS CSS DOCUMENT. IT IS IMPORTANT THEY APPEAR AS FIRST 2 STYLES.
*/

.errorFormValidationBoxColor {
	background-color:#FF0000;
}

.pageBackgroundColor {
	background-color:#B2BBC0;
}

/* ----------------------------- ADD NEW STYLES BELOW THIS LINE  -----------------------------------------------------------*/

.validation_error_message {
	color:#FF0000;
	font-weight:bold;
}

.error_message {
	color:#FF0000;
}

.error_background {
	background-color:#B2BBC0;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
}
a:active {
        text-decoration: none;
}
.footer {
	font-size: 9px;
}

b,strong {
	color: #333333;
}

.emphasized_link {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF; 
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF; 
}

.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerlinks {
	color: #333333;
	text-decoration: none;
} 
.breadcrumb {
	color: #FFFFFF;
} 
.breadcrumblinks {
	color: #FFFFFF;

}

.breadcrumb_selectedlink {
	color: #FFFFFF;
	font-weight: bold;
}

.pagetitleerror {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #990000; 
	font-weight: bold;
}
.h2error {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.texterror {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
}
.linkserror {
	color: #666666;
	text-decoration: none;
}
.emphasize {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.nav_level2 {
	color: #474747;
	font-size: 11px;
}

.nav_level2:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.nav_level2-selected {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.nav_level2-selected:hover {
	text-decoration: none;
}


.text_field {
	border: 1px #333333 solid;
}

.required_field_indicator { 
	color: #FF0000;
	font-weight:bold;
}


.nav_level3_vertical_divider {
	background-color: #000000;
}
.button {
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
.button_border {
	border:1px solid #FFFFFF;
}

.footnote {
	font-size: 9px;
}
.nav_level3_h1 {
	font-weight: bold;
	color: 333333;
}
.nav_level3_links {
	color: #009900;
	font-size: 11px;
}

.form_label {
	font-weight: bold;
}
.nav_level3_text {
	font-size: 11px;
}

.news_level3_text {
	font-size: 11px;
	color: #333333;
}

li {
	list-style-type: square;
}
.light_text {
	color: #333333;
}

.form_hint_text {
	font-size: 11px;
	color: #666666;
}

.captchapro_challenge_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.captcha_text_field {
	border: 1px #333333 solid;
}
