@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EEE;
	margin:0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	margin:16px 12px 12px 12px;
}
h2, h3, h4 {
	font-size: 14px;
	font-weight: bold;
	color: #06C;
	margin:12px 12px 12px 12px;
}
p {
	font-size: 12px;
	color: #000;
	margin:12px 12px 12px 12px;
}
ul {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin:12px 12px 12px 12px;
}
a:link {
	text-decoration: underline;
	color: #06C;
}
a:visited {
	text-decoration: underline;
	color: #06C;
}
a:active {
	text-decoration: underline;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.headerAddress {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:2px 8px 2px 8px;
}
.headerTopRight {
	font-size:10px;
	font-weight:bold;
	color:#06C;
	margin:25px 12px 0px 12px;
	text-align:right;
}
.footerText {
	font-size:13px;
	font-weight:bold;
	color:#06C;
	text-align:center;
}
.footNote {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:0px;
}
a.footNote:link {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
a.footNote:active {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
a.footNote:visited {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
a.footNote:hover {
	font-size:10px;
	font-weight:bold;
	color: #CCC;
}
