body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #01349A;
}
body {
	background-color: #EEEEEE;
}

a {
	color: #01349A;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #339966;
}

a.black_links {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	font-size: 8pt;
}
a.black_links:hover {
	color: #01349A;
	text-decoration:none;
	font-weight: bold;
	font-size: 8pt;
}

table {
	border-collapse: 0;
	border-spacing: 0;
}	
h1 {font-size: 12pt;font-weight: bold; text-align:center}	

.tbl a {
	width:100%;
	padding: 5px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: underline;
	color:#01349A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #FEFDD9;
	color: #339966;
}

.button {
	color: #CD0371;
	font:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
}

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	color: #01349A;
	font-size: 9pt;	
}

.blacktext {
	color: #000000;
}

.smalltext {
	font-size: 8pt;
	text-decoration: none;
}

.smalltext_black {
	font-size: 8pt;
	color:#000000;
}

.smalltext_red {
	font-size: 8pt;
	color:#FF0000;
}

.footertext {
	font-size: 7pt;
}

.header {
	font-size: 12pt;
	font-weight: bold;
}

.subheader_white {
	font-size: 9pt;
	font-weight: bold;
	color:#FFFFFF;
}	