@charset "UTF-8";
body{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}

.radius_bold_i {
	color:#00A4E4;
	font-family: Helvetica, sans-serif;
	font-style:italic;
	font-weight:800;
	text-align:center;
}
.radius_bold {
	color:#00A4E4;
	font-family: Helvetica, sans-serif;
	font-style:normal;
	font-weight:800;
	text-align:center;
}
.radius {
	color:#00A4E4;
	font-family: Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-align:center;
}

.copyright{
	font-size:12px;
	color:#9f9f9f;
	text-align: right;
}
.smallText{
	font-size:11px;
	color:#000000;
}
.pageTitle{
	font-size: 16px;
	font-weight: bold;
}

.pageText{
	font-size: 12px;
	line-height: 17px; 
	word-spacing: 2px;
}
.message{
	font-size: 18px;
	line-height: 20px; 
	word-spacing: 2px;
}
.unBold{
	font-weight: normal;
}

sup{
	font-size: 10px;
	font-weight: none;
}

.navLeftTitle{
	font-size: 20px;
	color: #00a1e1;
}

.bodyTitle{
	font-size: 14px;
	font-weight: bold;
}

.required {
font-size: 16px;
	color: #ff0000;
}

.address{
	font-size:12px;
	color:#000000;
	line-height: 16px; 

}

.phone{
	font-size: 14px;
	color: #030303;
	letter-spacing: 1px;
	font-weight: BOLD;
}

.formText{
	font-size: 13px;
	color: #757e85;
	font-weight: BOLD;
	text-align: right;
}


.bodyText{
	font-size: 14px;
	line-height: 22px; 
	word-spacing: 2px;
}

.borderCorner{
	background-color:#c1c2c4;
}
.border{
	background-color:#96979b;
}
.borderDark{
	background-color:#222222;
}
.borderNav{
	background-color:#000000;
}
.borderNavLeft1{
	background-color:#4a4b50;
}
.borderNavLeft2{
	background-color:#ddddde;
}
.borderFooter{
	background-color:#000000;
}

a {
	color: #ffa83b;
	text-decoration: none;
}


a:Hover {
	color: #ffa83b;
	text-decoration: underline;
}

a.navMain {
	font-family: arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
}

a.navMain:Hover {
	color: #ffffff;
	text-decoration: underline;
}

a.navMainActive {
	font-family: arial, Helvetica, sans-serif;
	font-size:11px;
	color: #f47621;
	font-weight: bold;
}

a.navMainActive:Hover {
	color: #f47621;
	text-decoration: underline;
}

a.navLeftTitle{
	font-size: 20px;
	color: #00a1e1;
}
a.navLeftTitle:Hover{
	font-size: 20px;
	color: #00a1e1;
}

a.navLeft{
	font-size: 11px;
	color: #030303;
	font-weight: BOLD;
}
a.navLeft:Hover{
	font-size: 11px;
	color: #030303;
	font-weight: BOLD;
	text-decoration: underline;	
}

.navLeftSymbol{
	color: #00a1e1;
}

a.subNav {
	color: #00a1e1;
	text-decoration: none;
	font-weight: bold;
}


a.subNav:Hover {
	color: #00a1e1;
	text-decoration: underline;
	font-weight: bold;
}

input { 
 font-size: 11px; 
 background-color: #f9f9f9; 
 color: #102132; 
 border: 1px solid #757e85; 
}

select { 
 font-size: 11px; 
 background-color: #f9f9f9; 
 color: #102132; 
 border: 1px solid #757e85;
}
.formButton{
	border: 0px none;
}

textarea { 
 font-size: 11px; 
 background-color: #f9f9f9; 
 color: #102132; 
 border: 1px solid #757e85; 
}

#box{
	background-color:#ffffff;
	border: solid 1px #222;
}
#boxTitle{
	background-color:#222;
	border-top: solid 1px #222;
	padding: 2px;
	color:#ffffff;
	font-family: Helvetica, sans-serif;
	font-size:13px;
}

.errorBox{
	background-color:#ffc8c8;
}