body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, sans-serif; 
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	}
	
a {color: #009; }
a:link  {color: #009; }
a:visited {color: #66c; }
a:active  {color: #ccc; text-decoration:none;}
a:hover  {color: #090;  text-decoration:none;}
/* -- Navigational Stlyes -- */
/* Top Bar */
	.topnav {
				font-family: Verdana, Arial, sans-serif;
				color: #fff; 
				font-size: 13px; 
				text-align: left; 
				padding: 4px;
				padding-left: 10px;
				background: #1F62AC;
			}
	.topnav a { text-decoration: none;}
	.topnav a:link {color: #fff}
	.topnav a:visited {color: #fff}
	.topnav a:hover {color: #ff9; text-decoration: underline;}
	.topnavcurrent {font-weight: bold;}
	.sectionlinkbar {border-top: 2px solid #fff; background: #9cf}	
	
	.sectionlinknav { 
		background: #7ad;
		color: #006; 
		font-family: Verdana, Arial, sans-serif; 
		font-size: 12px; 
		text-align: left;
		padding: 4px;
		padding-left: 10px;
		margin-top: 1px;
	}
	
	.sectionlinknav a { text-decoration: none;}
	.sectionlinknav a:link {color: #006}
	.sectionlinknav a:visited {color: #006}
	.sectionlinknav a:hover {color: #060; text-decoration: underline;}
	.sectionlinknav_current { font-weight: bold;}
/* Bottom & Global Navigation */
	hr.bottomnav {color: #000; height: 1px; width: 50%}
	.bottomnav { color: #060; font-size: 12px; text-align: center;}
	
	.bottomnav {font-family: Verdana, Arial, sans-serif; font-size: 12px; padding: 4px;}
	.bottomnav a { text-decoration: none;}
	.bottomnav a:link {color: #060}
	.bottomnav a:visited {color: #060}
	.bottomnav a:hover {color: #393; text-decoration: underline;}
	.globalbottomnav { color: #f60; font-size: 10px; text-align: center;font-family: Verdana, Arial, sans-serif;}
	.globalbottomnav a { text-decoration: none;}
	.globalbottomnav a:link {color: #f60}
	.globalbottomnav a:visited {color: #f60}
	.globalbottomnav a:hover {color: #900; text-decoration: underline;}
	.bottomcopyright { font-family: Verdana, Arial, sans-serif; color: #133C7F; font-size: 10px; }
	address	{
		font-family: Verdana, Arial, sans-serif;
		color: #fff;
		font-style: normal;
		font-size: 12px;
		 padding-left: 10px;
	}
.heading { color: #133C7F; font-family: Times New Roman, serif; font-size: 35px; font-weight: normal; }
/* Headers, Standard Formatting */
	
	p, dt, dd, dl, blockquote, ul, ol, li, td, th {
		font-family: Times New Roman, Palatino, Garamond, serif;
		text-align: left;
	}
	
	h1,h2,h3,h4,h5 {font-family: Times New Roman, Palatino, Garamond, serif; font-weight: bold;text-align: left;}
	h1 {
		font-size: 26px;
		color: #666;
	   }
	h2 {
		font-size: 23px;
		color: #666;
	   }
	h3 {
		font-size: 16pt;
		color: #666;
	   }

	h4 {
		font-size: 13px;
		color: #333;
	   }
	h5 {
		font-size: 11px;
		color: #333;
	   }
	h6 {
		font-size: 13pt;
		color: #666;
	   }
	blockquote	{
		margin-left: 1em;
	}
		
	.error {font-size: 13px; color: #c30;}
/* admin */
	.admin { font-family: Verdana, arial, sans-serif; font-size: 10px;}
	.admin a:link { color: #900 }
	.admin a:hover { color: #f00; background: #fcc; }
	.admin a:active { color: #900 }
	.admin a:visited { color: #900 }

