BODY, P, A, LI, TD, LABEL, FILE, FIELDSET, LEGEND, OBJECT {
    font-family: "verdana", "Times New Roman", "MS Sans Serif", sans-serif;
    font-size: 8pt;
	line-height: 13pt;
    color: #111122;
}

FORM, INPUT, TEXTAREA, BUTTON, SELECT{
    font-family: "Tahoma", "MS Sans Serif", sans-serif;
    font-size: 8pt;
    color: #111122;
}

form { 
margin: 0px; 
padding: 0px; 
} 

input { 
margin: 0px; 
padding: 0px; 
} 

IMG {
    border: none;
}

BODY {
    background-color: #FFFFFF;
    margin: 0em;
}

UL {
    margin-left: 1.5em;
	list-style-image:  url("gfx/bullet.gif");
}

#smallUL UL {
	margin-top: 0em;
    margin-left: 2em;
	list-style-image:  url("gfx/small_bullet.gif");
}

A {
    text-decoration: underline;
}

A:hover {
    color: #333399;
    text-decoration: underline;
}

.headerTitle {
    font-family: "Trebuchet MS", "Tahoma", sans-serif;
    font-size: 18pt;
    color: white;
}

.smallText {
    font-family: "verdana", "Times New Roman", "MS Sans Serif", sans-serif;
    font-size: 7pt;
	line-height: 12pt;
    color: #111122;
}


.whiteAnchor {
    color: #FFFFFF;
	text-decoration: underline;
}

#whiteAnchor a {
	color: #FFFFFF;
	text-decoration: underline;
}

#whiteAnchor a:hover {
	color: #FFFFFF;
 	text-decoration: underline;
}

.navAnchor {
    color: #111122;
	text-decoration: none;
}

.navAnchor a {
	color: #111122;
	text-decoration: none;
}

.navAnchor a:hover {
	color: #111122;
 	text-decoration: underline;
}

#navAnchor a {
	color: #111122;
	text-decoration: none;
}

#navAnchor a:hover {
	color: #111122;
 	text-decoration: underline;
}


.mainNavHeader {
    height: 23px;
	background-image: url(../images/topnav2/first_nav_back.jpg);
	white-space: nowrap;
}

#mainNavHeader a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNavHeader a:hover {
 	text-decoration: underline;
}
	

#selectedSecNav {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
		clear: left;
	}

#selectedSecNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#selectedSecNav a:hover {
 	text-decoration: underline;
}


.content {
    margin-left: 1.25em;
    margin-top: 1.00em;
    margin-right: 1.25em;
	margin-bottom: .75em;
}

.pageHeader {
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
	line-height: 20pt;
    color: #2B5FB3;
}

.sectionHeader {
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 10pt;
	font-weight: bold;
	line-height: 22pt;
    color: #C24600;
    white-space: nowrap;
}


.cellContent {
    margin-left: .8em;
    margin-top: .8em;
    margin-right: .8em;
	margin-bottom: .8em;
}



#navhover {
	position: relative;
	margin: 0;
	padding: 0;
	background: B9BCC5;
}

	#navhover td {
		border: 0;
		margin: 0;
		padding: 0;
		text-align: center;
		background: B9BCC5;
	}
	
	#navhover table a {
		height: 1.7em;
		padding:  3px 0 3px 6px;
		text-decoration: none;
		display: block;
		text-align: left;
		font-weight: normal; 
		background-color: #B9BCC5;
	}
	
	#navhover table a.here {
		border-top: 1px #aaa solid;
		background: 4279D6;
		background-color: #B9BCC5;
	}

	#navhover table a:hover {
		color: #FFFFFF;
		background-color: #3D6AD4;
	}
	
