div#navigation a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	font-size: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
	letter-spacing: 1px;
}

div#navigation a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	font-size: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
	letter-spacing: 1px;
}

div#navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10px;
	letter-spacing: 5px;	
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 13px;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	font-style: italic;





}

.PageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.PageTextUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.PageFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

.tableMainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #666666;

}

.tableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-color: #CCCCCC;
	font-style: italic;

}


a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10px;
}

a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10px;
}
