.text {
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
A.text {
	color: #731FB8;
	text-decoration: underline;
}

A:Hover.text {
	color: #FD2424;
	text-decoration: none;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

A.text2 {
	color: #1574D2;
	text-decoration: underline;
}

A:Hover.text2 {
	color: #FD2424;
	text-decoration: none;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	font-weight: bold;

}
.heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	line-height: 130%;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.heading2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	line-height: 130%;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}

A.contact {
	color: #FFFFCC;
	text-decoration: underline;
}

html,body {
   margin:0;
   padding:0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}