body {
	color: black;
	font-family: Tahoma, arial, serif;
	font-size: 10pt; /* small */
	background: white;
}


h1 {
	font-family: Tahoma, arial, serif; 
	font-size: 14pt; /* large */
	background: #89a6c2;
	color: white;
	border: solid thin; 
	border-color: black;
	width: 100%;
} 

h1.nav {
	font-family: Tahoma, arial, serif; 
	font-size: 14pt; /* large */
	background: #89a6c2;
	color: white;
	border: solid thin; 
	border-color: black;
	width: 180px;
	margin-top: 10px;
	margin-left: 7px;
	text-align: center;
} 

h2 {
	background: white; 
	font-family: Tahoma, arial, serif; 
	color: navy; 
	font-size: 12pt; /* medium */
	font-style: italic; 
} 

h3 { 
	background: white; 
	font-family: Tahoma, arial, serif; 
	color: navy;
	font-size: 12pt; 
	font-weight:normal; 
} 

h4 { 
	background: white; 
	font-family: Tahoma, arial, serif; 
	color: black; 
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
} 

p { 
	font-family: Tahoma, arial, serif; 
	color: black; 
	font-size: 10pt; /* small */
	margin-top: 0px;
	margin-bottom: 10px;

} 

li { 
	background: white; 
	font-family: Tahoma, Arial, serif; 
	color: black; 
	font-size: 10pt; /* small */
} 

ul { 
	background: white; 
	font-family: Tahoma, Arial, serif; 
	color: black; 
	font-size: 10pt; /* small */
} 

a.navlist {
	margin-top: 10px;
	margin-left: 20px;
	text-decoration: none;
	font-weight: bold;
	background: white; 
	font-family: Tahoma, arial, serif; 
	color: navy; 
	font-size: 10pt;
} 

a.topmenu { 
	background: #89a6c2;
	color: white;
	text-decoration: none;
}

a.navlist:hover, A.menu:hover, A.topmenu:hover { 
	color: silver; 
}

div.cutedge {
	margin-left: 15px;
	font-size: 8pt;
	letter-spacing: 0.4px;
} 

div.textitems {
	padding-left: 33px;
} 

div.menu {
	color: white;
	background: #89a6c2;
	border: solid thin; 
	border-color: #000000; 
	margin: 1px;
	padding: 1px;
	padding-bottom: 2px;
	font-size: 10pt;

}

td.menu {
	font-size: 10pt;
	color: white;
}

div.news {
	background: #eeeeee;
	border: solid thin; 
	border-color: #cccccc; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 10px;
} 

div.newsheader {
	font-family: Tahoma, arial, serif; 
	color: black;
	font-size: 12pt;
	font-weight:bold; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
} 

a.news {
	font-family: Tahoma, arial, serif; 
	color: black;
	font-size: 8pt; 
	font-weight: bold;
}

hr.line {
	color: #cccccc;
}

img.right {
	float:			right;
	margin-left:	10px;
	margin-bottom:	10px;
}

.right {
	float:			right;
	margin-left:	10px;
	margin-bottom:	10px;
}

