/* CSS Document */

body {
	background-image: url(images/body_bg.gif);
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
#bottom {
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}


.frontlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 20px;
	text-align: left;
}

A.frontlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 20px;
}

A.frontlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
	text-indent: 20px;
}

A.frontlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 20px;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/arrowClr.gif);
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 1em;
	text-align: left;
}
li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

A.footnote
{
    FONT-WEIGHT: normal;
    COLOR: #3B4070;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.footnote:link
{
    COLOR: #3B4070;
}
A.footnote:active
{
    COLOR: #3ebfd6;
}
A.footnote:hover
{
    TEXT-DECORATION: underline;
	font-weight: bold;
}

