a:link, a:active, a:visited {
color: #000000;
font-size: 10;
text-decoration: none;
font-family: Trebuchet MS, Arial, sans-serif;}

a:hover {
color: #10B0EC;
font-size: 10;
text-decoration: none;
font-family: Trebuchet MS, Arial, sans-serif;}

td {
color: #000000;
font-size: 12;
font-weight: normal;
font-family: Trebuchet MS, Arial, sans-serif;}

.bigbold {
color: #000000;
font-size: 15;
font-weight: bold;
font-family: Trebuchet MS, Arial, sans-serif;
}

.nav {
color: #000000;
font-size: 11;
text-decoration: none;
font-family: Trebuchet MS, Arial, sans-serif;
}

.button {
color:#000000;
background:#EEEEEE;
font-family: Trebuchet MS, Arial, sans-serif;
font-size:10;
font-weight:bold;
}

.label {
color:#000000
font-family: Trebuchet MS, Arial, sans-serif;
font-size:12;
font-weight:bold;
}

.error {
color:#FF3300
font-family: Trebuchet MS, Arial, sans-serif;
font-size:12;
}

.title {
color:#000000
font-family: Trebuchet MS, Arial, sans-serif;
font-size:17;
font-weight:bold;
}

BODY {
scrollbar-arrow-color: #10B0EC;
scrollbar-track-color: #EEEEEE;
scrollbar-face-color: #EEEEEE;
scrollbar-shadow-color: #EEEEEE;
scrollbar-highlight-color: #EEEEEE;
scrollbar-darkshadow-color: #10B0EC;
scrollbar-3dlight-color: #EEEEEE;
background-color: #ffffff;
font-size: 11;
font-weight: normal;
color: #EEEEEE;
font-family: Trebuchet MS, Arial, sans-serif;
}

#login{
	color : black;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size : 12pt;
	
	background-color : #EEEEEE;
	border : 1px solid #999999;
	
	width : 420px;
	height : 150px;

	margin-top : 100px;
	padding : 2px;
}

#admin{
	color : black;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size : 12pt;
	
	background-color : #eee;
}

#admin_content{
	background-color : #fff;
	border:1px solid #ccc;
	height:100px;
	padding:5px;
	position:absolute;
	top:80px;
	left:180px;
}

#admin_heading{
	color:#10B0EC;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
	font-size:24pt;
}

#menu{
	width: 150px;
	background-color:#fff;
	border-style: solid;
	border-color: #ccc;
	border-size: 1px;
	border-width: 1px;
	top: 80px;
	left:15px;
	position:absolute;
	font-size: 10;
	font-family: Trebuchet MS, Arial, sans-serif;
}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
}

#menu li a {
	height:24px;
	text-decoration: none;
	border: solid #eee;
	border-width:0 0 1px 0;
 }

#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	padding: 8px 0 0 10px;
}

#menu li a:hover {
	color: #000;
	background-color:f9f9f9;
}

#menu li a:active {
	color: #000;
}

#submenu {
	text-indent:15px;
}