body {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image:url(../images/bg.gif);
	   scrollbar-arrow-color: #000066;
      scrollbar-3dlight-color: #feff84;
      scrollbar-highlight-color: #660000;
      scrollbar-face-color: #FFFF00;
      scrollbar-shadow-color: #006;
      scrollbar-darkshadow-color: #FFFF00;
      scrollbar-track-color: #FFFF00;
		margin-top: 0px;
		margin-left: 0px;
}


#nav1 a{
	color:yellow;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	width: 175px;
	display: block;
	border-bottom: solid 2px yellow;
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	width: 155;
	margin-bottom: 9px;
	margin-left:15px;
}

#nav1 a:hover{
	color: #cc0000;
	border-bottom: solid 2px #8b0000;
}

.dark_background {
	background-color: #006;
	color: white;
}

.bold {
	font-weight: bold;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #c00;
	 padding:0px; margin: 0px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	 padding:0px; margin: 0px;
}
h3 {
	font-weight: 10pt;
	font-weight: bold;
	 padding:0px; margin: 0px;
}

.basic_text {
	font-size: 10pt;
}

.basic_text_margin {
	font-size: 10pt;
	padding: 10px;
}

#top_text_box {
	position:absolute;
	left:206px;
	top:153px;
	width:562px;
	height:89px;
	z-index:1;
	font-size: 10pt;
}

ul {
	list-style-image:url(../design2/images/checkmark.png);
	}