/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
	background-color:#ffffff;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
}

ol#toc {
	height:55px;
	list-style:none;
	margin:0;
	margin-left:5px;
	padding:0;
}

ol#toc li {
	float:left;
	margin:2px 5px 0 0;
}

ol#toc a {
	background:#fff url(/images/catabs.png) no-repeat 0px -84px;
	color:#1e4179;
	display:block;
	float:left;
	height:42px;
	padding-left:0px;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;cursor:hand;
}

ol#toc a:hover {
	background-position:0px 0px;
	background-color:#1e4179;
	text-decoration:none;
	color:#fff;
}

ol#toc a:hover span {
	background-position:0px 0px;
	text-decoration:none;
	color:#fff;
}

ol#toc li.current a {
	background-position:0px -42px;
	background-color:#123456;
	color:#fff;
}

ol#toc li.current span {
	background-position:0px -42px;
	color:#fff;
}

ol#toc span {
	text-align:center;
	display:block;
	padding-top:6px;
	width:74px;
	height:21px;
}

div.content {
	clear:left;
	height:500px;
}

.searchbutton {
	margin:15px 5px 5px 0;
	background-color:#1e4179;
	font:12px Arial,Helvetica,sans-serif;
	border:#000087 1px solid;
	font-weight:bold;
	color:#ffffff;
}

.top_left {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:710px;
}

.top_right {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:700px;
	height:10px;
	margin-left:10px;
}

.bottom_left {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:10px;
	width:710px;
}

.bottom_right {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:10px;
	width:700px;
	margin-left:10px;
}

.contents {
	background-image:url(/images/img.png);
	background-repeat:repeat-y;
	background-position:right center;
	padding-right:10px;
	margin-left:10px;
}

.newFS {
/* calendarDateInput was renamed to this */
	font:11px Arial,Helvetica,sans-serif;
	position:relative;
	bottom:0px;
	vertical-align:bottom
}

.newFStext {
/* calendarDateInput was renamed to this */
	font:11px Arial,Helvetica,sans-serif;
	width:30px;
	height:14px;
	margin-top:-1px;
	text-align:center;
	position:relative;
	top:0px;
	bottom:0px;
	vertical-align:bottom
}

.newFSlabel {
	text-align:left;
}

.whitebox {
	border:dashed #ffffff 1px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
}

.spacer {
	height:5px;
}