.style1 {font-family: "MS Sans Serif", Arial, Verdana;
	color: #004b68;
	font-size: 12px;
}
.style2 {
	color: #666666;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
input, select, textarea{
    border:1px solid #7F9DB9; background-color: #FFFFFF;
    font-family: "MS Sans Serif", Arial, Verdana;
    font-size: 7pt;    
    color: #004b68;
    background-image: url('gif/form.gif');
}