body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #015B7D;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0386B4;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #025F7D;
}
a:hover {
	text-decoration: none;
	color: #774288;
}
a:active {
	text-decoration: underline;
	color: #5D206D;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #592168;
}
h2 {
	font-size: 18px;
	color: #0275A1;
}
h3 {
	font-size: 16px;
	color: #874F98;
}
.outerborder {
	border: 1px solid #C475D5;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
