@charset "utf-8";
/* PAGE LAYOUT */
body {
	background-color: #000000;
}

/* PAGE TEXT */
body,td,th {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
}

/* FORMATTED TEXT */
.quote_txt {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic; 
}
.title1_txt {
	font-size: 12pt;
	color: #FF0000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold; 
}
.copyright_txt {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif; 
}
.offended_txt {
	font-size: 10pt;
	color: #FF0000;
	font-family: Georgia, Times New Roman, Times, serif;
}
.bios_label {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}

/* LINKS */
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #CC0000;
}
a:link {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

/* FORMATTED LINKS */
a.copyright_lnk {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #CC0000;
}
a.copyright_lnk:link {
	text-decoration: underline;
	color: #CC0000;
}
a.copyright_lnk:visited {
	text-decoration: underline;
	color: #CC0000;
}
a.copyright_lnk:hover {
	text-decoration: none;
	color: #FF0000;
}
a.copyright_lnk:active {
	text-decoration: underline;
	color: #CC0000;
}
a.enter_lnk {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18pt;
	color: #CC0000;
}
a.enter_lnk:link {
	text-decoration: underline;
	color: #CC0000;
}
a.enter_lnk:visited {
	text-decoration: underline;
	color: #CC0000;
}
a.enter_lnk:hover {
	text-decoration: none;
	color: #FF0000;
}
a.enter_lnk:active {
	text-decoration: underline;
	color: #CC0000;
}

/* TABLE STYLES */
table.copyright_table {
	border-top: 2px solid #CC0000;;
}

/* IMAGE STYLES */
img {
	border: 0px none;
}

/* DIV STYLES */
#director_blog {
	width: 100%;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #000000;
	border: 0px;
}
#announce_ofir {
	width: 100%;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #000000;
	border: 0px;
}

/* CAST BIOS XML STYLES */
tr.bios_odd {
	background-color: #333333;
}
tr.bios_even {
	background-color: #000000;
}

/* FORM STYLES */
input {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #000000;
}
select {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #000000;
}
textarea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #000000;
}