﻿/* CSS layout */
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-position: center;
	background-attachment: fixed;
	background-color: white;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.header01 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
}
.title {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
}
.textvalidator {
	font-size: 9px;
	color: #B42F31;
}
.message {
	font-size: 9px;
	color: #B42F31;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	color: #E18F92;
}
.button {
	font-size: 10px;
	font-weight: normal;
	color: #000066;
}
.gridTitle {
	font-size: 12px;
}
.griditem {
	font-size: 10px;
}
.regulartext {
	font-size: 13px;
	font-weight: normal;
}
.label {
	font-size: 10px;
	font-weight: normal;
	color: #004080;
}
.textFieldLabel {
	font-size: 10px;
	font-weight: bold;
	color: #333399;
}
.whiteText {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	height: 49px;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/bottom-bar.gif');
	font-size: 9px;
	color: #cccccc;
}
a.footerlink:link {
	font-size: 9px;
	color: #cccccc;
}
a.footerlink:visited {
	font-size: 9px;
	color: #cccccc;
}
a.footerlink:hover {
	font-size: 9px;
	color: #cccccc;
}
a.footerlink:active {
	font-size: 9px;
	color: #cccccc;
}
a.menu:link {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
	text-decoration:none;
	vertical-align:middle;
}
a.menu:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
	text-decoration:none;
	vertical-align:middle;
}
a.menu:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
	text-decoration:none;
	vertical-align:middle;
}
a.menu:active {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
	text-decoration:none;
	vertical-align:middle;
}
