/* CSS Document */
body {
	background-image: url(bg2.jpg);
	background-repeat: repeat;
	margin-top: 30px;
}

h1 {
	font-size: 14px;
	color: #905a31;
	font-family: Verdana;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 15px;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #5A2B21;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}
h3 {  
	font-family: Verdana;
	font-size: 14px;
	color: #7c3e2f;
	font-weight: bold;
	margin-left: 15px;;
	margin-top: 5px;
	text-align: left;
}

p {
	font-family: Verdana;
	color: #5A2B21;
	margin-left: 22px;
	font-size: 11px;
	line-height: 1.5em;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

td {
	font-family: Verdana;
	font-size: 11px;
	color: #5A2B21;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #7c3e2f;
}

a:active {
	text-decoration: none;
	color: #7c3e2f;
	text-decoration: none;
}


li {
	font-family: Verdana;
	font-size: 11px;
	color: #6E3528;
	text-decoration: none;
	list-style-type: disc;
	margin-right: 12px;
}

li a {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #905a31;
	text-decoration: none;
}
li a:active {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #7c3e2f;
	text-decoration: none;
}

li a:hover {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #7c3e2f;
	text-decoration: underline;	
}

li a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

li a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;	
}
