/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
body{
	border: 0px; 
	height: 100%;
	margin:0px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
}
	
th, td, div { 

	font-size: 12px; 
	border: 0px;
}
.SubHead td {font-size:11px;}

p {
margin-top: 3px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 12px; 
}
/* ********** LINKS ************** */


a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

a:active {

}

/* ********** Home Header ************** */
h1 {
	font-family: arial, tahoma, sans-serif;
	color: #938990;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;

}
/* ********** Visit Header ************** */
h2 {
	font-family: arial, tahoma, sans-serif;
	color: #86c934;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;

}
/* ********** Business Header ************** */
h3 {
	font-family: arial, tahoma, sans-serif;
	color: #10173a;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;

}
/* ********** Live Header ************** */
h4 {
	font-family: arial, tahoma, sans-serif;
	color: #02afec;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;

}
/* ********** Sub Headings ************** */
h5 {
	font-family: arial, tahoma, sans-serif;
	color: #938990;
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;

}

/* ********** Sub Headings ************** */
h6 {
	font-family: arial, tahoma, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


a.GreyText, a.GreyText:visited {
	font-family: arial, tahoma, sans-serif;
	color: #938990;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-decoration:none;

}
a.GreenText, a.GreenText:visited {
	font-family: arial, tahoma, sans-serif;
	color: #86c934;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-decoration:none;}
a.WhiteText, a.WhiteText:visited {
	font-family: arial, tahoma, sans-serif;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-decoration:none;
}
a.NavyText, a.NavyText:visited{
	font-family: arial, tahoma, sans-serif;
	color: #10173a;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-decoration:none;

}
.BlueText
{font-family: arial, tahoma, sans-serif;
	color: #02afec;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;}
a.BlueText, a.BlueText:visited{	
	text-decoration:none; color: #02afec;

}
a.GreyText:hover {text-decoration:underline}
a.GreenText:hover {text-decoration:underline}
a.NavyText:hover {text-decoration:underline}
a.BlueText:hover {text-decoration:underline}
a.WhiteLink {color:#ffffff;}


