body {
	font: 11px Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #fff; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #000;
}
a {
	color: #c9790e;
	text-decoration: none;
}
a:hover {
	color: #f4b91b;
	text-decoration: none;
}

.categorycolor {
	background: #003c69;
}

.dieboldblue {
	background: #0063cd;
}

.lightgrey {
	background: #cdd8f4;
}

.black {
	background: #000;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.logo {
	border: 0px;
	padding: 0px 0px 0px 22px;
	margin: 0px;
}

h1 {
	font-size: 24px;
	text-transform:none;
	letter-spacing: 3px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 22px;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
h2 { 
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 20px 0px 10px 0px;
	margin: 0;
	color: #fff; 
}
h3 { 
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #fff; 
}
.footer, .footer a { 
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0;
	color: #444; 
}
.navigation a { 
    display: block;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff; 
	padding: 6px 6px 6px 6px;
	margin: 0;
}
.navigation a:hover { 
    display: block;
	color: #0063cd; 
	margin: 0;
	margin-left: 0px;
	background: #fff;
}
.navigationhighlight a {
    background: #4e8ed2;
}
.button a { 
    display: block;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #fff; 
	padding: 8px 8px 8px 8px;
	margin: 0;
}
.button a:hover { 
    display: block;
	color: #000; 
	margin: 0;
	margin-left: 0px;
	background: #0063cd;
}
.buttonhighlight a {
    display: block;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #fff; 
	padding: 8px 8px 8px 8px;
	margin: 0;
    background: #0063cd;
}
.buttonhighlight a:hover { 
    display: block;
	color: #000; 
	margin: 0;
	margin-left: 0px;
	background: #0063cd;
}

/* PRINT */
@media print {
	body, #main, #content { color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
	.noprint, .hide { display: none !important; }
}

