/*****************************
  Default Style Elements
*****************************/

body, form, table, img, pre
{
	font-size:9pt;
	font-family:Arial, Verdana;
	border-style:none;
	border-width:0px; 
	padding:0;
	margin:0;
}
td, p, div, span, a, .pageBody
{
	font-size:9pt;
	font-family:Arial, Verdana;
}
body {background-color:#880707;}

a {color:#000000; text-decoration:none;}
a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:underline;}
a:active {color:#000000; text-decoration:underline;}
a:hover {color:#000000; text-decoration:underline;}

/*********************************
  Standard Style Elements
  -----------------------
  The following style elements are defined for every theme. When 
  creating a new theme, you should copy these elements.
***********************************/

/* MAIN LOOK & FEEL STYLES */
.pageBody {color:#000000;} /* Also make same settings in body element above */
.HeaderLeft {}
.HeaderRight {}
.HeaderLeftNav {}
.HeaderRightNav {}
.LeftColumn {}
.ContentArea{}
.RightColumn {}
.LeftFooter {}
.RightFooter {}
.FooterText {}

.ContentEditorRed {color:#880707; font-size:12pt; font-weight:bold;}
.ContentEditorTan {color:#D6C089; font-size:12pt; font-weight:bold;}

.ArticleSection_ListTitle {color:#800000; font-weight:bold;}
.Article_SectionTitle  {color:#800000; font-weight:bold;}

.FormsSection_FormTitle {display:none;}

/* Section Menu */

.SectionMenu {color: #FFFFFF; margin:0; padding:0; font-family:Arial; font-size: 9pt;  font-weight: normal; text-decoration:none; text-transform:uppercase; }
.SectionMenu a {color: #FFFFFF; margin:0; padding:0; font-family:Arial; font-size: 9pt; font-weight: normal; text-decoration:none; text-transform:uppercase; }
.SectionMenu a:active { color: #FFFFFF; text-decoration:none;}
.SectionMenu a:link { color: #FFFFFF; text-decoration:none;}
.SectionMenu a:visited { color: #FFFFFF; text-decoration:none; }
.SectionMenu a:hover { color: #FFFFFF; text-decoration:underline; }

.Header { color: #FFFFFF; }
.Header a { color: #FFFFFF; }
.Header a:active { color: #FFFFFF; text-decoration:none;}
.Header a:link { color: #FFFFFF; text-decoration:none;}
.Header a:visited { color: #FFFFFF; text-decoration:none; }
.Header a:hover { color: #FFFFFF; text-decoration:underline; }

.FormSection_FormTitle { display:none; }