#right {
	width: 250px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	text-align: center;
	font-weight: bold;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

table {
	border-collapse: collapse;
}

a {
	color: #FF0000;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.small_red {
	font-size: 8pt;
	color: #FF0000;
	text-decoration:none
}
a.small_red:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.white_links {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
a.white_links:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
}

.border_bottom {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.red_text {
	font-size: 9pt;
	color: #FF0000;	
}

.red_text_small {
	font-size: 8pt;
	color: #FF0000;	
}

.white_text_small {
	font-size: 8pt;
	color: #FFFFFF;	
}

.white_header {
	font-size: 12pt;
	color: #FFFFFF;	
	font-weight: bold;
}

.red_header {
	font-size: 12pt;
	color: #FF0000;	
	font-weight: bold;
}

.yellow_header {
	font-size: 12pt;
	color: #FFFF00;
	font-weight: bold;	
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.searchterms {
display:none;
}
