body {
 margin: 10px 0px 10px 0px;
 background: #faf3e5 url(images/bg.gif);
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #000000;
}

a {
 font-weight: bold;
 color: #956230;
}

.menu {
	background: #d7c4b0;
	padding: 4px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #956230;
}
.menu a{
	color: #956230;
	margin-right: 6px;
	margin-left: 6px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a:hover{
	color: #ffffff;
}
.content {
 padding: 14px 14px 14px 14px;
 text-align: justify;
}

.title {
 font-family: "Times New Roman", Times, serif;
 font-size: 24pt;
 font-weight: bold;
 color: #956230;
 font-variant: normal;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 0px 7px 7px;
	background-position: center;

}
.noLine {
	text-decoration: none;
}