﻿body {
    background-color: #e7ebf7; 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size: 10pt;
    text-align:center;
}

.Page {
    width:1000px;
    margin:0 auto;
    text-align:left;
}
.Header {
	width: 1000px; 
	height: 95px;
	background:url("../images/logo.png") no-repeat left top;
	background-color: White;  
    background-size: 206px 75px;
	color: White;
	padding: 2px 5px 2px 5px;
}
.MenuBar {
	width: 1000px; 
	height: 20px;	
	margin-top: -20px;
	text-align: right;
	background-color: #0f4782; 
	color: #cccccc; 
	text-align: right;
	vertical-align: bottom; 
	padding: 2px 5px 2px 5px;
}
.Content {
	min-height:600px;
	width: 1000px; 
	text-align: left; 
	background-color: #ffffff; 
	vertical-align: top; 
	font-size: 8pt; 
	padding: 2px 5px 2px 5px;
}
.Footer {
	width: 1000px; 
	height: 25px;
	font-size: 8pt; 
	background-color: #0f4782;  
	color: White;
	text-align: center; 
	vertical-align: top; 
	padding: 2px 5px 2px 5px;
}
.title {
	font-size: 10pt; 
	font-weight: bold; 
}
.text {
	font-size: 8pt; 
	font-weight:normal; 
}
.message {
	color:Red; 
}
.Grid {
	 width: 100%;	
}
.AlternatingItem {
	background-color: #aeb3bf;
}
.HeaderItem {
	background-color: #0f4782;
	font-weight:bold;
	color:White;
}
.HeaderItem a {
	background-color: #0f4782;
	font-weight:bold;
	color:White;
	text-decoration: none;
}
.HeaderItem a:hover {
	color: #FFB033; 
	text-decoration: none
}
a {
  text-decoration: none;
}

a:hover {    
    color: #fd2c03;
}
.MenuOption {
	text-transform: uppercase; 
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 8pt; 
	vertical-align: middle; 
	font-weight: bold; 
	text-decoration: none;
}
.MenuOption:hover {
	color: #FFB033; 
	text-decoration: none
}