/* CSS Document */

body {
	background-color: #272a67;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #f8991c;
}
a:active {
	text-decoration: none;
}
a.biolink:link {
	color: #272a67;
	text-decoration: none;
}
a.biolink:visited {
	text-decoration: none;
	color: #272a67;
}
a.biolink:hover {
	text-decoration: none;
	color: #f8991c;
}
a:biolink:active {
	text-decoration: none;
	color: #272a67;
}
.style9 {
	font-size: 12px;
	color: #272a67;
}
.style2 {
	font-family: Helvetica;
	color: #FFFFFF;
}
.style3 {
	color: #272a67;
	font-size: 24px;
}
.style6 {
	font-size: 16px;
	color: #272a67;
}
.style10 {font-size: 16px}
.style11 {color: #272a67}
.style12 {font-size: 14px}
.style13 {font-size: 14px; color: #272a67; }
.style7 {color: ##FFFFFF}
.style15 {font-size: 12px}
.style8 {color: #FEFEFF}
.style7 {color: ##FFFFFF}
.style20 {font-size: 14px}


div.formdiv, div.smformdiv {
	padding:2px 0;
	
}

div.smformdiv {
	float:left;
}

div.formdiv label {
	display:block;
	width:80px;
	float:left;
}

div.formdiv ul {
	list-style:none;
	margin:0;
	padding:0;
}

div.submit {
	text-align:center;
	width:210px;
	padding:5px 0;
}

input.text, input.smtext, textarea.text{
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-right:1px solid #E6E7E8;
	border-bottom:1px solid #E6E7E8;
}


input.button {
	border-left:1px solid #E6E7E8;
	border-top:1px solid #E6E7E8;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

input.text {
	width:200px;
}

input.smtext {
	width:75px;
}

textarea.text {
	width:100%;
	height:80px;
}


textarea.other {
	height:30px;
}


p.home { padding-right: 35px; }
p.pages { padding-left: 15px; padding-right: 35px; text-allign: justify; border: 1px solid white;}

form { padding-left: 15px; padding-right: 15px;}

label { font-weight:bold; display:block; margin:10px 0; }

#hp { display:none; }

span.required { color:#f00; };
