
body {
	background-color: #FEFFFB;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

td, p, div, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
}

a:link, a:visited {
	color: #333366;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #333366;
	text-decoration: none;
	background-color: transparent;
}

a:active {
	color: #333366;
	text-decoration: none;
	background-color: transparent;
}


h1, h2, h3, h4, h5, h6, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
}

h1 {
	font-size: 16px;
	background-color: transparent;
}


h2 {
	font-size: 14px;
	background-color: transparent;
}

h3, h4 {
	font-size: 12px;
	background-color: transparent;
}

blockquote, p, div, li {
	line-height: 1.5em;
}

img {
	display: inline;
	border: none;
	margin: 0px;
	padding: 0px;
}






