/* --------------------------------------- Body STYLES --------------------------------------------- */	
body, p, td, li {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}	
td{	vertical-align:top;	}
h1, h2 {line-height: 18pt;font-size: 14pt;}
h3, h4 {line-height: 12pt;}
h5, h6 {font-size: 10pt;}	
a { text-decoration: underline;
	color: #282828;	}
a:link:hover {text-decoration: none;}
/* -------------------------------------------- HEADER STYLES -------------------------------------------- */
#date {
	padding: 68px 10px 0 0;
	text-align: right;
	color: #818181;
}
/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#footer-copyright{
	color: #797979;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #797979;
	}	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */

/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	vertical-align: center;
	text-align: center;
	}
a.menu {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px;
	white-space: nowrap;
	}
a.menu:link:hover {
	text-decoration: none;
	color: #2B2B82;
	}
	
a.submenu {
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;	
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	letter-spacing: 1px;
	white-space: normal;
	}

a.submenu:link:hover { 
	color: #2B2B82;
	background-color: #C2C2C2;
	}
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	font-size: 7pt;
	line-height: 10pt;
	}		
.submenu:link:hover, .submenu2:link:hover, .submenu3:link:hover, .submenu4:link:hover, .submenu5:link:hover { color: #ffffff; }
a.submenu	{text-indent: 10px;}
a.submenu2	{text-indent: 15px;}
a.submenu3	{text-indent: 20px;}
a.submenu4	{text-indent: 25px;}	
#details-submenu strong a { text-decoration: underline;}			
#home a {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 20px;
	margin: 0px 5px;
	}
#home a:link:hover { 
	text-decoration: none;
	color: #2B2B82;
}	
		
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 160px;
	background-color: #000;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);moz-opacity: 85%;
	visibility: hidden;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 2px 0px;
	z-index: 10;
	}

