/*
COLORS

*/

/*
*******************************************************
GENERAL SELECTORS
*******************************************************
*/


/* general tag selectors */

body, td, blockquote { font-family: Times, Georgia, Times New Roman, Times, serif; font-size: 14px; text-align: left; word-wrap: break-word;}

sup {font-size: 7px;text-transform: uppercase;}

hr { color: #F2B94C;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px; }

h1 { color: #000000; font-weight: bolder; font-size: 18px }
h1.h12 { color: #F2B94C; font-weight: bolder; font-size: 18px }
h2 { color: #333366; font-weight: bolder; font-size: 16px }



/* general class selectors */

.title { color: #F2B94C; font-weight: bolder; font-size: 17px }


.section { color: #F2B94C; font-weight: bolder; font-size: 16px }
.subsection { color: #1C679F; font-weight: bolder; font-size: 12px }
.subsection2 { color: #000000; font-weight: bolder; font-size: 12px }

.keywordphrase { color: #000000; font-weight: bolder; font-size: 13px; }

.smprint { font-size: 12px }
.regprint { font-size: 14px }
.large { font-size: 16px }

.secondary { color: #1C679F } 
.secondarybold { color: #333366; font-weight: bolder }
.smsecondarybold { font-size: 10px; color: #1C679F; font-weight: bolder }



.orange { color: #ff6633; font-weight: bolder }
.maroon { color: #F2B94C; }
.bluebold { color: #333366; font-weight: bolder }
.blue { color: #333366;}

.alert { color: #990000; font-weight: bolder }
.required { color: #CC0000; font-size: 10px;}

.defaulttext { color: #000000 }
.fieldname { font-size: 10px }
.navfooter { font-size: 11px; color: #B9D3E7 }

.content { padding: 25px 10px 25px 10px; }





/* general <a> class and tag selectors */

a { color: #333366; text-decoration: underline }
a:hover { color: #333366; text-decoration: none }

a.nav { font-family: Georgia; color:#000000; text-decoration: none; font-size: 12px; font-weight: bolder; }
a.nav:hover { font-family: Georgia; color: #0000FF; text-decoration: none; font-size: 12px; font-weight: bolder; }


/* Layers Menu */

.horbar	{
	
	color: #;
	background-color: #F2B94C;
	font-weight: bolder;
}

.horbaritem	{
	font-size: 12px;
	float: left;
	white-space: nowrap;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #;
}

.horbaritem a:visited	{
	color: #;
}

.horbaritem a:hover	{
	color: #;
	background-color: #F2B94C;
}

.horbaritem a:active	{
	color: #;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #F2B94C;
	border: 2px #000000;
	font-weight: bolder;
}


.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}



.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #;
}

.item a:visited	{
	color: #;
}

.item a:hover	{
	color: #;
	background-color: #333366;
}

.item a:active	{
	color: #;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}
