/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	background-color: #000000;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

a:link {
	color:#A2893D; 
	text-decoration:none;
	}

a:visited {
	color:#A2893D; 
	text-decoration:none;
	}

a:hover {
	color:#A2893D; 
	text-decoration:underline;
	}
	
/* Navigation Styles*/
	
.nav {
	background-color: #272425;
	border: solid 2px #A2893D;
	}
	
.nav a:link {
	display: block; 
	padding: 9px 0px 9px 10px; 
	border-top: solid 1px #A2893D;
	color:#A9A7A8; 
	text-decoration:none
	}
	
.nav a:visited {
	display: block; 
	padding: 9px 0px 9px 10px; 
	border-top: solid 1px #A2893D;
	color:#A9A7A8;
	text-decoration:none; 
	font-weight:normal
	}
	
.nav a:hover {
	display: block; 
	padding: 9px 0px 9px 10px; 
	border-top: solid 1px #A2893D;
	color:#FFFFFF; 
	text-decoration:none; 
	}
	
/* Page Layout Styles*/

.MenuBG {
	background-color: #000000;
	}

.main {
	padding-left: 24px;
	}

.MainBG {
	background-color: #FFFFFF;
	}

.FooterBG {
	border-top: solid 1px #A2893D;
	}

/* 2009 Home Page Layout Styles*/

#HomeBody    {font-family:arial, helvetica, sans-serif; font-size:12px; line-height: 16px;	background: #FFFFFF;}
.LBanner     {background: #FFFFFF;}
.RBanner     {background: #000000;}
.Ticker      {background: url(/i/front2007/TickerBG.jpg) repeat-x top;}
.Ticker td   {color: #FFFFFF; font-weight:bold; font-size:13px; padding-top: 10px; }
.Ticker a:link {color: #D8C198; }
.Ticker a:visited {color: #D8C198; }
.even        {padding: 5px; background: #EFE8CE;}
.HomeVerbage {padding: 0 20px 0 0; border-bottom: solid 2px #000000;}
.HomeVerbage p {padding: 5px;}
.HomePics    {padding: 20px 20px 0 0; border-bottom: solid 2px #000000}
.StockPrice  {padding: 0 0 0 20px; border-left: solid 2px #929294; border-bottom: solid 2px #000000;}
.News2009    {color: #575759;}
.News2009 strong {color: #000000;}
.News2009 a:link {color: #A2893D;text-decoration:none;}
.News2009 a:visited {color: #A2893D;text-decoration:none;}
.News2009 a:hover   {color: #A2893D;text-decoration:underline;}
.HomeFeatures {border-bottom: solid 2px #000000; border-left: solid 2px #929294;}


/* Home Page Layout Styles*/

.HomeMain {
	background-image: url("/i/front2007/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.HomeText {
	background-image: url("/i/front2007/TextBG.png"); 
	background-repeat: repeat; 
	background-position: top left;
	behavior: url('/cc/js/pngbehavior.htc');
	color: #CCCCCC;
	padding: 0px 10px 10px 0px;
	}

.HomeUpdates {
	background-image: url(/i/front2007/TextBG.png); 
	background-repeat: repeat; 
	background-position: top left;
	behavior: url('/cc/js/pngbehavior.htc');
	color: #CCCCCC;
	padding: 0px 10px 10px 10px;
	}

.news {
	color: #D8C198;
	}

.news strong {
	color: #FFFFFF;
	}

.news a:link {
	color: #A2893D;
	text-decoration:none; 
	}

.news a:visited {
	color: #A2893D;
	text-decoration:none; 
	}

.news a:hover {
	color: #A2893D;
	text-decoration:underline; 
	}

.TextInput {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border-top: solid 1px #A2893D;
	border-bottom: solid 1px #A2893D;
	border-left: solid 1px #A2893D;
	border-right: solid 1px #0B0703;
	}


