/* CSS Document */

p {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


H2 {
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -10px;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:hover {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
}

h2 a:hover {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
}

a{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a.img:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	color: #FFFFFF;
}
.details {
	color: #900;
	font-weight: bold;
}
.slogan {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}
