@charset "UTF-8";
h1 {
	font-size: 1.4em;
	color: #00395A;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	color: #4c721d;
	line-height: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #00395A;
	line-height: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	color: #4c721d;
	line-height: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 0.85em;
	color: #00395A;
	line-height: .95em;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	color: #666666;
	font-weight: lighter;
	line-height: .9em;
}

body {
	font-size: 1em;
	margin-top: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 6px;
	margin: 15px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5085A3;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #4C721D;
}
a:hover {
	text-decoration: none;
	color: #7AB5CB;
}
a:active {
	text-decoration: none;
	color: #5085A3;
}

#1col {
margin: 0 auto;
width: 860px;
padding: 65px 20px;

}
