body{
	background:#e6f1fa;
	font-family:Verdana,Arial,Helvetica,sans-serif,"Trebuchet MS";
	font-size:10px;
	color:#2C5A88;
}

h1{
	color:#2C5A88;
	font-size:12px;
}

.label{
	color:#DA0008;
}
select{
	font-size:10px;
	color:#2C5A88;
}

.btn input{
	background:#4a7ba2;
	border-radius:4px;
	color:#FFFFFF;
	padding:2px 4px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	text-shadow:0 1px 0 #000000;
	cursor:pointer;
}
.btn input:hover{
	background:#cf0008;
	color:#FFFFFF;
	text-shadow:none;
}

.footer{
	font-size:10px;
	color:#999999;
}
.footer a{
	color:#2C5A88;
}