body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/main_bg.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	list-style-image:  url(../images/bullet.png);
	list-style-type: circle;

}
/* table */
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}
/* LINKS */
.style2 {
	font-size: 16pt;
	color: #000000;
	text-align: center;
}
.style3 {
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #6C0000;
}
a:active {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* headers */
H1 {
   font-family: Verdana, Arial;
   font-size: 14pt;
   font-weight: bold;
   color: #000000
}

H2 {
   font-family: Verdana, Arial;
   font-size: 13pt;
   font-weight: bold;
   color: #000000
}

H3 {
   font-family: Verdana, Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #000000
}
.button_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	background-color: #000000;
	color: #000;
}
li {
	list-style-type:disc
	
}

