/* CSS Document */
.footerlinks {
	font: normal 10px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	text-align: center;
}
.footerlinks:hover {
	font: normal 10px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #CA0A0A;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	text-align: center;
}
.footertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.MAINHEADER {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #CA0A0A;
	text-decoration: none;
	text-align:left
}
.maintext {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.redmaintext {
	color: #CA0A0A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	text-align:left
}
.maintextBold {

	font: bold normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.maintextItal {

	font: italic normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
}

