/* CSS Document */
body 
	{
	color: white;
	background-color: #242324;
	margin: 0px;
	
	
	}
a:link {
	color: #7e8083;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cdced0;
}
a:active {
	text-decoration: none;
	}


#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	
	
	margin-left: -512px;
	position: relative;

	
	width: 1024px;
	
	visibility: visible;

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}


a:link, a:visited 
	{
	
	text-decoration: none
	}

a:hover 
	{
	
	text-decoration: none
	}

.captions  
	{
	color: white;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}
.logo_text {
	color: #cacbcd;
	font-size:9px;
}
.menu_text {
	color: #838385;
	font-size: 11px;
	letter-spacing:1.5px;
	
}
.menu_text_green {
	color: #7ac93c;
	font-size: 11px;
	letter-spacing:1.5px;
	
}
.menu_text_red {
	color: #e43d33;
	font-size: 11px;
	letter-spacing:1.5px;
	
}
.footer1 {font-size: 9px; color: #717275;}




