body {
	background-color: #000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px; 
	margin-bottom:0px;
}
.sidebarbackground {
background-image:url(/assets/images/sidebar-background.jpg);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:bottom center;
}
.buttons a:link, .buttons a:visited {
display:block;
text-decoration:none;
background-image:url(assets/images/button-off.jpg);
font:bolder 10px verdana;
color:#AAAAAA;
width:100px;
height:25px;
border-width: 1px;
border-style: solid;
border-color: #666666;
float:left;
display:inline;
margin-right:3px;
margin-bottom:3px;
background-repeat:no-repeat;
text-align:center;
}
.buttons a:hover, .buttons a:active {
background-image:url(assets/images/button-on.jpg);
color:#DDDDDD;
background-repeat:no-repeat;
}
.tab {
font:Helvetica, Verdana, Arial, sans-serif;
color:#440000;
text-decoration:none;
line-height:12px;
margin:0px;
padding:0px;
}
.tab h3 {
font:Helvetica, Verdana, Arial, sans-serif;
color:#440000;
text-decoration:none;
line-height:12px;
margin:0px;
padding:0px;
}
.regulartext {
font: normal 12px Helvetica, Verdana, Arial, sans-serif;
color: black;
}
.regulartext a:link, a:visited {
font:Helvetica, Verdana, Arial, sans-serif;
color:#0000FF;
text-decoration:none;
}
.regulartext a:hover {
font:Helvetica, Verdana, Arial, sans-serif;
color:#0000FF;
text-decoration:underline;
}
.headline {
font: bold 20px Arial;
color:#440000;
text-decoration:none;
}
.headline a:link, .headline a:visited {
font: bold 20px Arial;
color:#DD0000;
text-decoration:none;
}
.headline a:hover, .headline a:active {
font: bold 20px Arial;
color:#440000;
text-decoration:underline;
}
.subheadline {
font: bold 16px Arial;
color:#440000;
text-decoration:none;
}
.subheadline a:link, .subheadline a:visited {
font: bold 16px Arial;
color:#DD0000;
text-decoration:none;
}
.subheadline a:hover, .subheadline a:active {
font: bold 16px Arial;
color:#440000;
text-decoration:underline;
}
.smalltext {
font: normal 10px verdana;
color:#440000;
text-decoration:none;
}
.smalltext a:link, .smalltext a:visited {
font: normal 10px verdana;
color:#880000;
text-decoration:none;
}
.smalltext a:hover, .smalltext a:active {
font: normal 10px verdana;
color:#440000;
text-decoration:underline;
}
.modelheader {
margin: 0px;
margin-right: 0px; 
margin-left: 0px;
font:bolder 10px Verdana;
color:#000000;
}