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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#wrapper {
	margin: 0;
}
#footer {
	font-size: 0.8em;
	color: #000;
	margin: 10px 0 0 0;
	padding: 2px 0 2px 5px;
	background: #eee;
	border:0;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}
#content {
	font-size: 90%;
	padding-left:2px;
}
#content h1 {
	font-size: 110%;
}
#content h2 {
	font-size: 110%;
}
#content a, #content a:active {
	text-decoration: none;
	color: #0000CC;
}
#content a:hover, #content a:visited{
	color: #990000;
}
.noanswer {
	font-style: italic;
}
.location {
	padding-left: 1em;
	white-space: nowrap;
	font-style: italic;
}
#header {
	/*text-align: center;*/
}
#header a img{
	border:0;
}
#nav{
	margin: 2px 0 0 0;
	padding: 3px 0 3px 5px;
	font-size: 0.8em;
	border:0;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #eee;
	color: #000;
}
#nav a, #footer a{
	text-decoration:none;
	color: #000066;
}
#nav a:visited, #footer a:visited{
	color: #990000;
}
#nav a:active, #footer a:active, #nav a:hover, #footer a:hover{
	background: #006;
	color: #FFFFFF;
}
#content ul, #content ol {
	margin-left: 5px;
	padding-left: 20px;
}
#content ul li{
	list-style: square url(../images/bullet_gs.gif);
	/*background:url(../images/image_1_12.gif) no-repeat left center;*/
}
.disclaim {
	font-style: italic;
	font-size: 80%;
}
.noem {
	font-style: normal;
}

.evenrow{
	background-color:#eee;
}
table{ 
	border-top:1px solid #999; 
	border-left:1px solid #999; 
}
th{
	background-color:#ccc;
}
th, td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
#copyright {
	font-size: 0.8em;
	margin-top: 5px;
	padding-left: 3px;
}

.disclosure{ font-size:10px;}

.nowrap{white-space:nowrap;}