/* CSS Document */
body{
	background-color:#5d5d5d;
	margin:0px;
}
p{
	font-size:14px;
	line-height:20px;
}

#main {
	font-family: helvetica, sans serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#main INPUT {
	width: 120px;
	height: 16px;
	border: 1px solid #000000;
	background: none;
	color: #000;
	font-family: helvetica, sans serif;
	font-size: 10px;
	}
#sub INPUT {
	width: 40px;
	height: 18px;
	border: 1px solid #000000;
	color: #000;
	background: none;
	font-family: helvetica, sans serif;
	font-size: 10px;
	font-weight: bold;
	}
#content INPUT {
	font-family: helvetica, sans serif;
	font-size:10px;
	color: #000;
	background: #fff;
	border: 1px solid #000000;
}

#admin INPUT {
	font-family: helvetica, sans serif;
	font-size: 10px;
}
	
A HOVER {
	color: #888;
	}
	
.box {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	padding:5px;
	}
.padded {
	padding:5px;
}

a.topnav:link {
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
	padding:10px;
}	
a.topnav:visited {
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
	padding:10px;
}	
a.topnav:active {
	color:#000000;
	background-color:#999999;
	font-size:18px;
	text-decoration:none;
	padding:10px;
}	
a.topnav:hover {
	color:#000000;
	background-color:#999999;
	font-size:18px;
	text-decoration:none;
	padding:10px;
}
	
a.bottomnav:link {
	color:#ffffff;
	font-size:10px;
}	
a.bottomnav:visited {
	color:#ffffff;
	font-size:10px;
}	
a.bottomnav:active {
	color:#c0c0c0;
	font-size:10px;
}	
a.bottomnav:hover {
	color:#c0c0c0;
	font-size:10px;
}	

li {
	font-size:14px;
	line-height:20px;
}

