body {
	background-color: #FFFFFF;
	margin-top: 10px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 150%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #005901;
	font-size: 130%;
}

a {
	color: #0002B9;
}

a:hover, a:active {
	color: #B95D00;
}

a:visited{
	color: #000180;
}

li {
	list-style-image: url(images/icon_word.gif);
	line-height: 26px;
}

.pdf {
	list-style-image: url(images/icon_pdf.gif);
	line-height: 26px;
}

.excel {
	list-style-image: url(images/icon_excel.gif);
	line-height: 26px;
}

.circle {
	list-style-image: none;
}

hr {
	width: 100%;
	height: 2px;
	color: #000099;
}

.bold{
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.red {
	color: #762121;
}

