/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;
	margin: 0px;
	padding: 2px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/h1_back.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

h1.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	color: #000000;
	background-image: url(../images/h2_back.jpg);
	margin: 0px;
	height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	text-transform: uppercase;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
}

li.alt {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/spiral_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	text-indent: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}

a.footer {
	color: #CCCCCC;
}

a.footer:hover {
	color: #9F9F50;
}

#purple {
	color: #CC00FF;
	display: inline;
}

p.alt {
	margin: 0px;
	text-indent: 20px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

table.main {
	background-color: #FFFFFF;
}

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

a:hover {
	color: #CC9966;
}

