body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: White;
}


body, tbody {
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	color: #355c87;
	text-decoration: none;
}

a:hover {
	/*color: #316bad;*/
	color: #E80000;
	text-decoration: underline;
}

p {
	margin-top: 2px;
}

h1 {
	color: black;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0pt;
}

ul {
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 12px;
	padding-top: 0px;
	background-image: url(/images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}