body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FEC101;
	margin: 0px;
	padding: 0px;
}
.topTxt {
	color: #E94E8B;
}
.nav {
	color: #FEC101;
	background-color: #0F63A0;
}
.nav a {
	font-weight: bold;
	color: #FEC101;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
	color: #E94E8B;
}
.sideBrdr {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #0F63A0;
}
.siteBrdr {
	border: 1px solid #0F63A0;
}
.footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0F63A0;
}
.hd1 {
	font-size: 16px;
	font-weight: bold;
	color: #E94E8B;
}
a {
	color: #0E64A5;
	text-decoration: none;
}
.content {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content2 {
	background-image: url(assets/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
