
body {
	font-family: georgia,"times new roman",times,serif;
	color:#333;
	line-height:1.5em;
}

h1 {
	font-family: georgia,"times new roman",times,serif;
	font-size: 40px;
	color:#004276;
	line-height:1.0em;
}
h2 {
	font-family: georgia,"times new roman",times,serif;
	font-size: 30px;
	color:#004276;
	line-height:1.0em;
}
h3 {
	font-family: georgia,"times new roman",times,serif;
	font-size: 20px;
	color:#004276;
}

td.title {
	border-top: 16px solid #007f00;
	border-bottom: 4px solid #007f00;
	text-align: center;
}

td.content {
	vertical-align: top;
	padding-right: 5px;
	width: 600px;
}
td.contentsm {
	vertical-align: top;
	width: 350px;
}


a:link { text-decoration: underline; color: #004276;}
a:visited { text-decoration: underline; color: #004276;}
a:active { text-decoration: underline; color: #004276;}
a:hover { text-decoration: underline; color: #0000FF;}

.linksmall a:link { text-decoration: underline; color: #004276; font-size:0.7em; }

div.floatleft {
    	float: left;
	margin: 4px;
}

div.floatright {
    	float: right;
	margin: 4px;
}

img.floatleft {
	float: left;
	margin: 4px;
}

img.floatright {
	float: right;
	margin: 4px;
}
