/*  HRisch.com  */
A {text-decoration: none;}
A:hover {text-decoration: underline;}
.arial2 {font: 12px arial,helvetica,sans-serif;}
.form{
	color: #000000;
	background:#FFFFFF;
}
.formBut{
	font: bold 11px ms sans serif,sans serif;
	color: #000000;
	background: #CCCCCC;
	border:2 outset #CCCCCC;
}

/*****  IE4+ Styles  *****/

/*  Text Transform  */
.capital {text-transform: capitalize;}

/*  Make percentage tables load faster by using widths of cells in first row  */
.tablefixed {table-layout: fixed;}




.submitButton{
	font:bold 13px ms sans serif,sans-serif;
	color:#FFFFFF;
	background:#663399;
	border:2 solid #000000;
}