@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	
margin: 0px auto;
margin-bottom: 0px auto;

}

a:link {
	color: #9e5f38;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9e5f38;
}
a:hover {
	text-decoration: underline;
	color: #9e5f38;
}
a:active {
	text-decoration: none;
	color: #9e5f38;
}
.main_content {
	font-size: 9pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
ul {
margin-top: 0px;
margin-bottom: 0px; 
list-style-image: url(your custom bullet);
color: #000000;
font-size: 100%;
font-weight: normal;
margin-left: 20px; 
padding-left: 20px; 
line-height: 1.3em;
} 

img.GalThmbImg{cursor:hand}


