@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#000000;
	}
		
td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #969595;
	line-height:18px;
	}

td a:link {
	color: #a79871;
	font-weight: bolder;
	text-decoration:none;
	}

td a:visited{
	color: #a79871;
	font-weight: bolder;
	text-decoration:none;
	}

td a:hover{
	color:#969595;
	font-weight: bolder;
	text-decoration:none;
	}
	
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #969595;
	line-height:18px;
	}
	
	
.goldtext {
	color:#928964;
	font-size:18px;
	}
	
.smalltext{
	font-size:10px;
	}
	
.boldtext {
	color:#afadad;
	font-weight:bold;
	}
	
.title {
	font-size:16px;
	color:#cccccc;
	}
	
.topbg{
	background-image:url(../images/topbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
.footerbg{
    background-image:url(../images/footer_bg.jpg);
    background-repeat:no-repeat;
	background-position:bottom;
    }
	
.lsidebg {
	background-image:url(../images/inner_border_side.jpg);
	background-repeat:repeat-y;
	}
	
.rsidebg {
	background-image:url(../images/inner_left_bg.jpg);
	background-repeat:repeat-y;
	}

.menubg{
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.footer {
	color:#999999;
	text-decoration:none;
	font-size:11px;
	}
	
.menu {
	font-size: 12px;
	color: #a79871;
	}

.menu a:link {
	color: #969595;
	text-decoration:none;
	}

.menu a:visited{
	color: #969595;
	text-decoration:none;
	}

.menu a:hover{
	color:#a79871;
	text-decoration:none;
	}

.WhiteTextBox {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: CDCDCD;
	border:  1px solid #939393;
}
.OrangeButton {
	font-family: Arial;
	font-size: 12px;
	color: #CDCDCD;
	font-weight: normal;
	background-color: #646464;
	border: 1px solid #CDCDCD;
}

.bullets-indent
{
	left: 50px;
}

