/* CSS Document */

h1 {
	font-size: 15px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	color: #333333;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

h1 a:link {
	color: #333333;
	text-decoration: none;
}

h1 a:visited {
	color: #333333;
	text-decoration: none;
}

h1 a:active {
	color: #333333;
	text-decoration: none;
}

h1 a:hover {
	color: #666666;
	text-decoration: none;
}



strong {
	font-weight: bold;
	color: #EA6425;
}

strong a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

strong a:visited {
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}

strong a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

strong a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}





em {
	text-decoration: line-through;
	font-style: normal;
}





.footer {
	color: #999999;
	text-decoration: none;
}

.footer a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}

.footer a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}






a:link img {
	border: 0px #FFF solid;
}

a:visited img {
 	border: 0px #FFF solid;
}

a:active img {
	border: 0px #FFF solid;
}

a:hover img {
	border: 0px #FFF solid;
}






a:link {
	color: #BE9E56;
	text-decoration: none;
}

a:visited {
 	color: #BE9E56;
	text-decoration: none;
}

a:active {
	color: #BE9E56;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.BE9E56 {
	color: #BE9E56;
}