/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px; 
	padding:0px;
}
h1 {
	font-size:15px;
	margin-top:20px;
	margin-bottom:30px;
	color:#333333;
}
h2 {
	margin-top:20px;
	font-size:13px;

}
h3 {
	margin-top:20px;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;

}
a {
	color:#0B1E42;
	font-weight:bold;
	text-decoration:none;

}
a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;

}
label {
	display:block;
	width:8em;
	float:left;
}
input {
	float:left;
	border:1px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;

}
p {
	clear:both;

}
textarea {
	border:2px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.grey:hover {
	color:#666666;
}
a.flags {
	color:#0B1E42;
}
a.flags:hover {
	color:white;
}
a.button1
{
	font-weight:normal;
}
a.button1:hover
{
	text-decoration:none;
}