@CHARSET "ISO-8859-1";

body {
	color: white;
	background-color: black;
	background-image: url(../../images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 10px;
}

p {
	text-align: justify;
}

table {
	border-width: 0px;
	width: 100%;
}

table tr td.page {
	text-align: justify;
}

a {
	color: #00CC00;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
	text-decoration: underline;
}

td {
	font-family: Verdana;
	font-size: 8pt;
}

hr {
	border-color: #800000;
}

td.credits {
	text-align: center;
}

td.credits a {
	color: #800000;
	font-weight: bold;
	text-align: center;
}

td.credits a:hover {
	text-decoration: underline;
	color: #FF0000;
}

p.pageTitle {
	color: #91371E;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18pt;
}

p.subtitle {
	color: #91371E;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14pt;
}

.colored {
	color: #FFA34F;
}

span.title {
	color: #FFA34F;
	font-size: 150%;
	font-weight: bold;
	padding-left: 3.0em;
}

span.miniTitle {
	color: #FFA34F;
	font-weight: bold;
	padding-left: 3.0em;
}

.borded {
	border-color: #800000;
	border-style: groove;
}

span.required {
	color: #FFFFFF;
	font-weight: bold;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

