html, body {
	margin:0px; 
	padding:0px;
	background-color:#e3e3e3;
	height:100%;
	/*Font styles*/
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: left;
}


input, select, textarea {
	background-color: #EAEAEA;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}

td {
	font-family: "Arial";
	font-size: 10pt;
	font-style: normal;
	line-height: 17pt;
	color: #2B2B2B;
	vertical-align: top;
}

a:link, a:visited, a:active {
	color: #B20000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #B20000;
	font-weight: normal;
	text-decoration: underline;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a.whitelink:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 15pt;
	font-style: normal;
	color:#b20000;
} 

h2 {
	font-family: Arial;
	font-size: 13pt;
	font-style: normal;
	color:#EF3E33;
} 

b {
	font-size: 10pt;	
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	border: 0px;
	height:1px;
	background-color:#D1D1D1;
}

li {
	list-style: square inside;
}