@charset "utf-8";
/* CSS Document */

	
	.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	line-height: normal;
}
.hmHeader {	
	font-size: 22px;
	color: #000;
	font-weight: bold;	
	line-height: 26px;
}
	
a:link {
	color: #660000;
	TEXT-DECORATION: underline
}
a:visited {		
	color: #660000;
	TEXT-DECORATION: underline
}
a:active {
	color: #660000;
	TEXT-DECORATION: underline
}
a:hover {
	color: #000;
	TEXT-DECORATION: underline
}

table.nav
{
border-collapse:collapse;
}
table.nav, th, td
{
border: 1px solid black;
text-align:center
}

a.gnav:link {
	font-family:"Times New Roman", Times, serif;	
	font-weight:bold;
	font-size: 14px;	
	color: #660000;
	text-decoration: none;
}
a.gnav:visited {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;	
	color: #660000;
	text-decoration: none;
}
a.gnav:active {
    font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;	
	color: #660000;
	text-decoration: none;
}
a.gnav:hover {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;	
	color: #000;
	text-decoration: none;
}
