body {
	margin: 0px;
	background-color: #ac9f81;
}

.gradient-left {
	background-image: url(images/gradient-left.gif);
}

.gradient-right {
	background-image: url(images/gradient-right.gif);
}

.gradient-top {
	background-image: url(images/gradient-top.gif);
}

.gradient-bottom {
	background-image: url(images/gradient-bottom.gif);
}

.gradient-white {
	background-image: url(images/gradient-white.gif);
	background-repeat: repeat-y;
}

.footer-jugger {
	background-image: url(images/footer-jugger.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
}

.bg-blue {
	background-image: url(images/bg-blue.gif);
}

.bg-darkblue {
	background-image: url(images/bg-darkblue.gif);
}

.bg-white {
	background-color:#FFFFFF;
}

.bg-biege {
	background-color:#d3c8b0;
}

#main-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #272a59;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}

#main-content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}

#main-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold ;
	color: #272a59;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}

#news-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-left: 7px;
}

#news-main-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272a59;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
}

a.footernav {
	font-family: Verdana;	
	font-size: 9px;
	color: #4459a8;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

a.footernav:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #233162;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

a.footernav:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #233162;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 10px;
}

a.news {
	font-family: Verdana;	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.news:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #e7e1d3;
	text-decoration: none;
}

a.news:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #CCC1a9;
}

a {
	color: #575a87;
}

a:visited {
	color: #8789af;
}

a:hover {
	color: #141529;
}

a.email {
	color: #FFFFFF;
	text-decoration:none;
}

a.email:visited {
	color: #e7e1d3;
	text-decoration:none;
}

a.email:hover {
	color: #CCC1a9;
	text-decoration:none;
}

