body
{
	color: black;
	font-family: Arial;
	font-size: 12px;
}

span
{
	color: black;
	font-family: Arial;
	font-size: 12px;
}

input
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

textarea
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
}

label
{
	color: black;
	font-family: Arial;
	font-size: 12px;
}

select
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDCDC;
}

table
{
	color: black;
	font-family: Arial;
	font-size: 12px;
}

a
{ 
	color: #0000FF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

a:hover
{
	color: Silver;
	font-family: Arial;
	font-size: 12px;
}

.inputBG
{
	background-color: #DCDCDC;
}

.header
{
	color: #999999;
	font-size: 18px;
	font-weight: bold;
}

.subheader
{
	color: White;
	font-size: 14px;
	font-weight: bold;
	background-color: Black;
}

.subheader2
{
	color: Black;
	font-weight: bold;
	background-color: #DCDCDC;
}

.question
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
}

.item
{
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.colheader
{
	font-weight: bold;
}

.colHeader2
{
	font-weight: bold;
	background-color: Silver;	
}

.tablebg
{
	background-color: #DCDCDC;
}

.error
{
	color: Red;
}

.checked
{
	background-color: Silver;
}


