@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
	margin-bottom: 7px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;margin:0px;padding:0px;
}
div {}
.container1 {
	width:600px;
	margin: 25px;
}
.h1Special {
	font-size: 16px;
	color: #990000;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}.extraLeading {
	line-height: 19px;
}
.underline {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
.lessTopMargin {
	margin-top: 3px;
	padding-top: 3px;
}
