body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #B1AEB0;
	background-color: #722272;
}

p {
	font-size: small;
}

p.small {
	font-size: x-small;
}

p.poweredby {
	font-size: xx-small;
}

a.poweredby {
	font-size: xx-small;
}

p.title {
	font-size: large;
	text-align: center;
}

p.subtitle {
	font-size: medium;
	text-align: center;
}

a {
	color: #B1AEB0;
	text-decoration: underline;
}

a:hover {
	background : #B1AEB0;
	color : #722272;
	text-decoration: none;
}

input {
	background: #722272;
	color: #B1AEB0;
	border: 1px solid #B1AEB0;
}

textarea {
	background: #722272;
	color: #B1AEB0;
	border: 1px solid #B1AEB0;
}

table.tbl {
	border: 1px solid #B1AEB0;
	border-collapse: collapse;
}

th.tbl {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	text-align: center;
	background-color: #451545;
	color: #B1AEB0;
	border: 1px solid #B1AEB0;
}

td.tbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-color: #7A247A;
	color: #B1AEB0;
	border: 1px solid #B1AEB0;
}

table.subtbl {
}

th.subtbl {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	text-align: center;
	background-color: #451545;
	color: #B1AEB0;
}

td.subtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-color: #7A247A;
	color: #B1AEB0;
}

a.thsubtbl {
	color: #B1AEB0;
	text-decoration: underline;
}

a.thsubtbl:hover {
	background : #B1AEB0;
	color : #722272;
	text-decoration: none;
}

a.tdsubtbl {
	color: #B1AEB0;
	text-decoration: underline;
}

a.tdsubtbl:hover {
	background : #B1AEB0;
	color : #722272;
	text-decoration: none;
}
