@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-image: url(images/bkg-top-clean.jpg);
	background-repeat: repeat-y;
	background-color: #000;
	margin-top: 0;
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#main{
	background: url(images/bkg-top-clean.jpg) top repeat-x;
	text-align: center;
} 

#bottombkg{
	background: url(images/bkg-bottom-clean.jpg) bottom repeat-x;
	text-align: center;
}

#footer{ 
	background: url(images/bkg-footerbar.png) center no-repeat; 
	margin-bottom: 10;
	padding-top: 10;
	padding-bottom: 10;
} 

.txt3 strong {
	color: #C00;
}
.txt3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.txt31 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #900;
}
.header4 {
	font-size: 16px;
	color: #900;
	text-align: center;
	font-weight: bold;
}
.header2 {
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}
.header3 {
	font-size: 16px;
	color: #900;
	font-weight: bold;
	text-align: center;
}
.paragraph {
	text-align: left;
}
.txt32 {
	font-size: 13px;
	color: #FFF;
	text-align: right;
}
.txt2 {
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
.txt33 {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}
.footer {
	font-size: 12px;
	color: #999;
	font-style: normal;
	text-align: center;
}

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #C00;
}
a:active {
	color: #C00;
}

</style>

