/* CSS Document */





/* base color elements below */


	A:link {color: #003399; text-decoration: none;}

	A:visited {color: #003399; text-decoration: none;}

	A:active {color: #003399; text-decoration: underline;}

	A:hover {color: #012061; text-decoration: underline;}

	p.title1 {font-size: 10px; font-weight: bold;}

	p.title2 {font-size: 12px; font-weight: bold; letter-spacing: .05em;}

	p.header1color {font-size: 12px; font-weight: bold; color: #012061;}

	p.color {color: #012061;}

	td.color {background-color: #012061;}

	table.color {border: solid 1px #012061;}

	hr {color: #012061;}



/* burnt orange elements below */



	td.ltorange {background-color: #CC9933;}

	td.dkorange {background-color: #003399;}

	table.orange {border: solid 1px #003399;}

	hr.orange {color: #CCCCCC;}

	

/* gray elements below */



	td.ltgray {background-color: #CCCCCCC;}

	td.dkgray {background-color: #eeeeee;}

	table.gray {border: solid 1px #CCCCCC;}

	hr.gray {color: #CCCCCC;}
	

/* green elements below */



	td.ltgreen {background-color: #EAFBC5;}

	td.dkgreen {background-color: #CFE990;}

	table.grreen {border: solid 1px #CCCCCC;}

	hr.green {color: #CFE990;}


/* white elements below */



	p.header1white {font-size: 9px; font-weight: bold; color:ffffff; text-align:center;

  		text-transform:uppercase; line-height:120%;

		letter-spacing: .05 em; }

	p.header1dkgray {font-size: 11px; font-weight: bold; color: 666666; text-align:center;

  		text-transform:uppercase; line-height:130%;

		letter-spacing: .05em; }

	p.header1dkblue {font-size: 12px; font-weight: bold; color: 003399; text-align:center;

  		text-transform:uppercase; line-height:120%;

		letter-spacing: .05em; }

	p.white {color: #FFFFFF;}

	p.whitesmall {color: #FFFFFF;font-size: 10px;}



/* body elements below */



	p {font-size: 12px;font-family: Verdana, Arial, sans-serif;}

	p.small {font-size: 11px; font-family: Verdana, Arial, sans-serif;}

	p.smallbold {font-size: 11px;font-weight: bold; font-family: Verdana, Arial, sans-serif;}

	p.smallpink {font-size: 10px; color:#941227;}
	
	p.smallred {font-size: 10px; color:#FF0000;}	

    p.script {font-size: 10px; font-weight: bold; font-family: Times; font-style: italic;}

	p.extrasmall  {font-size: 9px;}

	table.layout {margin-left: 15px; margin-top: 10px;}

	li {font-size: 12px;font-family: Verdana, Arial, sans-serif;}

	ul {font-size: 12px;font-family: Verdana, Arial, sans-serif;}

		ul.menu {font-size: 11px; font-family: Verdana, Arial, sans-serif;}

	body {background-color: #FFFFFF; color: #000000; font-family:  Arial,Verdana, Helvetica, sans-serif}

	

/* menu elements */	

#menu {

width: 140px;



}

#menu ul {

list-style: none;

		margin: 0;

		padding: 0;
		
		spacing: 0;

		border: none;

}



.menu1 a {



		display: block;

		padding: 3px 3px 3px 0.5em;

		background-color: #eeeeee;

		color: #666666;

		text-decoration: none;

		width: 140px;

		border-right: 10px solid #eeeeee;

		FONT-FAMILY: Verdana, Arial, sans-serif;

		FONT-SIZE: 11px;

		text-align: left

		

}

.menu1 a:hover {

		border-right: 10px solid #006600;
		color: #006600;


}





html>body .hbutton li a {

		width: 140px;

		}

.hbutton li {

		margin: 0;

}



.hbutton ul {

		list-style: none;

		padding: 0;
		
		spacing: 0;

		border: none;

		margin: 0

}

.hbutton a {

		clear: both;

		display: block;

		padding: 3px 3px 3px 0.5em;

		border-left: 5px solid #009933;

		border-right: 5px solid #cccccc;

		background-color: #cccccc;

		color: #006600;

		text-decoration: none;

		width: 140px;

		FONT-FAMILY: Verdana, Arial, sans-serif;

		FONT-SIZE: 11px;

		text-align: left

}





.hbutton a:hover {

		border-left: 5px solid #fff;

		border-right: 5px solid #006600;

		color: #009933;

}

