/* CSS Document */

body {
	background-color: #A3DEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:100px;
	border: #000;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
}

td A {
	color: #0081FF;
	text-decoration: none;
}

td A:hover {
	text-decoration: underline;
}

.maincontent {
	padding: 10px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #0081FF;
	margin: 10px 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0081FF;
	margin: 10px 0 10px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h2.home {
	font-size: 16px;
	font-weight: bold;
	color: #0081FF;
	margin: 10px 0 10px 0;
	padding: 0;
}

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #0081FF;
}

.leftnav {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
	padding: 4px 0 4px 10px;
}

.leftnav A {
	color: #0081FF;
	text-decoration: none;
}

.leftnav A:hover {
	text-decoration: underline;
}

.leftnav-bottom {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}

.leftnav-bottom A {
	color: #0081FF;
	text-decoration: none;
}

.leftnav-bottom A:hover {
	text-decoration: underline;
}

.resourcesheader {
	font-size: 16px;
	font-weight: bold;
	color: #0081FF;
	text-align: center;
	padding: 0 0 8px 0;
}

.resources {
	font-size: 11px;
	margin: 5px;
}

.resources A {
	text-decoration: none;
	color: #000000;
}

.resources A:hover {
	text-decoration: underline;
}

.indexp {
	padding: 0;
	margin: 0;
	line-height: 17px;
}

.border_bottom, .border_bottom_right {
	font-size: 11px;
}

.border_bottom {
	border-bottom: 1px dashed #10A3C5;
}

.border_bottom_right {
	border-bottom: 1px dashed #10A3C5;
	border-right: 1px dashed #10A3C5;
}

.border_right {
	border-right: 1px solid #999999;
}

.border_left {
	border-left: 1px solid #999999;
}

.border_top {
	border-top: 1px solid #999999;
}

.copyright {
	border: 1px solid #999999;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}

.pdf {
font-style:italic;
font-size:13px;
}