body {
	background-color: #765b33;
	margin: 0px;
	color:#000000;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

a {
	color:#AA2222;
	font-family: sans-serif;
	font-size: medium;
	font-style: bold;
}
a:hover {
	color: #FFFF33;
	background-color: #000000;
	text-decoration: none;
}

img {
	border: none;
	behavior: url(../iepngfix.htc);
}

.btn {
	width:19%;
	text-align:center;
	float:left;
	height: 190px;
	vertical-align:middle;
}

.legal {
	font-size:x-small;
	color:silver;
}

.centered {
	width: 100%;
	border: none;
	text-align:center;
}

.menu {
	font-size:x-small;
	font-weight:bold;
}

.menu a {
	font-size:small;
	color: white;
}

.menu .selected {
	color: #FFFF33;
	background-color: #000000;
	text-decoration: none;
	font-size: medium;
}

.name {
 font-size:x-large;
 }

.jobTitle {
font-weight:bold;
font-size:small;
}

.main {
	width: 910px; 
	background-color:#cab596;
	border-width: 2px; 
	border-style: solid; 
	border-color: black; 
	padding: 10px;
}

.left {
	text-align: left;
}

h1 {
	font-weight:bold;
	font-size:large;
	text-align:center;
	margin:0px;
 }

h2 {
	font-weight:bold;
	font-size:large;
	text-align:left;
	margin:0px;
 }
 
h3 {
	font-weight:bold;
	font-size:small;
}

hr {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.last {
 float: none;
 }
 
td {
 width: 200px;
 vertical-align:middle;
 text-align:center;
font-size: 10pt;
 }
 
sup {
	font-size:x-small;
}
 