@charset "utf-8";

/*** Body-Definition *****/
body {
	font			: normal 75% Arial, Verdana, sans-serif;
	background-color: #939393;
	color			: #000;
	margin			: 0;
	padding			: 0;
	text-align: left;
}


/*** Standard-Links *****/
a:link,a:visited
{
	text-decoration: none;
	color: #304A97;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #89393C;
}


/*** Standard-Schrift *****/
h1 {
	font-weight		: bold;
	font-size		: 2.3em;
	color			: #666;
	margin			: 0;
	/***position		: relative;***/
	left			: -.1em;
	text-align: center;
}

h2 {
	font-weight		: bold;
	font-size		: 1.3em;
	color			: #666;
	text-transform	: uppercase;
	margin			: .5em 0 0 0;
	text-align: center;
}

h2.subhead {
	font-weight		: bold;
	font-size		: 1.3em;
	color			: #666;
	text-transform	: none;
	margin			: .5em 0;
}

h3 {
	font-weight		: bold;
	font-size		: 1.2em;
	color			: #333;
	text-transform	: uppercase;
	margin			: 0;
}

h4 {
	font-weight		: bold;
	font-size		: 1.1em;
	color			: #333;
	margin			: 0 0 .5em 0;
	text-align: center;
}

h5 {
	font-weight		: bold;
	font-size		: 1.1em;
	display			: inline !important;
	font-family		: Arial, Verdana, sans-serif;
	color			: #333;
	margin			: 0;
	padding			: 0;
	text-transform	: uppercase;
}


/*** Footer Definition *****/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	color: #FFFFFF;
}


/*** Footer Links *****/
#footer a:link,
#footer a:visited
{
text-decoration: none;
color: #ffffff;
}

#footer a:hover,
#footer a:active
{
text-decoration: underline;
color: #ffffff;
}
