body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

html {
 overflow-y: scroll !important;
}

td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #00467B;
	text-decoration: none;
}
a:visited {
	color: #00467B;
	text-decoration: none;
}
a:active {
	color: #00467B;
	text-decoration: none;
}
a:hover {
	color: #00467B;
	text-decoration: underline;
}
li {
	padding-top:10px;
}
.SplashText {
	padding-bottom:5px;
	text-align: center;
	color:#004C82;
}
.FooterText {
	color:#FFFFFF;
	font-size: 9px;
	padding-left:62px;
}
.PageTitle {
	font-size:22px;
	font-weight:bold;
	color:white;
}
.PageSubTitle {
	color: #AFC5D5;
	font-size: 15px;
	font-style: italic;
}
.MainText {
   font-size: 12px;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 15px;
	line-height: 160%;
	color:#004C82;
}
.PageFooter {
	background:#123F6E;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
}
.ListItemTitle {
	color: #004C82;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.HorMenuPadding {
	padding-right:20px;
}
.TextInput {
	font-size:11px;
}
.LoginInput {
	width:250px;
}
.SubmitButton {
	background-color: #518bbb;
	color:white;
	font-size:12px;
	font-weight:bold;
}
.MainMenuItem {
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	color:#9fb7cc;
	font-weight:bold;
}
.MainMenuActiveItem {
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	color:#508bba;
	font-weight:bold;
}
.SectionTitle {
	height:60px;
	font-weight: bold;
	font-size: 18px;
	color: #005890;
	text-transform: uppercase;
	background-image: url(img/icons/icon2.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
}
.TitleReport {
	height:60px;
	font-weight: bold;
	font-size: 18px;
	color: #005890;
	text-transform: uppercase;
	padding-left: 70px;
}
.SectionTitleHome {
	font-weight: bold;
	font-size: 18px;
	color: #005890;
	text-transform: uppercase;
}
.SubsectionTitle {
	font-weight:bold;
	font-size:14px;
	color:#0D5482;
}
.SubsectionQuestion {
	font-weight:bold;
	font-size:12px;
	color:#0D5482;
}
.SubsectionSubtitle {
	font-weight:bold;
	font-size:13px;
	color:#A2B2BF;
}

.ColumnHeader {
	background-color:#e5eef5;
	color:#005890;
	font-weight:bold;
	border-top:1px solid white;
	font-size:11px;
	padding:5px;
}
.ListOdd {
	background-color:white;
	font-size:11px;
	padding:5px;
}
.ListEven {
	background-color: #fdf6f0;
	font-size:11px;
	padding:5px;
}
.FormFieldOdd {
	background-color:white;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
.FormFieldEven {
	background-color: #fdf6f0;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
.SmallButton {
	background-color: #0D5482;
	color:white;
	font-size:10px;
	font-weight:bold;
}
.SavedChanges {
	color:red;
	font-weight:bold;
	font-size:12px;
}
.CommandStyle {
	font-weight:bold;
	padding-left:20px;
}
.CommandStyleSearchRespondent {
	font-weight:bold;
	padding-left:5px;
	font-size:11px;
}
.CandidatesTabItemActive {
	background-color: #1E90FF;
	border-right:5px solid white;
	color:white;
	width:130px;
	height:20px;
	font-weight:bold;
	text-align:center;
}
.CandidatesTabItemInactive {
	background-color: #0075E6;
	border-right:5px solid white;
	color:white;
	width:130px;
	font-weight:bold;
	text-align:center;
}
.CandidatesTabItemActiveLetter {
	background-color: #1E90FF;
	border-right:5px solid white;
	color:white;
	width:180px;
	height:20px;
	font-weight:bold;
	text-align:center;
}
.CandidatesTabItemInactiveLetter {
	background-color: #0075E6;
	border-right:5px solid white;
	color:white;
	width:180px;
	font-weight:bold;
	text-align:center;
}
.LabelWrong {
	padding: 3px;
	background:#DDDDDD;
	color:red;
	font-size:12px;
}
.ListEvenPrint {
	background: #FFFFFF;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
	text-align: left;
	border:1px solid gray;
}
