/* MENU SHOW/HIDE */
/* excludes ns4 and other older browsers */
@media all {
	h1,	h2, p { margin:0 0 .8em 0 }
}

/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */
#container	{
	position:relative;
	width:437px;
	height:31px;
	z-index:100;
}
/* Include id's for all your layers here, with commas between. */
#quotes	{ 
	position:absolute; visibility:hidden; left:0; top:0; z-index:1 }

/*GENERAL FORMATS*/

td  {color: 000000; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: normal;}
a:link {color: ffffff; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;} a:visited {color: ffffff; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;} a:active {color: ffffff; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;} a:hover {color: ffffff; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: normal;}
.textorange {color: #CC3300; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: normal;}
.contents {color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: normal;}
.copyrighttext {color: #FFFFFF; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: normal;}
/* HEADERS AND SUBHEADERS*/
.pagehead {color: 333333; font-family: verdana, arial, helvetica, sans-serif; font-size: 20px; font-weight: bold;}
.pagetext {color: #FFFFFF; font-weight: bold; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 14px; }
.tiny { FONT-SIZE: 10px; COLOR: #FF0000; FONT-FAMILY: Arial, Helvetica, sans-serif}
select {color: 000000; font-family: verdana, arial, helvetica, sans-serif;  font-size: 9px;}
input {color: 000000; font-family: verdana, arial, helvetica, sans-serif;  font-size: 9px;}
option { FONT-SIZE: 10px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica}

/* FOOTER */
.footernav {color:cccccc; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-weight: normal;} a:link.footernav {color:cccccc; text-decoration: underline; font-weight: normal;} a:visited.footernav {color:cccccc; text-decoration: underline; font-weight: normal;} a:active.footernav {color:cccccc; text-decoration: none; font-weight: normal;} a:hover.footernav {color:cccccc; text-decoration: none; font-weight: normal;}


