@charset "UTF-8";
body,td,p,h1,h2,h3 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #716558;
}
body {
	background-image: url(images/dot_background.gif);
	background-color: #603813;
	background-repeat: repeat;
}
h1 {
	font-size: 16px;
	line-height: 16px;
	color: #EC008C;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #716558;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	color: #EC008C;
	font-style: italic;
}
h2 {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.footer {
	font-size: 10px;
	line-height: 12px;
	color: #FFCC99;
}
.footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #FFCC99;
}
.footer a:hover, .footer a:active {
	color: #FF9999;
}
.imgpad {
	padding-right: 24px;
}