BODY,TABLE,TR,TD,FORM {font-size: 10pt; font-family: Verdana,Arial,Tahoma,sans-serif }

A { text-decoration: none }
A:link { color: #1232A8 }
A:active { color: #cccccc }
A:visited { color: #0F2471 }
A:hover { text-decoration: underline; color: #000000 }

A.white { text-decoration: none }
A.white:link { color: #ffffff }
A.white:active { color: #ffffff }
A.white:visited { color: #ffffff }
A.white:hover { text-decoration: underline; color: #ffffff }

A.in-menu { text-decoration: underline; font-size: 8pt }
A.in-menu:link { color: #0F2471 }
A.in-menu:active { color: #ffffff }
A.in-menu:visited { color: #0F2471 }
A.in-menu:hover { text-decoration: underline; color: #ff0000 }

SELECT,OPTION,TEXTAREA,INPUT { background-color: #FFFFFF; color: #000000; font-size: 8pt; font-family: Verdana,Arial,Tahoma,sans-serif; border: 1px; border-color: black; border-style: solid }
.first-bold { font-size: 14pt; font-weight: bold }
.border_0 { border: 0pt }

/*
INPUT {
	background-color: white;
	color: black;
	font-size: 8pt;
	font-family: Verdana,Arial,Tahoma,Sans-serif;
	border: 0px;
}
*/
INPUT.regular { background-color: transparent }
INPUT.regular_without_border { background-color: transparent; border: 0pt }
INPUT.form_field { background-color: transparent; border: 0pt }

label {
	font-size: 8pt;
}

.white { color: #ffffff }
.white_phrase { color: #ffffff; font-size: 8pt }
.blue_phrase { color: #BEC4D1; font-size: 8pt }
.yellow { color: #ECAE07 }

.big14pt { font-size: 14pt }
.big13pt { font-size: 13pt }
.big12pt { font-size: 12pt }
.big11pt { font-size: 11pt }

.small9pt { font-size: 9pt }
.small8pt { font-size: 8pt }
.small7pt { font-size: 7pt }
.small6pt { font-size: 6pt }
.small5pt { font-size: 5pt }

.warning { color: #ff0000 }
.section-title { font-weight: bold; font-size: 12pt }

/*
#contact_us {
	position: relative;
	// top: 10;
	// left: 10;
	// bottom: -10;
	// right: -10;
	background-color: white;
	color: black;
	font-size: 8pt;
	font-family: Verdana,Arial,Tahoma,Sans-serif;
	border: 1px;
	border-color: black;
	border-style: solid;
}
*/

.spacer {
	clear: 		both;
	height: 	1px;
}
/*
#contact_us_form {
	margin: 	0 auto;
	width: 		750px;
	padding: 	14px;
}
*/
#contact_us_form input textarea {
	font-size:	12px;
}

#contact_us {
	border: 	solid 1px #000000;
	background: 	#ffffff;
}
#contact_us p {
	font-size: 	10px;
	color: 		#666666;
	margin-bottom: 	20px;
	border-bottom: 	solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#contact_us label {
	display: 	block;
	font-weight:	bold;
	text-align:	right;
	width:		140px;
	float:		left;
}

#contact_us input {
	float:		left;
	font-size:	10px;
	padding:	4px 2px;
	border:		solid 1px #aacfe4;
	width:		200px;
	margin:		2px 0 2px 10px;
}

#contact_us select {
	float: 		left;
	font-size: 	10px;
	padding:	4px 2px;
	border:		solid 1px #aacfe4;
	
}
