body
{
	font-family: Verdana;
	font-size: 10px;
	background-color: white;
}

.form
{
	background-color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.formField
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.formColumn
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #7530ba;
}

.formButton
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	cursor: hand;
}

.formError {
	font-family:Verdana;
	font-size:10px;
	color:Red;
}

.display {
	font-family:Verdana;
	font-size:10px;
}

.column {
	font-family:Verdana;
	font-size:11px;	
	color:#7530ba;
}

.header 
{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#7530ba;
}

.footer
{
	font-family:Verdana;
	font-size:10px;
	color:666666;
}

.error {
	font-family:Verdana;
	font-size:10px;
	color:Red;
}

A:link    {color:#0000ff; text-decoration: none}
A:visited {color:#0000ff; text-decoration: none}
A:active  {color:#0000ff;  text-decoration: none}
A:hover   {color:#0000ff;  text-decoration: underline}

.ftmenusurroundtd 
{
	background-color: #dddddd;
	text-align: center;
}

.ftmenutd 
{
	font-weight: normal;
	font-size: 10px;
	font-family: verdana,arial, helvetica;
	background-color: #eeeeee;
	text-align: center;
}

.ftmenurollover 
{
	font-weight: normal;
	font-size: 10px;
	font-family: verdana,arial, helvetica;
	background-color: #ffffee;
	text-align: center 
}
a.ftmenulink {text-decoration:none}
a.ftmenulink:hover {text-decoration:none}
a.ftmenulink:visited {text-decoration:none}
a.ftmenulink:active {text-decoration:none}


/* ---------------- Styles used for Modal Popups -------------------- */

.modalPopUpBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	}
	
.modalPopUpEdit {
	background-color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/* ---------------- End used for Modal Popups -------------------- */
