
//body {font: 11pt verdana; color: black; font-weight: 500; background: url(casebackground1.jpg); }
body {font: 11pt verdana; color: black; font-weight: 500; background: #fffff0; }


h1 {font-size: 14pt; font-family: verdana;}
h2 {font-size: 13pt; font-family: verdana;}
h3 {font-size: 12pt; font-family: verdana;}
h4 {font-size: 11pt; font-family: verdana; text-decoration: underline;}

p  {font-size: 11pt; font-family: verdana; font-weight: 500;}

table {font-size: 11pt; font-family: verdana; font-weight: 500; border: 1px;}

input {  }
a {font-size: 11pt; font-family: verdana; color: black; font-weight: 500; text-decoration: underline;}
a:link {color: black; text-decoration: underline;}
a:active {color: black; text-decoration: underline;}
a:visited {color: #808080; text-decoration: underline;}
a:hover {color: blue; text-decoration: underline;}
a.email {font-size: 11pt; font-family: verdana; font-weight: 500; text-decoration: underline;}


//use these classes for links
//.link {color: black;}
//.linkhighlight {color: blue;}

input {font-size: 11pt; font-family: verdana;}

textarea {font-size: 11pt; font-family: verdana;}

div.openingcomments {font-size: 11pt; font-family: verdana; font-weight: 500; } //font-weight: bold;}

div.styleh {font-size: 1pt; font-family: verdana; font-weight: 0; color=#e1e2e0;}


#headernav
{
	margin: 10 0 10 0;
}
#headernav ul{
	margin:0;
	padding:0
	list-style-type:none;
}
#headernav ul li {
	float: left;
	padding:0;
	list-style: none;		
	color:#000;
	border-top: 1px solid #888;	
	border-bottom: 1px solid #888;	
}
#headernav ul li a{
	display: block;
	text-decoration: none;	
	background: inherit;
	padding:2px 10px 2px 10px;
	color:#000;
	font-size: 11pt; 
	font-family: verdana; 
}
#headernav ul li a:hover{
	background:#000;	
	color:#fff;
}

#footertable
{
	margin:5;
	border-top: 1px solid #888;	
}