
.footer{
	font-size: 0.75em;
	color: #1E275E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
	color: #1E275E;	
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: Arial, serif;
	font-size: 0.90em;
	background-color: #EBEBD5;	
}
td { font-family:Arial, Helvetica, sans-serif;
font-size:0.90em;}

.bodytext{
font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.tabletext {
	font-size: 0.90em;
	border: 1px solid #1E275E;

}

.tabletext th {
	background: #374182;
	color: white;
	font-weight: bold;
	font-size: 0.90em;

}

.tabletext tr {
	border: 1px solid #1E275E;

}

.tabletext td {
	background: white;
	font-size: 0.90em;

}

.tableview {
	font-size: 0.90em;
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
}

.tableview td {
	border: 1px solid #000000;
	padding: 1px;
	vertical-align: middle;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #1E275E;
	padding: 3px;
}

.tableview th a {
	font-weight: bold;
	color: white;
}

.tableview th a:hover {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #83AED5;
}


.tableedit {
	font-size: 0.90em;
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
}

.tableedit th {
	font-size: .90em;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #1E275E;
	padding: 2px;
	vertical-align: middle;

}

.tableedit td {
	border: 0px solid #880000;
	padding: 2px;

}

h1{
	font-size: 1em;
	color: #1E275E;
	margin-bottom: 3px;
}

h2{
	font-size: 0.95em;
	color: #1E275E;
	margin-bottom: 3px;
}

h3{
	font-size: 0.85em;
	color: #1E275E;
	margin-bottom: 2px;
}

h4{
	font-size: 0.75em;
	color: #1E275E;
	margin-bottom: 2px;
}


