body {
font-size: 60%;
font-family: verdana, arial, times, courier;
margin: 0px;
}

div.spacer {
clear: both;
}

img {
border: none;
}

h1 {

color: #1A502F;
font-family: verdana, times, courier;
font-size: 175%;
}
h2 {
font-weight: bold;
color: #1A502F;
font-family: verdana, times, courier;
font-size: 120%;
margin-bottom:2px;
}
h3 {
font-weight: bold;
color: #000000;
font-family: verdana, times, courier;
font-size: 110%;
margin-bottom:2px;
}
a {
	color:#20B259;
	text-decoration:underline;
	font-family: verdana, times, courier;
	font-size:115%;
}
p {
margin-top: 8px;
margin-bottom: 8px;
padding: 0px;
font-size:115%;
}
p a {
	font-size:100%;
}
img.img_left {
float: left;
margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-top: 10px;
}

img.img_right {
float: left;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 15px;
margin-top: 10px;
}

form {
	margin:0px;
}
ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul li {
	float:left;
}

/* generic table styles begin now */

/*table {
clear: both;
font-size: 100%;
border-collapse: collapse;
margin-top: 15px;
margin-bottom: 10px;
border: 1px solid #3D58A8;
width: 531px;
}*/

caption {
text-align: left;
padding-top: 20px;
padding-bottom: 10px;
font-weight: bold;
}

html>body caption {
padding-bottom: 0px;
}

/*table th {
background-color: #3D58A8;
border: 1px solid #3D58A8;
text-align: left;
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
color: #ffffff;
font-weight: normal;
}*/

/*table td {
border: 1px solid #3D58A8;
vertical-align: top;
text-align: left;
padding: 10px;
}*/



table td.no_wrap {
white-space: nowrap;
}


