body	{
	font-size:10px;
	font-family: arial, sans-serif;
	color:#FFF;
	background : #212121;
	}
div, p, th, td, li, dd, dl, dt, h1, h2, h3, h4, h5, h6 , span   {
             /* redundant selectors to help NS4 not forget */
    	font-family: arial, sans-serif;
	font-variant:small-caps;
	
    }
td {font-size:10px;}
h1 {font-size:16px;
}
h2 {font-size:15px;

}
h3{font-size:14px;}
h4 {font-size:12px;
}
h5{font-size:11px;}

a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#B2B2B2;
	background-color: transparent;
	}
a:visited	{
	color:	#B2B2B2;
	background-color: transparent;
	}
a:active	{

	background-color: transparent;
	}
a:hover	{
	color:	#FFF;
	background-color: transparent;
	text-decoration:	none;
	}


.all	{	margin-top:5%;
		border:0px;
		padding:0px;	
		height:400px;
		width:795px;
		background : #000000;

	}
.activeheaderlink {
color:#FFF;
}
.white  {
color:#FFF;
}
.header {	padding-left:10px;
		background : #424242;
		
		text-align:left;
		height:110px;
		width:795px;
}
.mainrahmen {	padding-left:10px;
		font-size: 1.2em;
		background : #555555;
		text-align:left;
		height:32px;
		width:795px;
}
.paddingleft {		padding-left: 5px;
vertical-align: bottom;
		
}
.main {padding-left: 0px;
		font-size: 1em;
		background : #82807B;
		color: #FFFFFF;
		text-align: left;
		height: 115px;
		width: 795px;

}
.top {
		vertical-align: top;
}

.footer {
		padding-left: 10px;
		background : #424242;
		font-size: 1em;
		text-align:left;
		height: 110px;
		width: 795px;
}
.bottom { 	color: #FFF;
		font-size: 1.2em;
		height: 20px;
		background-color: #212121;
		bottom: 12px;
		
	}


