/* CSS Document */
body{ padding:0px; margin: 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:normal; font-weight:normal; text-align:justify; color:#000000;}

.contact_text{ font-family:Arial, Helvetica, sans-serif; font-size:14; font-style:normal; font-weight:800; color:#1F5279;}
#footer{ font: 11px Arial, Helvetica, sans-serif; color:#E4E4E4; }	
#footer a{ font-size: 11px; color:#E4E4E4; text-decoration: underline; }
#footer a:hover{ text-decoration: none; color:#E4E4E4; }
#link{ font: 12px Arial, Helvetica, sans-serif; }	
#link a{ font-weight:bold;color:#3300CC; text-decoration: underline; }
#link a:hover{ text-decoration: none; color:#0033FF; }
.navi{ font: 12px Arial, Helvetica, sans-serif; }	
.navi a{ font-weight:bold; color:#FFFFFF; text-decoration: none; }
.navi a:hover{ text-decoration: none; color:#FF0000; }
.click{ font: 12px Arial, Helvetica, sans-serif; }	
.click a{ font-weight:bold; color:#FF0000; text-decoration: none; }
.click a:hover{ text-decoration: none; color:#005D74; }
p{
	margin:0px;
	padding:0px;
	text-align:justify;
	line-height:18px;
	}
h1{	
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#003333;
	}
h2{	
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#009999;
	}
h3{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#990000;
	line-height:30px;
	}	
h4{ 	margin:0px;  font-size:14px; font-weight:bold; color:#990000; line-height:30px; background-color:#93EAFD; padding:0 0 0 10px;} 
/* --------------------------------------CONTACT FORM START -------------------------------------- */	
label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 7px;
}

input.inp{
width: 300px;
}
input.btn{
	width:80px;
	}
input.random{
	width:120px;
	}	
textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

