
body {
	background-image: url(gfx/metalBG2.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #444444;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #333333;
}

.subheader {
	font-size: 14pt;
	color: #336688;
	font-weight: bold;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
}

.tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 8pt;
	color: #333333;
}

a.nav {	
	display: block;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 10px solid #BBBBBB;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10pt;
	color: #444444;
}

a.nav:visited {	
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

a.nav:hover {	
	display: block;
	text-decoration: none;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 10px solid #3399CC;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
	border-radius: 10px;
}

a.nav:active {	
	display: block;
	text-decoration: none;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 10px solid #3399CC;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
}

a.foot {
	color: #CCCCCC;
}

a.blue {
	color:#0000CC;
}

a.partnerlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.partnerlink:hover {
	color: black;
}

a.partnerlinksm {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

a.partnerlinksm:hover {
	color: black;
}

