
html, body {
	background-color:#222222;
	}

TABLE, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	border-collapse:collapse;
	border-spacing: 0;
}


h1 {
	clear: both;
	color:#10aabe;
	font-size:32px;
	font-weight:bold;
	line-height:36px;
	}

h2 {
	clear: both;
	display:inline;
	color:#999999;
	font-size:20px;
	font-weight:bold;
	
}

  
/***************************************************
customized sitewide link tags
****************************************************/

a:link {
	color: #ed297d;
	text-decoration: underline;
}

a:visited {
	color: #ed297d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;


}


a.topNav:link {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #595959;
}

a.topNav:visited {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #595959;
}

a.topNav:hover {
	color: #595959;
	text-decoration: underline;

}






a.topNavGreen:link {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #ed297d;
}

a.topNavGreen:visited {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #ed297d;
}

a.topNavGreen:hover {
	color: #ed297d;
	text-decoration: none;

}



a.leftNav:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #5c5959;
	padding-left:5px;
}

a.leftNav:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #5c5959;
	padding-left:5px;
}

a.leftNav:hover {
	color: #10aabe;
	text-decoration: underline;

}



a.leftNavGreen:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #10aabe;
	padding-left:5px;
}

a.leftNavGreen:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #10aabe;
	padding-left:5px;
}

a.leftNavGreen:hover {
	color: #10aabe;
	text-decoration: underline;

}




a.categoryLinks:link {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #10aabe;
}

a.categoryLinks:visited {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #10aabe;
}

a.categoryLinks:hover {
	color: #10aabe;
	text-decoration: none;

}





.footerGrey {
	color:#595959;
	font-weight: normal;
	padding-top: 10px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	
}






