a:link {color:#5189c8; text-decoration:none; font-weight:bold;}
a:visited {color:#5189c8; text-decoration:none; font-weight:bold;}
a:active {color:#5189c8; text-decoration:none; font-weight:bold;}
a:hover {color:#5189c8; text-decoration:underline; font-weight:bold;}

body {
	background-image: url(Images/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.SmallText {
	font-size: 9px;
}

div,td,.Inputs {
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
}
.HorizontalRule {
	padding-top: 5px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
}
.NavItem {
	float: left;
	margin-right: 1px;
	cursor: pointer;
}

.NavItemOff {
	font-size: 11px;
	color: #5189c8;
	background-image: url(Images/bgNavOff.png);
	background-position: center top;
	font-weight: bold;
}
.NavItemOver {
	font-size: 11px;
	color: #5189c8;
	background-image: url(Images/bgNavOver.png);
	background-position: center top;
	font-weight: bold;
}
.NavItemSelected {

	font-size: 11px;
	color: #FFFFFF;
	background-image: url(Images/bgNavSelected.png);
	background-position: center top;
	font-weight: bold;
}

.Nav {
	float: right;
	padding-right: 10px;
}
.Clear {
	clear:both;
}
.HeaderImage {
	padding-top: 15px;
	margin-bottom: 25px;
	height: 64px;
	line-height: 64px;
	position: relative;
}
.BodyContent {
	padding-left: 30px;
	padding-right: 20px;
}


.MainContent {
	background-image: url(Images/bgContentMain.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.NavContainer {
	overflow: auto;
	width: 910px;
}
.NavBackground {
	background-image: url(Images/bgNav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Hilight {
	color:#000000;
	font-weight: bold;
}
.Footer {
	background-image: url(Images/bgFooter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 136px;
	padding-top: 38px;
	padding-right: 10px;
}
.RightPanel {
	float: right;
	margin-left: 20px;
	margin-top: -64px;
}
.RightPanelTop {
	color: #FFFFFF;
	background-image: url(Images/bgRightPanelTop.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 219px;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.RightPanelBottom {
	background-image: url(Images/bgRightPanelBottom.png);
	background-repeat: no-repeat;
	width: 219px;
	padding-top: 10px;
	padding-left: 20px;
	background-position: center bottom;
	padding-bottom: 20px;
}
.RightPanelItem {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 5px;
	overflow: auto;
	padding-right: 0px;
	margin-right: 20px;
}
.Icon {
	float: left;
	padding-left: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
}
h1 {
	color: #FFF;
	font: normal 35px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	letter-spacing: -1px;
}
h2 {
	margin-bottom: 0px;
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3D669A;
}

ul,ol{
	margin-top:0px;
	padding-top: 5px;
}
li{
	margin-left:-25px;
	list-style-position: outside;
	list-style-image: url(Images/imgBullet.png);
}
.FieldTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(Images/bgFieldTitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px;
	width: 350px;
}
.FieldContent {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.Inputs {
	color:#333333;
	border: 1px solid #CCCCCC;
	width: 99%;
}
.Buttons {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(Images/bgButtons.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.formCheckerReadout {
	font-weight: bold;
	color: #5189c8;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.FloatRight {
	float: right;
}
.TextSizeButton {
	margin-left: 5px;
}

.LanguageButton {
	margin-left: 5px;
}

.White {

	color:#FFFFFF;
}
