/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	/*text-align: justify;*/
}

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;

}
.sitemap:hover {
	font-style: Bold;
	text-decoration: underline;

}
.mainlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E7E7CD;
	text-decoration:none;
	letter-spacing: 1px;
	padding-left: 28px;
}
.mainlink:hover {
	color: #E7E7CD;
	text-decoration:underline;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C32B28;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6D6D4B;
}