@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
	color: #616362;
}
h2, h5 {
	color: #069ab5;
	margin-bottom: -.5em;
}
* html h2, * html h5 {
	margin-bottom: .5em;	
}
*+html h2, *+html h5 {
	margin-bottom: .5em;	
}
h3 {
	color: #000;
	font-size: 1.3em;
	margin-bottom: -.5em;
}
h5 {
	font-size: 1.2em;
}
p {
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: #069ab5;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
ul, ol {
	margin-top: -.85em;
	margin-left: -2em;
}

li {
	line-height: 1.7;
}
sub, sup { line-height: 0; }
.lime {
	color: #aecd3e;
}
.clear {
	height: 1px;
	clear: both;
}
.small {
	font-size: .8em;
}
.fullwidth {
	margin: 10px -45px -30px -45px;
	width: 643px;
	overflow: hidden;
}
.addspacebelow {
	margin-bottom: 1em;
}
.alert {
	color: #FF0000;
	font-weight: bold;
}
img.floatr {
	margin: 0 0 5px 8px;
	border: 1px solid #e5f4f2;
}
