a {	color: Black }
a:visited { color: #5F0F15; text-decoration: underline;}
a:hover {color: #941821; text-decoration: none;	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #E3E1E1;
}

td  {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div {
		font-size: 9pt;
		text-align: left;
}

table.main {
	border: solid 2px #6C6868;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-weight: bold;	
}



.bold {
	font-weight: bold;
}

.smallt {
	font-size: .8em;
}
.ul {
	text-decoration: underline;
}

.boldl {
	font-weight: bold;
	font-size: 11pt;
}

.borderSolid {
	border: 2px solid Black;	
	border-color: Black;
}

.borderImage {
	border: 2px solid Black;	
	border-color: Black;
	padding 2 2 2 2;
}

.lvl1indent {
	padding-left: 20px;
}

.lvl2indent {
	padding-left: 30px;
}

.pad5px {
	padding: 5px;
}

lpad {
	padding-left: 5px;
}

.footer {
	text-align: center;
	padding-bottom: 10px;
}

.heading {
	font-weight: bold; 
	font-size: 1.3em; 
	border-top: 2px solid black; 
	border-bottom: 2px solid black;
	text-align: right;
	margin-bottom: 50px;
}

td.header2 {
	background-color: #B0B0B0;
	font-weight: bold;
	padding-right: 25px;
	border-bottom: 2px black solid;
}

td.oddrow {
	background-color: #D8D8D8;	
	padding-right: 10px;
}

td.evenrow {
	background-color: #B0B0B0;	
	padding-right: 10px;
}
