@import url("advanced.css");

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.5em "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em is now 12px at 96ppi. */
	}

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 1.25em; }
h3 		{ font-size: 1.25em;  }
h4		{ font-size: 1.1em;  }
h5,h6	{ font-size: .84em;  }

table, form, select, input, textarea { 
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}

/* default link formatting */			
a, a:link 			{ color: rgb(118,134,200); text-decoration: none; }
a:visited 			{ color: rgb(118,134,200); }	
a:focus, a:hover 	{ color: rgb(31,31,79); }
a:active 			{ color: rgb(31,31,79); }
.bodytext8
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Verdanasans-serif;
    FONT-SIZE: 8pt;
    FONT-STYLE: Normal;
    FONT-WEIGHT: Normal;
    TEXT-DECORATION: none;
	TEXT-ALIGN: none
}
.banner_top {
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#61625D; 
	height:17px; 
	width: 1000px;
	color:#fff; 
	padding-top:3px;
	font-size:8.5pt; 
	line-height: 1.0em;
	font-weight:bold;
	padding-left: 10px;
}
.banner_top a{
	font-family: Arial, Helvetica, sans-serif; 
	/*background-color:#61625D; */
	padding:0 23px 0 23px; 
	color:#fff; 
	font-size:8.5pt;
	line-height: 1.0em;
	font-weight:bold;
	margin: 0;
}

.banner_spacer {
	background-color:#212121;
	height:1px; 
	width: 1000px;
	padding: 0;
	margin: 0;
}

.banner_top a:link       { color: #fff; text-decoration:none; }
.banner_top a:visited    { color: #fff; text-decoration:none; }
.banner_top a:active     { color: #fff; text-decoration:none; }
.banner_top a:hover      { color: #ddd; text-decoration:underline; }

.banner_topText {
	font-family: Arial, Helvetica, sans-serif; 
	color:#fff; 
	font-size:8.5pt; 
	line-height: 1.0em;
	font-weight:bold;
}