body	{
	background-image:url(images/back.gif);
	background-color:#BEBDAA;
	color:#000000;	
	font-size:normal;
	font-weight: normal;
	font-family:Times;
	}
	
th	{
	background-color:#AFC2AE;
	color:#000000;
	border: outset 1px #000000;
	
	}

#td	{
#	vertical-align:top;
#	}

.label	{
	color:#FFFFaa;
	font-weight: 900;
	font-size:20;
	}


a	{
	color:#0092A6;								
	text-decoration:underline;
	
	}

a:visited	{
		color:#007180;								
		text-decoration:underline;
		}						

a:hover	{
 	color:#00A682;
 	text-decoration:none;
	}

a:active	{
		color:#00A682;
	 	text-decoration:underline;
		}

li	{
	text-indent:7px;
	}

h1	{
	font-family: Times;
	font-size: 20;
	}
	
h2	{
	font-family: Times;
	font-size: 15;
	}	

input	{
	background-color:#AFC2AE;
	border: solid 1px #000000;
	font-weight:normal;
	font-size:normal;
	color:#000000;
	padding:2px;
	}

input:hover	{
	background-color:#97A795;
	}

.button	{
	border:outset 3px;
	}
	
.button:hover	{
	border:outset 3px;
	color:#000000;
	}
	
select {
	background-color:#AFC2AE;
	border: solid 1px #000000;
}
	
textarea	{
		background-color:#AFC2AE;
		border: solid 1px #000000;
		font-weight:normal;
		font-size:normal;
		color:#000000;
		padding:2px;
		}

textarea:hover	{
		background-color:#97A795;
		}
		
		
P {
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	P.center {
	text-align : center;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	P.centergreen {
	color : green;
	text-align : center;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	P.centerred {
	color : red;
	text-align : center;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	P.online {
	color : green;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	P.offline {
	color : red;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	td.online {
	color : green;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}
	td.offline {
	color : red;
	font-family : "trebuchet ms", verdana, arial, helvetica, georgia, garamond, sans-serif
	}