/* The .class is used for CssClass=... in asp.net references while the H1 element 
	is used for HTML pages */

/* Primary text definition for all pages. Uses tags: <H1></H1> */
H1
{
	font-size: 10pt;
	font-weight:200;
	font-family: Verdana;
	margin:0;
	padding:0;
}

/* Primary links for all pages */
.H2
{
	font-weight: bold;
	font-size: 10pt;
	color: #000066;
	font-family: Verdana;
	text-decoration: none;
}

/* Used for bold bullets */
.H3
{
	font-size: 12pt;
	font-weight:bold;
	font-family: Arial;
	margin:0;
	padding:0;
}

H4
{
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial;
	text-decoration: none;
}

/* Menu Button style sheets */
.notSelected {BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: 600; FONT-SIZE: 12px; BACKGROUND: #336699; BORDER-LEFT: 0px; WIDTH: 154px; COLOR: white; BORDER-BOTTOM: white 1px solid; FONT-FAMILY: arial; HEIGHT: 25px; TEXT-ALIGN: center; TEXT-DECORATION: none}
.selected {BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: 600; FONT-SIZE: 12px; BACKGROUND: #cc0000; BORDER-LEFT: 0px; WIDTH: 154px; COLOR: white; BORDER-BOTTOM: white 1px solid; FONT-FAMILY: arial; HEIGHT: 25px; TEXT-ALIGN: center; TEXT-DECORATION: none}

/* Contact Us link in Menu */
.ContactUs:link {color: #FFFFFF;font-size:15px;text-decoration: none;}
.ContactUs:visited {color: #FFFFFF;font-size:15px;text-decoration: none;}
.ContactUs:active {color: #FFFFFF;font-size:15px;text-decoration: none;}
.ContactUs:hover {color: #00CC00;font-size:15px;text-decoration: none;}

