body, html
{
	font-family: "Verdana";
	font-size: 11px;
	line-height: 19px;
	color: #252525;
	background-color: #242424;
	overflow-x: hidden;
	overflow-y: auto;
}

a
{
	color: #252525;
}

.nounderline, .nounderline a
{
	text-decoration: none;
}

a img
{
	border-width: 0px;
}

/* for divs inside of a-tags*/
a div
{
	cursor: pointer;
}

.cleanLink a
{
	text-decoration: none;
}

p
{
/*	margin: 0px 0px 19px 0px;*/
	margin: 19px 0px;
}

blockquote
{
	margin: 19px 20px;
}

/* first paragraph shall be on top */
p:first-child, h1:first-child, h2:first-child
{
	margin-top: 0px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow:1px 1px #d7d7d7;
	line-height: 19px;
/*	margin-bottom: 8px;*/
}

h2
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow:1px 1px #d7d7d7;
	line-height: 19px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 19px;
}

.super
{
	vertical-align: super;
	text-transform: lowercase;
	font-size: 8px;
}

div.centerImage
{
	width: 100%;
	margin: 0px 0px 20px 0px;
	
	float:left;
	text-align: center;
}

div.centerImage p
{
	margin: 0px;
}

hr
{
	width: 100%;
	border-width: 0px;
	border-top:	1px solid #9c9ea0;
	margin: 10px 0px;
	float: left;
}

.lowercase
{
	text-transform: lowercase;
}

.capitalize
{
	text-transform: capitalize;
}