table {
	border-collapse: collapse;
}

.tbl a {
	width:165px;
	padding: 6px;
	background-color: transparent;
	text-align: center;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	font-weight:bold
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #4c4a51;
	color: #FFFFFF;
	font-size: 9pt;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #ffffff;
	margin:0;
}
body {
	background-color: #741313;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}

.right-border {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}

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

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

a {
	color: #FFFF00;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a.white_links {
text-decoration:none;
	color: #FFFFFF;
}

a.white_links:hover {
text-decoration:underline;
	color: #FFFFFF;
	
}

a.white_links_sm {
text-decoration:none;
	color: #FFFFFF;
	font-size: 8pt;
}

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

.black_header {
	font-size: 12pt;
	color: #000000;	
	font-style: italic;
	font-weight:bold;
}

.black_large {
	font-size: 12pt;
	color: #000000;	
	font-weight:bold;
}

.yellow_text {
	color: #FFFF00;
}	

.text_small {
	font-size: 8pt;
}

.text_sm_black {
	font-size: 7pt;
	color: #000000;
}

.black_text {
	font-size: 9pt;
	color: #000000;
}

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

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.searchterms {
display:none;
}