
input.BTN{
	color:#FFFFFF;
	font-family:'Arial',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	
	width: 11em;
	background-color:94C943;
	border:2px solid;
	border-top-color:#94C943;
	border-left-color:#94C943;
	border-right-color:#94C943;
	border-bottom-color:#94C943;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#94C943',EndColorStr='#94C943');
	
	cursor: pointer; 
	cursor: hand;
}


a.BTN {
	/* These properties should be the same as input button above */
	color:#FFFFFF;
	font-family:'Arial',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	
	width: 11em;
	background-color:94C943;
	border:2px solid;
	border-top-color:#94C943;
	border-left-color:#94C943;
	border-right-color:#94C943;
	border-bottom-color:#94C943;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#94C943',EndColorStr='#94C943');

	/* These properties are unique to hyperlink buttons to maintain consistency with input buttons */
	text-decoration:none;
	text-align:center;
	padding: 2px 0px 2px 0px;
	display:block;

}


.td0{
	background-color:#EDF8DD;
}

.td1{
	background-color:#DDF0C1;
	
	/*
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#66DDF0C1',EndColorStr='#FFDDF0C1');
	*/
}

.td2{
	background-color:#EDF8DD;
}

.tdhighlight{
	background-color:#FFC0C0;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
}

H1 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #1B78B2;
	text-align: left;
}
H2 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #1B78B2;
	text-align: left;
}
.SmallPageTitle {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #1B78B2;
}
.SmallPageText {
	font-family: Arial;
	font-size: small;
}
.SmallErrorText {
	font-family: Arial;
	font-size: small;
	font-style: italic;
	color: #FF0000;
}
.TableHeading {
	font-family: Arial;
	font-size: small;
	text-align: left;
	
}
.TableRow {
	font-family: Arial;
	font-size: small;
	text-align: left;
}
a{
	color: #;
}

.thumbnail {
	border:1px; border-thickness: 1px; border-color: #B9C9A5; border-style: solid;
}

.PriceCell {
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-width: 2px;
	border-right-width: 0px;
	border-left-style: dotted;
	border-right-style: dotted;
	
}


.ReadOnlyField {
	 background-color: #DDF0C1;
}

.TextArea {
	font-family: Arial;
	font-size: x-small;
}

.MenuBullet {
	background-color: #94C943;
}

.Header {
	background-color: #;
}

.Footer {
	background-color: #94C943;
}