@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;
	text-transform: uppercase; 
}
.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;
}
.gmap-txt {
	font-size: 8pt;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif; 
}

/* 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: 16pt;
	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;
}
tr.bios_hover {
	background-color: #990000;
}
a.bios-viewlnk {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
a.bios-viewlnk:link {
	text-decoration: underline;
}
a.bios-viewlnk:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.bios-viewlnk:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.bios-viewlnk:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* 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;
}

/* IMAGE STYLES */
img.floatleft { 
    float: left; 
    margin: 4px; 
}

/* FORM STYLES */
input.frmsty1 {
	border: 1px solid #FFFFFF;
	background-color: #666666;
}
input.frmsty1:focus {
	background-color: #990000;
	border: 1px solid #FFFFFF;
}
textarea.txtara1 {
	border: 1px solid #FFFFFF;
	background-color: #666666;
}
textarea.txtara1:focus {
	background-color: #990000;
	border: 1px solid #FFFFFF;
}
select.drpdwn1 {
	border: 1px solid #FFFFFF;
	background-color: #666666;
}
select.drpdwn1:focus {
	background-color: #990000;
	border: 1px solid #FFFFFF;
}

/* Shock Treatment */
.shocktitle_txt {
	font-size: 12pt;
	color: #D32445;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase; 
}