body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}


.menu a {
	display: block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

	padding: 14];
	text-decoration: none;
	font-weight: bold;
	padding: 18;
}


.menu a:hover {
	background-color: #333333;
}


H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8D0200;
	text-align: left;
	font-weight: lighter;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}


a.text:link, a.text:hover, a.text:visited {
	color: #8D0904;
	font-weight: bold;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}


a:link		{
	text-decoration:none;
}
a:visited	{  text-decoration:none; }
a:hover		{  text-decoration:none; }
