	body { 
		margin-top: 0px; 
		margin-left: 0px;
		background:url(images/body-bg.jpg) repeat-x left top #d38527;
	}
	
	body, table, div, p, tr, td{
		color:#fff;	
	}
	
	div.master{
		background:url(images/master-bg.jpg) repeat-y center top;
	}
	
	H1{ 
		font-family: Verdana; 
		color: #ff9900; 
		font-size : 16pt; 
		margin-top: 0px; 
		margin-bottom: 0px;
		font-weight:normal;
	}
	
	H2{ 
		font-family: Verdana; 
		color: black; 
		font-size : 16pt; 
	}
	
	H3{ 
		font-family: Verdana; 
		color: black; 
		font-size : 14pt; 
	}
		
	H4{ 
		font-family: Verdana; 
		color: black; 
		font-size : 12pt; 
	}
	
	p { 
		font-family: Verdana; 
		color: black; 
		font-size : 10pt; 
	}
	
	table { 
		font-family: Verdana; 
		color: black; 
		font-size : 10pt; 
	}
	
	li { 
		font-family: Verdana; 
		color: #fff; 
		font-size : 10pt; 
	}
	
	ul {
		list-style-type: disc; 
		list-style-image: url(../images/bullet.jpg);
	}

    a:link, a:visited { 
		color : #3b1f01; 
	}
	
    a:hover, a:active { 
		color : #150b00; 
	}

    img { 
		border-color : #000000; 
	}
    
    .forminput{
		border: 1px solid #3b1f01
	}
	
	strong{
		font-weight:bold;
	}
	
	hr  {
		border: 0;
		height: 1px;
		color: #ffffff;
		width:95%;
		background-color: #ffffff;
		margin-bottom:7px;
	}
	
	td.footer, td.footer table{
		color:#ffffff;
	}
	
	td.footer a{
		color:#FFFFFF;
	}
	
	td.homeCont{
		background:url(images/index_10.jpg) no-repeat left top;
		width:996px;
		height:142px;
		padding:5px 50px 5px 50px;
		color:#fff;
	}
	
	td.homeCont p{
		color:#fff;	
	}
	
	.orangeTitle{
		color:#ff9900;
		font-weight:bold;
		font-size:14px;
	}
	
	.orange{
		color:#ff9900;
	}
	
	td.content, td.content p{
		color:#fff;	
	}