﻿body {
	background-color: #FFFFFF;
	background-image:url('bg.jpg');
	background-repeat:repeat;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
}

a:link {
	color:#555555;
	text-decoration: none;
}
a:visited {	
	color:#555555;
	text-decoration: none;	
}
a:hover {
	color:#000000;
	text-decoration:none;
	background-color:white;
	
	
	}
a:active {
	color:#555555;
	text-decoration: none;
}

ul a:link {
	color:#555555;
	text-decoration: none;
}
ul a:visited {	
	color: #555555;
	text-decoration: none;	
}
ul a:hover {
	color: #000000;
	text-decoration: none;
	}
ul a:active {
	color: #555555;
	text-decoration: none;
}


#topLinks a:link {
	color:#555555;
	text-decoration: none;
}
#topLinks a:visited {	
	color: #555555;
	text-decoration: none;	
}
#topLinks a:hover {
	color: #000000;
	text-decoration: none;
	}
#topLinks a:active {
	color: #555555;
	text-decoration: none;
}


img	
{
	border: 0;
}

.TextHeader {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.TextHeaderOrange {
	color: #999900;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.submenu {	
	font-size:16px;
	line-height: 22px;
	color:#000000;
}

.Content {
	color: #818181;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.ContentSmall {
	color: #818181;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.ContentWhite {
	color: #555555;
	font-size: 16px;
	line-height: 24px;
}

.ContentWhiteSmall {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.ContentDivider {
	border-top: 1px #464747 solid;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 14px;
	position: relative;	
}

.copyright {	
	font-size:12px;
	color: #444444;
}


.NewsChannel{	
	color:#999999;		
	font-weight:700;
}

