body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading {
	color:#06F;
	font-weight:bold;
	font-size:18px;
}

.heading2 {
	color:#06F;
	font-weight:bold;
	font-size:18px;
}
.heading3{
	color:#06F;
	font-weight:bold;
	font-size:14px;
}

.style2 {
	color: #FF6600;
	font-weight: bold;
}

.style3 {
	color: #660033;
	font-weight: bold;
}

.style4 {
	color: #0000FF;
	font-weight: bold;
}

.style5 {
	color: #1A50B8;
	font-weight: bold;
}

.style6 {
	color: #00FF00;
	font-weight:bold;
}

.style7 {
	color: #006600;
	font-weight:bold;
}
.style8 {
	color: #FF3399;
	font-weight:bold;
}
.smalltext{
font-size:9px;

}

.servicemarkgreen{
	font-size:9px;
	color: #39AC73;
	vertical-align:super;
}

.servicemarkblue{
	font-size:9px;
	color: #06F;
	vertical-align:super;
}

.servicemarkpink{
	font-size:9px;
	color: #FF3399;
	vertical-align:super;
}

#formText {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	margin-bottom:20px;
}

#formTable {
	width:310px;
	float:left;
	margin-left:-20px;
	font-weight:bold;
	font-size:11px;
	position:relative;
	z-index:2;
}

#formTable td {
	padding:3px;
	border:1px solid #000;
}

input, select, textarea {
	border: solid 1px #666;
}

#box {
	border: solid 1px #000;
	width:175px;
	float:right;
	text-align:center;
	line-height:18px;
	font-size:12px;
	margin-right:-55px;
	position:relative;
	z-index:2;
}

.bigText {
	font-size:20px;
}

.italics {
	font-style:italic;
	font-weight:bold;
}

.pink {
	text-decoration:underline;
	color:#FF3399;
	font-weight:bold;
	font-size:14px;
}

.purple {
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:rgb(112,48,160);
}

.boldItalics {
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:21px;
}