body {
	font-family:  Arial, Helvetica, sans-serif;
}



.standardText {
	font: smaller Arial, Helvetica, sans-serif;
}

.bigHeader{
	font: 24px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.header{
	font-face: Arial, Helvetica, sans-serif;
}

.textLinks, .textLinks:link,.textLinks:visited
{
	font-size:12px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	
}

.textLinks:hover{
	font-size:12px;
	color: #000000;
	text-decoration: underline;
}

.normalLink, .normalLink:link,.normalLink:visited
{
	font-size:12px;
	font-weight: normal;
	
	color: #000000;
	text-decoration:none;
	vertical-align: middle;
	
}

.normalLink:hover{
	font-size:12px;
	font-weight: normal;
	
	color: #FF6600;
	text-decoration: underline;
	vertical-align: middle;
}

.strongLink, .strongLink:link,.strongLink:visited
{
	font-size:12px;
	font-weight: bold;
	
	color: #000000;
	text-decoration:none;
	vertical-align: middle;
	
}

.strongLink:hover{
	font-size:12px;
	font-weight: bold;
	
	color: #FF6600;
	text-decoration: underline;
	vertical-align: middle;
}
.blackBorder {
	border: 1px solid #000000;
}

table .menu {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

table .menu td{
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

