/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftnav {
	display: none;
}

.noprint {
	display: none;
}

p {
	font-size: 11px;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

.tableformat th {    
	background-color: #41688F;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	padding-left: 3px;
	padding-right: 6px;
}

.tableformat td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EAE8DA;	
	padding-left: 3px;
	padding-right: 3px;
}


