/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Tabs */
div#tabbedSection {
	clear: both;
	padding: 0;
	margin: 0;
	width: 589px;
}
	#tabUnderline {
		clear: both;
		height: 7px;
		background: #003399;
		font: 1px/1px Arial, serif;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}

	div#tabbedSection ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 28px;

	}
	#tabbedSection ul li {
		float: left;
		height: 28px;
		vertical-align: middle;
		text-align: center;
		padding: 0;
		margin: 0 0 -2px 0;
	}
	#tabbedSection ul li a {
		display: block;
		margin: 0;
		color: #fff;
		text-decoration: none;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		padding-top: 7px;
		padding-bottom: 5px;
	}

	#tab0 a {
		width: 147px;
		background: url(../images/tab_off.gif) no-repeat 0px 0px;
	}
	#tab0 a:hover {
		width: 147px;
		background: url(../images/tab_over.gif) no-repeat 0px 0px;
	}
	#tab0 a.here, #tab0 a.here:hover {
		width: 147px;
		background: url(../images/tab_on.gif) no-repeat 0px 0px;
	}

	#tab1 a {
		width: 147px;
		background: url(../images/tab_off.gif) no-repeat 0px 0px;
	}
	#tab1 a:hover {
		width: 147px;
		background: url(../images/tab_over.gif) no-repeat 0px 0px;
	}
	#tab1 a.here, #tab1 a.here:hover {
		width: 147px;
		background: url(../images/tab_on.gif) no-repeat 0px 0px;
	}

	#tab2 a {
		width: 147px;
		background: url(../images/tab_off.gif) no-repeat 0px 0px;
	}
	#tab2 a:hover {
		width: 147px;
		background: url(../images/tab_over.gif) no-repeat 0px 0px;
	}
	#tab2 a.here, #tab2 a.here:hover {
		width: 147px;
		background: url(../images/tab_on.gif) no-repeat 0px 0px;
	}

	#tab3 a	{
		width: 148px;
		background: url(../images/tab_off.gif) no-repeat 0px 0px;
	}
	#tab3 a:hover	{
		width: 148px;
		background: url(../images/tab_over.gif) no-repeat 0px 0px;
	}
	#tab3 a.here, #tab3 a.here:hover {
		width: 148px;
		background: url(../images/tab_on.gif) no-repeat 0px 0px;
	}
/* end Tabs */

/* Panels */
div.panelx {
	position: absolute;
	top: 32px;
	left: 0;
	clear: left;
	width: 589px;
	height: 313px;
	text-align: center;
	margin-left: -9999px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;

}

div.panel h3,
div.panelBegin h3 {
	width: 530px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 18px;
	color: #555;	
	margin: 30px auto 4px auto;
}

div.panel p,
div.panelBegin p {
	text-align: left;
	width: 492px;
	margin: 0 auto;
	color: #555;
	font-size: 100%;	
}

div.panelBegin {
	margin: 10px 0;
	padding: 6px 0;
}
/* end Panels */
.blueTextbox {
	background-color: #FFFFFF;
	border: 1px inset #618CDC;
	color: #003399;
}
.redTextbox {
	background-color: #FFAEAE;
}
label {
	cursor: pointer;
	cursor: hand;
}
.txtLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.txtLabelGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.pageHeader {
	font-family: Helvetica;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.secHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	font-weight: bold;
}
.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
/* Button section */
input.btn {
	width: 148px;
	height: 28px;
	background: url(../images/btn_off.gif) no-repeat 0px 0px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
}
input.btnhov {
	background: url(../images/btn_over.gif) no-repeat 0px 0px;
	cursor: pointer; cursor: hand;
}
.subHeaderWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.dateHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #000000;
}
.smallTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}