.FooterNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.FooterNav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.FooterNav a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.Content {

	/*font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;*/
	color: #111;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 78%;
	font-weight: normal;
}
.ContentBig {


	font-family: Arial, Helvetica, sans-serif;
	color: #496685;
	font-size: 14px;
}
.ContentBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #496685;
	font-size: 14px;
	font-weight: bold;
}
.ContentRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #BB281E;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	display: inline;
	
}
.title {
	border-bottom: 1px solid #DDD;
}
h2 {
	/*background: url(../assets/images/h2.gif) #FFF no-repeat left;*/
	border-bottom: 1px solid #DDD;
	color: #111;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 135%;
	margin: 22px 0 3px 0;
	padding: 2px 0 2px 4px;
	text-align: left;
	text-decoration: none;
}


.Content a, .ContentNormal a {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	/*font-weight: bold;*/
	text-decoration: none;
}
.Content a:hover, .ContentNormal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	/*font-weight: bold;*/
	text-decoration: underline;
}
.ContentDark {

	font-family: Arial, Helvetica, sans-serif;
	color: #0A2565;
	font-size: 14px;
	font-weight: bold;
}
.ContentDarkGrey {


	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.FooterInfo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.FooterInfoBig {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.FooterInfo a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.FooterInfo a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.ImgBorder {
	border:1px; 
	border-thickness: 1px; 
	border-color: #9C9C9C;
	border-style: solid;
}
a:hover .ImgBorder {
	border:1px; 
	border-thickness: 1px; 
	border-color: #3E4C89;
	border-style: solid;
}
.ContentSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #496685;
	font-size: 10px;
}
body {
	background-color: #676767;
	background-image: url(../images/interface/Background.jpg);
}
.ContentTopBG {
	background-image: url(../images/interface/ContentTop.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.ContentBtmBG {
	background-image: url(../images/interface/ContentBtmRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.BtmLink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.BtmLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.BtmLink {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}



/*lists*/
.Content ul {
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(../images/interface/bullet.gif);
	list-style-type: disc;
	margin: 0 0 0 0.3em;
	padding: 0 0 0 1.0em;
	text-indent: 0;
}
.Content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 1.0em;
}
.Content li {
	line-height: 130%;
	margin: 0;
	padding: 0;
}
.Content li a, .Content li a:link, .Content li a:visited {
	text-decoration: none;
}
.Content li a:hover {
	text-decoration: underline;
}
