@charset "ISO-8859-1";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-size: 17px;
	margin-top: 10px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

h2 {
	font-size: 16px;
	margin-top: 10px;
	color: #003366;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

h3 {
	font-size: 16px;
	margin-top: 10px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
h5 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	border: 1px dotted #003366;
	padding: 8px;
	margin: 10px;
	text-align: center;
	color: #003366;
}

h4 {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dotted #003366;
	background-color: #DCEFFE;
}
h6 {
	font-size:11px;
	font-weight: normal;
	line-height: 1.4em;
	border: 1px dotted #003366;
	background-color: #FFFFCC;
	padding: 8px;
	margin: 10px;
	font-style: normal;
	font-variant: normal;
}
p {
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.4em;
}
li {
	font-size: 13px;
	padding-right: 10px;
	padding-bottom: 3px;
	list-style-type: disc;
	line-height: 1.4em;
}
.style1 {
	color: #000;
	font-size: 12px;
}
.style7 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.style8 {
	font-size: 16px;
	color: #000;
}
.style2 {
	color: #003366;
	font-size: 12px;
}

.style4 {
	color: #003366;
	font-size: 14px;
}
.style5 {
	font-size: 16px;
	color: #003366;
}
.style2green {
	color: #336600;
}
.style2brghtblue {
	color: #0000ff;
}

.stylebluebox {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dotted #003366;
	background-color: #DCEFFE;
}
.stylebox {
	font-size:13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	border: 1px dotted #003366;
	padding: 8px;
	margin: 10px;
	text-align: center;
}
.styleyellowbox {
	font-size:11px;
	font-weight: normal;
	line-height: 1.4em;
	border: 1px dotted #003366;
	background-color: #FFFFCC;
	padding: 8px;
	margin: 10px;
	font-style: normal;
	font-variant: normal;
}	
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
