@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

td {
	vertical-align: top;
}

a { 
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

.verdana_red_bold {
	font-weight: bold;
	color: #990000;
}


.verdana_red_bold a {
	text-decoration: underline;
	
}


.verdana_red_bold a:hover {
	text-decoration: none;
}

.verdana_white {
	color: #ffffff;
	line-height: normal;
}

.verdana_white a {
	text-decoration: underline;
}

.verdana_white a:hover {
	text-decoration: none;
}

.verdana_white2 {
	color: #ffffff;
	text-transform: uppercase;
	line-height: normal;
}

.verdana_white2 a {
	text-decoration: none;
}

.verdana_white2 a:hover {
	text-decoration: underline;
}

.georgia_12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}

.georgia_12 a {
	text-decoration: none;
}

.georgia_12 a:hover {
	color:#333333;
	text-decoration: underline;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

li {
	line-height: normal;
	margin-bottom: 10px;
}

ol {
	list-style: disc;
}
