﻿body{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	font-weight: bold;
}
h1{
	font-size: 150%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 115%;
}
h4, h5, h6{
	font-size: 105%;
}
a{
	color: #37628e;
	text-decoration: underline;
}
a:hover{
	color: #07325e;
}
.waterMark{
	font-style: italic;
	color: #5782ae;
}
.formBox{
	font-family: Arial, Helvetica, Sans-Serif;
}
textarea{
	font: inherit;
}
input.formBox{
	width: 200px;
}
textarea.formBox{
	width: 350px;
	height: 225px;
}
