﻿body 
{
	background-color: #333333;
}
H1
{
	color: #00FF00;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
H2
{
	background-image: url(images/square_lime.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position:center left;
	color:#FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
TD
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
INPUT.contact
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #666666;
	border-style:solid;
	border: solid 2px #444444;	
}
SELECT.contact
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #666666;
	border-style:solid;
	border: solid 2px #444444;	
}
INPUT.contactbutton
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #666666;
	border-style:solid;
	border: solid 2px #999999;
	cursor: pointer;
}
TEXTAREA.contact
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #666666;
	border-style:solid;
	border: solid 2px #444444;
	scrollbar-base-color:#666666;
}
TD.contact
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}
SPAN.contact
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}
P
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
P.small
{
	margin-top: 0px 0px 0px 0px;
	width:282px;
	color: #999999;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	padding-top: 0px;
	
}
.footer
{
	margin-top: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}
TD.selected
{
	background-image: url(images/square_lime.gif);
	 padding-left: 15px;
	background-repeat: no-repeat;
	background-position:center left;
	color:#0099FF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
TD.menu
{
	background-image: url(images/square_lime.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position:center left;
	color:#FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
A
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
A:hover
{
	color:#00FF00;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}
A.blue
{
	color:#0099FF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
A.Menu
{
	color:#0099FF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
A.Menu:hover
{
	color:#00FF00;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
HR
{
	margin:0px 0px 0px 5px; 
	height:2px; 
	color:#666666;
	background-color: #666666;
	border: none;
	
		
}
OL,LI
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
}