body 
{
	background-color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
}

.h1	       
{ 
	color: #99CC00; 
	font-weight: lighter; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.h2	       
{ 
	color: #99CC00; 
	font-weight: lighter; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.h3	       
{ 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 15px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.error	       
{ 
	color: #CC0000; 
	font-weight:normal;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.copyright 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}

.maintext 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4F4F4;
	text-decoration: none;
	font-weight: normal;
}

.greylinks 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	font-weight: normal;
}

a.greylinks:hover {color: #333333; text-decoration: none;}
a.greylinks:link {color: #333333;}
a.greylinks:visited {color: #333333;}
a.greylinks:active {color: #333333;}

.whitelinks 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.greendate 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
	font-weight: normal;
}

textarea {
background-color: #FFFFFF;
border-color:#333333; 
border-style:solid; 
border-width: 1px; 
font-family: Verdana; 
font-size: 10px;
} 

input, button { 
background-image: none; 
font-family: Verdana; 
font-size: 10px; 
font-color: #000000; 
border-color:#333333; 
border-style:solid; 
border-width: 1px; 
background-color: #FFFFFF; }

input:focus { 
background-color: #CCCCCC; }

textarea:focus { 
background-color: #CCCCCC; }

a:hover {color: #99CC00; text-decoration: none}
a:link {color: #99CC00;}
a:visited {color: #99CC00;}
a:active {color: #99CC00;}

#comment {text-align:left; margin:0px;}
#comment label {display:block; 
	width:120px; 
	float:left; 
	text-align:left; 
	text-indent:0px; 
	padding-top:1px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4F4F4;
	text-decoration: none;
	font-weight: normal;}
#comment textarea, #comment input {width:178px; margin-bottom:5px;}
#comment textarea, #comment .full {width:275px; margin-bottom:5px;}
#comment div {text-align:center;}
