body {
	background-color: #fcfcf0;
	background-image: url('bg.jpg');
background-repeat: repeat-y;
background-position: center;
	margin: 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
	line-height: 11px;
}

a {color: #6c8e98;
	text-decoration: none}
a:hover {
	color: #c2b185;
	text-decoration: underline}
	
b, strong {
	color: #000000}
	
a img {
	border: 1px solid #6c8e98;}
a:hover img{
	border: 1px solid #c2b185;}

table, tr, td {
	font-size: 9px;
}

textarea, input, select, button {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #999999;
	cell-spacing: 2px;
	padding: 3px;
	background-color: #EEEEEE;
	border-style: solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

h1 {
color: #87706a;
text-decoration: none;
text-align: left;
text-transform:uppercase;
font-size: 8px;
letter-spacing:2px;
font-family: Tahoma;
margin-bottom: 1px;
padding-left:10px;
margin-top: 0px;
	background-color: #ccb68d;
	font-weight: bold;
	line-height: 15px;
}

h2 {
color: #8e7e7e;
text-decoration: none;
text-align: left;
padding-left:15px;
margin-bottom: 1px;
margin-top: 1px;
font-size: 10px;
font-weight: normal;
	background-color: #cec7aa;
	line-height: 15px;
}

td.content-header { 
	font-family: tahoma;
	font-size: 10px;
	color: #000000;

	text-transform:uppercase;
font-size: 8px;
letter-spacing:2px;
font-family: Tahoma;
	
              text-align: left;
              padding-right: 1px;
              padding-top: 2px;
              padding-bottom: 2px; 
			  margin-bottom: 0px;
			  margin-top: 1px;
			  margin-left: 0px;
			  margin-right: 0px;
              background-color:#ccb68d;
			  border-bottom:#D3D3D3 solid 0px;
			  border-top:#fe8784 solid 0px;
			  }
			  
td.content-main { 
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	line-height: 11px;
              text-align: left;
              padding-right: 1px;
              padding-top: 2px;
              padding-bottom: 2px; 
			  padding-left: 2px;
			  margin-bottom: 0px;
			  margin-top: 0px;
			  margin-left: 2px;
			  margin-right: 2px;
              background-color:#eff3dc;
			  border-bottom:#D3D3D3 solid 0px;
			  border-top:#4c7287 solid 1px;

}