/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}

body, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.head, .head td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#FFFFFF;
}

a:link, a:active, a:visited{
	color:#5f80a3;
	text-decoration:underline;
}
a:hover, a:focus{
	color:#a9bfd4;
	text-decoration:none;
}

a.headlnk:link, a.headlnk:active, a.headlnk:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.headlnk:hover, a.headlnk:focus{
	color:#a9bfd4;
	text-decoration:none;
}

.footer{
height:52px; width:870px; color:#666666; font-size:12px;
}

/* Layout */

.shdwlft{
	display:none;
}

.shdwrt{
	display:none;
}

/* Print Settings */

.topPrint{
	display:block;
}

.topScreen{
	display:none;
}


/* Expandable Div */

.expandList {
	display:block;
}

.expandLink:link, .expandLink:active, .expandLink:visited{
	text-decoration:none;
	font-weight:bold;
	color:#00417b;
}
.expandLink:hover, .expandLink:focus{
	text-decoration:none;
	font-weight:bold;
	color:#5f80a3;
}