@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	background-color: #000033;
}

p, td, li {
	font-size: 1 em;
	line-height: 140%;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFcc;
	background: transparent;
}
	
img {
	border: 0;
	padding: 0;
}


/*text descriptions*/

.boldFace {
	font-weight: bold;
}

.caption {
	font-size: .8em;
	margin-top: .2em;
}

.inlineSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CCCC66; 
	background: transparent;
	font-size: 1.1em; 
}

.menuList {
	top: 0;
	left: 0;
	list-style: none;
	margin: 0 0 2px 0;
	text-align: left;
	padding: 0;
	border:none;
}
.menu_li {
	list-style: none;
	float: left;
	position: relative;
	width: 16%;
	text-align: center;
	white-space: nowrap;
	font-stretch: normal;
	border: none;
}
.menu_li2 {
	list-style: none;
	float: left;
	position: relative;
	width: 22%;
	text-align: center;
	white-space: nowrap;
	border: none;
}
.miceType {
	font-size: .75em;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 3em 0 3em;
	line-height: 150%;
}

.source {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 3em 1em 3em;
	text-align: right;
	font-style: italic;
}

.sansFont {
	font-family: verdana, sans-serif;
}

.small {
	font-size: .8em;
}
	
.overline {
	border-width: 1px 0 0 0;
	border-style: solid;
}
	

/*head descriptions*/

h1,h2,h3,h4,h5,h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	font-weight: bold; 
	color: #CCCC66; 
	background-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 0px;
}	

h1 {
	font-size: 2em; 
} 

h2 {
	font-size: 1.8em; 
} 

h3 {
	font-size: 1.6em; 
} 

h4 {
	font-size: 1.2em; 
} 

h5 {
	font-size: 1.2em; 
} 

h6 {
	font-size: 1em; 
} 

/*link descriptions*/


a img {border: none; } 

a:link {
	color:#99CC66;
	text-decoration:none;
}

a:visited {
	color: #B6BCCC;
	text-decoration:none;
}

a:hover {
	color: #663333;
	background:none;
}

a:active {
	color: #66CC66;
	text-decoration:none;
}



a.menu:link {
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #99cc99;
	background: transparent;
	text-decoration: none;
}

a.menu:active {
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
  color: #99cc99;
	background: transparent;
	text-decoration: none;
}

a.menu:visited {
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #99cc99;
	background: transparent;
	text-decoration: none;
}

a.menu:hover {
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
  color: #ffcc99;
	background: transparent;
	text-decoration: none;
}

