@charset "utf-8";
.leftTile {
	background-image: url(images/leftTile.jpg);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.underlinedTxt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.adTablePadding {
	padding: 5px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightBG {
	background-image: url(images/rightBG.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a:link {
	color: #574c95;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #574c95;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #574c95;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #574c95;
	text-decoration: none;
	font-weight: bold;
}
.mainContent {
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #574c95;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
.mainContent table tr td center p font a {
	font-size: 8px;
}

