body {
	background-color: #fff;
	background-image:url('../images/logo.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 60px 0px 0px 0px;
}

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: #4D4D4D;
	vertical-align: top;
}

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

h1 {
	font-family: Arial;
	font-size: 18pt;
	font-style: normal;
	color:#EF3E33;
} 

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

p.header {
	font-family: Arial;
	font-size: 10pt;
	font-style: oblique;
	line-height: 0pt;
	font-weight: bold;
	color:#26247D;
}

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

img {
	border: 0px;
}

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

li {
	list-style: square inside;
}
