body {
	background-color : #1E211B;
	margin-left : 0px;
	margin-top : 0px;
}

/*
  Fonts
*/

h1 {
	color: #A4A4A4;
	font-size: 11px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
	margin-top : 0px;
	margin-bottom : 12px;
	margin-left : 0px;
	margin-right : 0px;
}
p {
	color: #A4A4A4;
	font-size: 11px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
}
p.caption {
	color: #A4A4A4;
	font-size: 10px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 13px;
	margin-top : 7px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
p.captionthumbs {
	color: #A4A4A4;
	font-size: 10px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 13px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
p.footer {
	color: #5F5F5F;
	font-size: 10px;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 13px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
a:link.thumbs {
	color: #A4A4A4;
	text-decoration: none;
}
a:visited.thumbs {
	color: #A4A4A4;
	text-decoration: none;
}
a:hover.thumbs {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.thumbs {
	color: #A4A4A4;
}
a:link.footer {
	color: #5F5F5F;
	text-decoration: underline;
}
a:visited.footer {
	color: #5F5F5F;
	text-decoration: underline;
}
a:hover.footer {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.footer {
	color: #5F5F5F;
}
a:link.contact {
	color: #A4A4A4;
	text-decoration: underline;
}
a:visited.contact {
	color: #A4A4A4;
	text-decoration: underline;
}
a:hover.contact {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.contact {
	color: #A4A4A4;
}
.newsletter {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#1E211B;
	background-color : #B3B3B3;
}