/*- <style> -*/
/*=======================The Standard, top level styles =========================*/
body		{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
	margin-left:0px;
	font-size: 11px;
	line-height: normal;
	background-image: url(images/bg.jpg);
}
/*this will change the background color of the main part of the page*/
table		{   }

/*- default links (links on the page)-*/
a		 	{
	color: #009933;	/**/
	cursor: auto;
	 text-decoration: none;
}
a:hover		{
	color: #000000;
	cursor: auto;
	text-decoration:underline;
	}
a:visited	{
	cursor: auto;
}

/*========================= the links on the top bar ===========================*/
a.toplinks	   	   { color: #FFFFCC; font-size: 9pt; font-weight: normal; text-decoration: none;}
a.toplinks:hover	 { color: #FFFFCC; font-size: 9pt; font-weight: normal; text-decoration: underline;}
a.toplinks:visited	   { font-size: 9pt; font-weight: normal;}

/*========================= the links on the nav bar ===========================*/
a.nav	   	   {
	color: #663300;
	font-size: 9pt;
	text-decoration: none;	
}
a.nav:hover	 { color: #FFFFCC; font-size: 9pt; text-decoration: underline;}
a.nav:visited	   { font-size: 9pt;}

.menuHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	margin-top: 20px;
	}
a.menuHeader	   	   {
	color: #006600;
	font-size: 10pt;
	text-decoration: none;	
	margin-top: 20px;
	}
a.menuHeader:hover	 { color: #FFFFCC; font-size: 10pt; text-decoration: underline;}
a.menuHeader:visited	   { font-size: 10pt;}

/*============================ Top Level table styles =========================*/

/* **This will change almost all of the font sizes** */
/* NOTE: if you use background: url(image); set background: none; on backtable1 and 2 to
	keep the tables from showing the background. */


/* ================================ rule ================================== */
hr			{
	color: #666633;
	font-size: 5px;
}
/* ============================== HTML Elements =========================== */
			 
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #666633; margin-top: 0px; margin-bottom: 0px; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #666633; margin-top: 0px; margin-bottom: 0px; }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666633;
	margin-bottom: 0px;
	margin-top: 0px;	
	}
h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
	margin-bottom: 0px;
	margin-top: 0px;
	}
h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666633; margin-bottom: 0px}

h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
.menu { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	}

p           { font-family: Arial, sans-serif; font-size: 11pt;}
.desc {
	font-size: 12px;
	font-style: italic;
	margin: 0px;
}
