body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #F1F8ED;
}
a{
	color: #0000FF;
	text-decoration: underline;
}
a:link{
	color: #0000FF;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}
h1{
 font-family: Arial,sans-serif;
 font-size: 155%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 135%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
.leftmenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color:  #000000;
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}
.style1 {font-weight: bold}