@charset "UTF-8";
/* CSS Document */

body {
	font-f#amily:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}

TD {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}

INPUT {
	border:1px solid black;
}

	A {
		font-size: 10pt;
		font:Arial, Helvetica, sans-serif;
		color:#444444;
		text-underline-style: none;
	}
	

	A:Hover {
		font-size: 10pt;
		color:#700204;
		text-underline-style: none;
	}
	
TD.purveyorOff {
	background:url("images/purveyor.html")   no-repeat;
	background-position: 0px 0;
	cursor:pointer;
	width:166px;
	border:none;
	height:47px;
}

TD.purveyorOn {
	background: url("images/purveyor.html")   no-repeat;
	background-position: 0px -47;
	cursor:pointer;
	width:166px;
	border:none;
	height:47px;
}

TD.ServicesOff {
	background:url("images/Services.html")   no-repeat;
	background-position: 0px 0;
	cursor:pointer;
	width:138px;
	border:none;
	height:47px;
}

TD.ServicesOn {
	background: url("images/Services.html")   no-repeat;
	background-position: 0px -47;
	cursor:pointer;
	width:138px;
	border:none;
	height:47px;
}

TD.vaultOff {
	background:url("images/vault.html")   no-repeat;
	background-position: 0px 0;
	cursor:pointer;
	width:156px;
	border:none;
	height:47px;
}

TD.vaultOn {
	background: url("images/vault.html")   no-repeat;
	background-position: 0px -47;
	cursor:pointer;
	width:156px;
	border:none;
	height:47px;
}

TD.formsOff {
	background:url("images/forms.html")   no-repeat;
	background-position: 0px 0;
	cursor:pointer;
	width:273px;
	border:none;
	height:47px;
}

TD.formsOn {
	background: url("images/forms.html")   no-repeat;
	background-position: 0px -47;
	cursor:pointer;
	width:273px;
	border:none;
	height:47px;
}


TABLE.dropTable {
	border:1px solid #003300;
	background-color:#CCCCCC;
	color:#0033FF;
}
	