a:link, a:active, a:visited {
	color: #990000;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	outline:none;
}

h1 {
	color: #321807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.h1Left {
	color: #321807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}


.stdText {
	color: #321807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
.stdTextCenter {
	color: #321807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}


.footer, .footer a {
	color: #000000;
	font-family: Arial ;
	font-size: 13px;
	font-weight: normal;
}
