@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: small;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menu {
	background-image: url(images/back.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
.mainmenu {
	font-family: Tahoma;
	font-size: 12px;
	color: #92C925;
	font-weight: normal;
}
.headlines {
	font-family: Tahoma;
	font-size: 14px;
	color: #8EAE4D;
	font-weight: bold;
}
.newrecheadline {
	font-family: Tahoma;
	font-size: 12px;
	color: #1A547A;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
.FooterLinks {
	font-family: Tahoma;
	font-size: small;
	color: #CF0;
}
.FooterLinkBold {
	font-family: Tahoma;
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.Details {
	font-family: Tahoma;
	font-size: small;
	color: #000;
}
.MsgBorder {
	border: 1px dotted #999;
}
