body {
	font-size: 12px;
	margin: 0px;
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;



}
table {
	font-size: 12px;
	line-height: 18px;
	color: #333333;

}
.purplefont {
	color: #CA1964;
}
.formfont {
	font-size: 12px;
}
.blackfont {
	color: #000000;
	text-decoration: none;
}
.linkfont {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	font-weight: bold;

}
.title1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.titleA {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
