body {
	background-color: #FFFFFF;
	background-image:  url("../images/bkg.gif");
	margin: 0px;
	background-repeat: repeat-x;
}
h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #002569;
	margin-bottom: 0.2em;
	letter-spacing: 0.03em;
}
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #002569;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	font-size: 16px;
	padding: 0px;
	font-variant: small-caps;
}
a:link, a:visited {
	color: #556A90;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #556A90;
}
a:hover	{
	color: #333333;
	text-decoration: none;
	background-color: #98A2B4;
	border: 0px;
}
#content	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#content h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #002569;
	margin-bottom: 0.2em;
	letter-spacing: 0.03em;
}
#content h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #002569;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	font-size: 16px;
	padding: 0px;
	font-variant: small-caps;
}
#content h3	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	background-color: #98A2B4;
	margin-top: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	text-align: left;
	font-weight: 500;
}
#content h4	{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 6px 20px 6px 10px;
	margin: 16px 60px 16px 40px;
	font-weight: normal;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #002569;
	line-height: 16px;
}
#content h5	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #002569;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-style: italic;
}
#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #002569;
	margin: 0px;
	padding-bottom: 6px;
	font-variant: small-caps;
}
.navbg {
	background-image:  url("../images/nav-bkg.gif");
	background-repeat: repeat-y;
}
.botbg {
	background-image:  url("../images/bottom-bkg.gif");
	background-repeat: repeat;
}
#content a:link, #content a:visited {
	color: #556A90;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #556A90;
}
#content a:hover	{
	color: #333333;
	text-decoration: none;
	background-color: #98A2B4;
	border: 0px;
}
#content ol	{
}

#content ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: upper-roman;
	font-weight: bold;
	line-height: 18px;
}
#content ol ol li {
	list-style-type: disc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	line-height: 18px;
}
#content ol ol ol li {
	list-style-type: circle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 18px;
}
#content td, #content td p {
	font-size: 12px;
}
#content fieldset {
	padding-left: 25px;
	width: 80%;
}
.smalltext {
	font-family:helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
#footer, #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 18px;
}

/* BORDERS */
.grayborder {
	border: 1px solid #CCCCCC;
}
.blackborder {
	border: 1px solid #000;
}
.ltgrayborder {
	border: 1px solid #DBDBDB;
}
.leftblueborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #002569;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.leftgrayborder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
#content ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
