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

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


