body {margin-left: 0px;
	  margin-right: 0px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	  }

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.defaultbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.defaultboldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF9933;
}
.defaultsectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.defaultitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.defaultsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-color:#CCCCCC;
}
th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : black;
	text-align : center;
	background-color : #FFD872;
	border-style:solid;
	border-color:#333333;
	border-width:0;
}
.th2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : black;
	text-align : left;
	background-color : #FFd872;
	border-style:solid;
	border-color:#333333;
	border-width:0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
a.usage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
INPUT,TEXTAREA,SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
}
TEXTAREA {
	overflow : auto;
	overflow-x : hidden;
	padding-right : 10;
}
.blah_required {
	font-size : 14;
	color : firebrick;
}
.tb {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1;
	padding:1 4 1 4;
}
table {
	border-color : "#333333";
	border-collapse : collapse;
}
.tr0
{
	background-color: #d0d8d0;
}
.tr1
{
	background-color: #d0d0d8;
}
.tr2
{
	background-color: #ffffff;
}
.tr3
{
	background-color: #ffffff;
}
.tr4
{
	background-color: #e8e8e8;
}
.bill1 {
	width : "10%";
}
.bill2 {
	width : "80%";
}
.bill3 {
	width : "10%";
}

.instructionaltext
{
	color: green;
	text-align: center;
}

.errormessage
{
	color: red;
	font-weight:bold;
}

.servicesummary
{
	font-weight:bold;
}