body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, georgia, times new roman, times, serif;
	color: #5F698B;
	background-color: #fff;
	}
	
a:link {
	font-weight: bold;
	color:  #5F698B;
	text-decoration: underline;
	outline: none;
	}
a:visited {
	font-weight: bold;
	color:  #5F698B;
	text-decoration: underline;
	}
a:hover {
	color: #5F698B;
	text-decoration: underline;
	}
a:active {
	color: #5F698B;
	text-decoration: underline;
	}
	
b {
	font-weight: bold;
	}
p {
	text-align: left;
	font-size: 85%;
	line-height: 165%;
	margin: 0 0 0 0;
	border: 0;
	padding: 0 10px 10px 10px;
	}
h1 {
	font-size: 100%;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	}
h2 {
	font-size: 85%;
	line-height: 100%;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-size: 85%;
	line-height: 100%;
	font-weight: bold;
	margin: 0;
	}
h4 {
	font-size: 60%;
	line-height: 110%;
	font-weight: normal;
	margin: 0;
	}
.caption{
	font-size: 60%;
	line-height: 110%;
	font-weight: normal;
	margin: 0;
}
img {
	border: 0;
}

#contactForm
{
	margin-top: 18px;	
}

#contactForm td.formLabels
{
	width: 150px;
	margin-bottom: 15px;
	padding-bottom: 15px;	
}

#contactForm td
{
	text-align: left;
	font-family: Trebuchet MS,georgia,times new roman,times,serif;
	font-size: 13px;
	font-weight: bold;
}

#contactForm tr
{
	min-height: 30px;
}	

