
body {font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;	font-size: .70em; color: #224966;}

/* standard pages  */


/* page titles  */

h4 {
	border-bottom : 2px solid #F95F29;
	font-size: 1.25em;
	color: #F95F29;
	margin-top:0px;
	margin-bottom: 0px;
	width:468px;
}

/* h5 - for text within TDs */
/* subheads */

h5 {
	font-size: .80em;
	margin-top:10px;
	margin-bottom: 4px;
	text-decoration: none;
}

/* NOTE: p control is in  section specific css sheets */

/* normal lists li control varies in section specific css sheets */

ul {
	margin-top:5px;
	margin-bottom:5px;
	font-size: .80em;
}

/* main menu control */

.linecontrol {
	font-size: 11px;
}

a {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	background : transparent;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background : #F95F29;
}

.section {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	background : transparent;
}
.section:hover {
	color: #ffffff;
	text-decoration: none;
	background : #F95F29;
}

.sectionactive {
	font-size: 1em;
	color: #F95F29;
	text-decoration: none;
	font-weight:bold;
	background : transparent;
}
.sectionactive:hover {
	color: #F95F29;
	text-decoration: none;
	background : #ffffff;
}
.active {
	color: #F95F29;
	text-decoration: none;
	font-weight:normal;
	background : transparent;
	font-size: 1em;
}
.active:hover {
	color: #F95F29;
	text-decoration: none;
	background : #ffffff;
}

.bodylink {
	font-size: 1em;
	color: #236A6A;
	text-decoration: none;
	font-weight: bold;
	background : transparent;
}
.bodylink:hover {
	color: #236A6A;
	text-decoration: underline;
	background : transparent;
}

/* specials */

/* for quote text */

.quotetext {
	font-size: 1em;
}

/* for text at bottom of resource shtm files */

.selltext {
	font-size: .90em;
	font-style : italic;
}

/* for search box and button  */

.formobjects {
	font : normal .7em Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin : 1px 0px 3px 0px;
	border-top : 1px solid #E8ECEF;
	border-right : 1px solid #E8ECEF;
	border-bottom : 1px solid #E8ECEF;
	border-left : 1px solid #E8ECEF;
	padding : 1px 2px 1px 2px;
	background-color: #E8ECEF; }

	
.formbuttonblue {
	font : .7em  Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	border-top : 2px solid #E8ECEF;
	border-right : 2px solid #c0c0c0;
	border-bottom : 2px solid #c0c0c0;
	border-left : 2px solid #E8ECEF;
	background-color: #224966; 
}


