﻿html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-style: none;
	background-color: #CCCCCC;
}
a {
	color: #bb3a24;
	font-weight:bold;
}
a:hover {
	color: #bb3a24;
	text-decoration: none;
}
a:visited {
	color:#660066
}
img {
	border:0px;
	text-decoration:none;
}
.mp_backlinks {
	font-size: 10px;
	color: #000000;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 10px;
}
.mp_backlinks a {
	color: #000000;
	text-decoration: underline;
}
.mp_backlinks a:hover {
	color: #bb3a24;
}
.language {
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: auto;
	color: #000000;
	text-align: left;
	top: auto;
	height: 25px;
	margin: 0px;
}
.language li {
	list-style-type: none;
	font-size: 10px;
	color: #000000;
	text-align: left;
	float: left;
	position: relative;
}
.language a {
	display: block;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	color: #000000;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
.language a:hover {
	background-color: #bb3a24;
	color: #FFFFFF;
}
.noRightBar a {
	border-right-width:0px;
}
.TagLine {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #000000;
}
.BodyImage {
	caption-side:bottom;
	text-align:center;
	font-size:80%;
	font-style:italic;
}
.Left {
	float:left;
}
.Right {
	float:right;
}
.Clear {
	clear:both;
}
.Padding {
	padding:10px;
}
.TwoColumnList {
	width:100%;
	list-style-type:none;
}
.TwoColumnList li {
	width:45%;
	float:left;
}
.WrapLeft {
	float:left;
	clear:left;
}
.WrapRight {
	float:right;
	clear:right;
}