/* CSS Document */


body,td,th,{
	font-family: Tahoma;
	font-size: 12px;

}
hr{
color:#3C637F;
}

a {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 11px;
	color: #3C637F;
	
}
a:link {
	text-decoration: none;
	color: #3C637F;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #3C637F;
	font-weight:bold;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color:#FFFFFF;
	font-weight:bold;


	
}
input,textarea,button{
font-family:Tahoma;
font-size:12px;
color:#333333;
width:150px;

font-weight:bold;

border-style:dashed;
}

