BODY {
	background-color : White;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

A:LINK, A:VISITED {
	color : #C1BCB6;
	text-decoration : none;
	font-size : 10px;
	line-height: 14px;
}

A:HOVER {
	background-color : white;
	color : #C1BCB6;
	text-decoration : underline;
		font-weight : bold;
	font-size : 10px;
	line-height: 14px;
}

.heading {
	color : #999999;
	font-family : Helvetica, sans-serif, Verdana, Tahoma;
	font-size : 16px;
	font-weight : bold;
	letter-spacing: 2px;
}

.subheading{
	color : Black;
	font-family :  Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size : 11px;
	font-weight : bold;
}

.txt {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size : 12px;
	line-height: 14px;
}

.products {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size : 13px;
	line-height: 16px;
	font-weight : bold;
}

.footer {
	color : #8E8E8E;
	font-family : Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size : 10px;
	line-height: 16px;
}

TD {
	color : #66666;
	font-family : Helvetica;
	font-size : 12px;
	line-height: 17px;
}
/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


input {
	color : #999999;
	background-color : #ECE8E4;
	font-family : Arial, Helvetica, sans-serif;
	padding : 2px;
	font-size : 11px;
	border : 1px solid #999999;
}
.inputbutton {
	padding : 0;
	margin: 0;
	border : 0;
	background-color : #4592D9;
}
textarea {
	color : #999999;
	background-color : #ECE8E4;
	font-family : Arial, Helvetica, sans-serif;
	padding : 2px;
	font-size : 11px;
	border : 1px solid #999999;
}
.formtext {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.formhead {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

.requiredField {
	background-color: gold;
	color: black;
}

