body {
	background-image: url(../images/pageBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
}td {
	font-family: arial;
}
h1 {
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h6 {
	font-size: 8.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.txt-white {
	color: #FFFFFF;
}
.txt-lightBlue {
	color: #CAE9FF;
}
.bg-red {
	background-color: #C52620;
    width:801px;
    .width:806px;
}
.bg-darkcyan {
	background-color: #2F5D81;
}
.bg-red {
	background-color: #C52620;
}
.bg-lightgrey{
	background-color: #F1EFED;
}
.txt-blue{
	color: #3A687C;
}
.txt-lightred{
	color: #9C2B06;
}
.txt-red{
	color: #CB1307;
}
.txt-grey{
	color: #686868;
}
.txt-puple{
	color: #5F2745;
}
.bg-greyblue{
	background-color: #677888;
}
.submitButton {
	background-image: url(../images/btn-submit.gif);
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.txt-black {
	color: #000000;
}
.bg-white{
background-color:#FFFFFF;
}