body{ height: 100%; }
body, td, div, input, select, textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;	
}
body, td, div{	
	font-size: 13px;
	color: #000000;
}

h1{
	color: #C50200;
	font-size: 22px;
	font-weight: bold;
}

h2{
	color: #3A4F6A;
	font-size: 22px;
	font-weight: normal;
}
.note{
	color: #B0B0B0;
	font-size: 12px;
	font-weight: normal;
}

input, textarea {
	border: 1px solid #7E9DB8;
}

a, a:link, a:visited:link{
	color: #0083B6;
	text-decoration: none;
}

a:hover, a:link:hover, a:visited:link:hover{
	text-decoration: underline;
}