﻿.Abody /*General styles*/
{

	 background-color:#FFFAB5;
}
body /*General styles*/
{
	font-size:small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#TableForm
{ 
	border-collapse:collapse;
	width:99%;
}
#TableForm td
{
	padding:1px;
}
#TableForm span /* What would be considered as labels */ 
{
}
select /* What would be considerd as dropdowns */
	, input /* What would be considerd as textboxes */
	, .RadioButtons
{
	font-size:10px;	
}
.Dash
{
	font-size:xx-small;
}
.ErrorText 
{
	color:Red;
	font-size:smaller;
}
.Button
{
	float:right;
	vertical-align:bottom;
}
.EndGood
{
	color:Navy;
}
.EndBad
{
	color:Green;
	font-weight:bolder;
	font-size: larger;
}
#TableContact
{
	border-style:none;

	width:100%;
}
#TableContact table
{	
	border-style:none;
	padding:5,5,5,5; 
	width:100%;
}
