/* ================ General */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.errorText {
	color: #FF0000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EDEDED;
}
html,body {
	height: 100%;
}
p {
	margin: 0 0 15px 0;
	line-height: 1.3em;
}
a {
	color: #3378BD;
	text-decoration: underline;
}
a:visited {
	color: #3378BD;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #3378BD;
	text-decoration: underline;
}
.subNavtext {
	font-size: 10px;
	color: #999999;
}
a.subNavLink {
	font-size: 10px;
	color: #3378BD;
	text-decoration: underline;
}
a.subNavLink:visited {
	font-size: 10px;
	color: #3378BD;
	text-decoration: underline;
}
a.subNavLink:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}
a.subNavLink:active {
	font-size: 10px;
	color: #3378BD;
	text-decoration: underline;
}
.footerText {
	font-size: 9px;
	color: #999999;
}
a.footerLink {
	font-size: 9px;
	color: #3378BD;
	text-decoration: none;
}
a.footerLink:visited {
	font-size: 9px;
	color: #3378BD;
	text-decoration: none;
}
a.footerLink:hover {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
a.footerLink:active {
	font-size: 9px;
	color: #3378BD;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.titleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1463B3;
}
.titleGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.panelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.picBorder {
	border: 2px solid #CCCCCC;
}
.subHeader {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #1463B3;
}
.frmNormal300 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	width: 300px;
	background-color: #A7C6E6;
	border: 1px solid #999999;
}


/* ================ Further styling */

ul#subnav {
	width: auto;
	height: 2em;
	background-color: #f0f0f0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
}
ul#subnav li {
	position: relative;
	float: left;
	padding: 0 8px;
	border-right: 1px solid #cccccc;
	list-style-type: none;
	line-height: 2em;
}
ul#subnav li a {
	color: #3378BD;
	font-weight: bold;
	text-decoration: none;
}
ul#subnav li a:hover {
	color: #999999;
}
ul#subnav li.options {
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
}
ul#subnav li.options a {
	color: #ffffff;
}
ul#subnav li.options a:hover {
	color: #cccccc;
}