/* CSS Document */

body {
	font-size:14px;
	font-family:"Century Gothic", Arial, sans-serif;
	background-color:#6D5030;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(images/browndotbkg.gif);

}
p, td {
	font-size: 14px;
	font-family:"Century Gothic", Arial, sans-serif;
	line-height: 18px;
	color: #815D35;
}
hr {
	color: #DA4A7A;
}

a {
	color: #DA4A7A;
	text-decoration: none;

}
a:hover {
	color: #815D35;
	text-decoration: none;
}

h1           {
	color: #DA4A7A;
	font-size: 18px;
}

h2           {
	color: #815D35;
	font-size: 16px;
}

h3           {
	color: #F99FAD;
	font-size: 14px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #BA9770;

}
.outerbrdr {
	border: 1px solid #533C22;
}
.mainarea {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F8C5D3;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.dotbrdr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F8C5D3;
	padding-bottom: 5px;

}
