ul 
{
list-style-image: url('bullet.gif');
}

a:link, a:visited, a:active {
color:#666666;
text-decoration:underline;
}
a:hover   {
color:#006600;
text-decoration:none;
}
.topnav:link, .topnav:visited, .topnav:active {
color:#FFFFFF;
text-decoration:none;
}
.topnav:hover {
color:#999999;
text-decoration:underline;
}

.bottomnav:link, .bottomnav:visited, .bottomnav:active {
color:#FFFFFF;
text-decoration:none;
}
.bottomnav:hover {
color:#999999;
text-decoration:underline;
}
.boxnav:link, .boxnav:visited, .boxnav:active {
color:#FFFFFF;
text-decoration:none;
}
.boxnav:hover {
color:CCCCCC;
text-decoration:underline;
}
.text17 {
font-family: verdana;
font-size: 17px;
}
.text16 {
font-family: verdana;
font-size: 16px;
}
.text15 {
font-family: verdana;
font-size: 15px;
}
.text14 {
font-family: verdana;
font-size: 14px;
}
.text12 {
font-family: verdana;
font-size: 12px;
}
.text13 {
font-family: verdana;
font-size: 13px;
color: #FFFFFF;
}
.text11 {
font-family: verdana;
font-size: 11px;
}
.text10 {
font-family: verdana;
font-size: 10px;
}
.text9 {
font-family: verdana;
font-size: 9px;
}
.text_title {
font-family: verdana;
font-size: 14px;
color: #999900;
font-weight: bold;
}
.text_subtitle {
font-family: verdana;
font-size: 10px;
font-weight: bold;
}
.buttonindex {
font-size: 7pt;
color: #333333;
border: 1px solid;
border-color: #333333;
background-color: #FFFFFF;
}
.button {
font-size: 14px;
font-weight: bold;
color: #F5F5FF;
width: 100px;
border: 1px solid;
border-color: #333333;
background-color: #000066;
}
.button_upload {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #F5F5FF;
width: 60px;
border: 1px solid;
border-color: #333333;
background-color: #00427B;
}
.button_browse{
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #F5F5FF;
width: 75px;
border: 1px solid;
border-color: #333333;
background-color: #00427B;
}
.box{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.box ul{
	list-style-type: none;
	padding: 0px;
	margin-left: 1em;
	margin-top: 0.5em;
}

.box li{
	margin-bottom: 0.5em;
}

.box li a:link, .box li a:visited, .box li a:active{
	text-decoration: none;
	color: #666666;	
	background-image: url(../imgs/bullet_out.jpg);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

.box li a:hover{
	text-decoration: underline;
	color: #006600;
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	padding-left: -1.5em;
	margin-bottom: 0.5em;
}
.text1B {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #003300;
border: 1px solid;
border-color: #003300;
background-color: #FFFFFF;
}
.text2B {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #003300;
width: 170;
height: 11;
border: 1px solid;
border-color: #003300;
background-color: #CCCCCC;
}
form{
	margin: 0;
	padding: 0;
	border: 0;
}