input{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.text { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
color: #333333;
}
.header { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #ffffff;
}
.linktext { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal; 
color: #338695;
}
.headtext { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold; 
color: #000000;
}
.form{
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
border: 1px solid #b0b0b0;
width: 173px;
}

/* GENERAL LINK */
a:link
{
font-family: 			arial, helvetica, sans-serif;
font-size: 				12px;
font-weight:            bold;
color: 					#146070;
text-decoration:		none;
}

a:active
{
font-family: 			arial, helvetica, sans-serif;
font-size: 				12px;
font-weight:            bold;
color: 					#146070;
text-decoration:		none;
}

a:visited
{
font-family: 			arial, helvetica, sans-serif;
font-size: 				12px;
font-weight:            bold;
color: 					#146070;
text-decoration:		none;
}

a:hover
{
font-family: 			arial, helvetica, sans-serif;
font-size: 				12px;
font-weight:            bold;
color: 					#146070;
text-decoration:		underline;
}


