body {
	background-image: url(images/bg_blue.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #4a6588;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}
.footertxt {
	font-size: 11px;
	color: #FFFFFF;
}
.headtxt {
	font-weight: bold;
	color: #790024;
	font-size: 19px;
	line-height: 24px;
	font-style: italic;
}
.subheadtxt {
	font-weight: bold;
	color: #790024;
	font-size: 16px;
}
a {
	color: #790024;
	text-decoration: underline;
}
a:hover {
	color: #790024;
	text-decoration: none;
}
.hometxt {
	line-height: 28px;
}
a.footertxt {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footertxt:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.yellowbg1 {
	background-image: url(images/bg_yellowgrad_2.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.yellowbg2 {
	background-image: url(images/bg_yellowgrad_home.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.orangebg {
	background-image: url(images/bg_orangegrad.jpg);
	background-repeat: repeat-x;
	background-color: #e1ca5a;
}

