/* CSS Document */
@charset "utf-8";
@media all {
/* CSS Document */

a:hover {
	color: #ff0000;
	text-decoration: underline;
}
td a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}
p, table, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height:110%;
	font-weight: normal;
	margin-right:10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:24px;
	color: #000000;
	padding-bottom: 2px;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.mainHeader {
color:#000000;
font-size: 18px;
}
th {
background-color:#cccccc;
}

}
