html
{
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

body
{
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Verdana";
	font-size: x-small;
	font-style: normal;
	background-color: #ffffff;
}

a
{
	text-decoration: none;
	color: #024C6D;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #024C6D;
}

table
{
	font-family: "Verdana";
	font-size: x-small;
}

textarea
{
	border: 1px solid #000000;
	font-family: "Tahoma" , "Trebuchet MS" , "Bitstream Vera Sans" , tahoma, verdana, , "Helvetica" , sans-serif, sans;
	font-size: 9px;
}

input[type="text"]
{
	border: 1px solid #000000;
	font-family: "Verdana";
	font-size: x-small;
}

input[type="button"]
{
	border: 1px solid #000000;
	background-color: #9d201e;
	color: #ffffff;
	font-family: "Verdana";
	font-size: x-small;
}
input[type="submit"]
{
	border: 1px solid #000000;
	background-color: #9d201e;
	color: #ffffff;
	font-family: "Verdana";
	font-size: x-small;
}
input[type="reset"]
{
	border: 1px solid #000000;
	background-color: #BB0E23;
	color: #ffffff;
	font-family: "Verdana";
	font-size: x-small;
}

select
{
	border: 1px solid #000000;
	font-family: "Verdana";
	font-size: x-small;
}

