/* CSS Document */

body {
	background-color:#ffffff;
	color: #000000;
	background-image: url(images/arc2.gif);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-repeat: no-repeat;
}
a:link {
	color: #1168EC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
a:visited {
	color: #9A0A55;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
a:hover {
	color: #5BBDFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
a:active {
	color: #86B3F7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
.sidebar {
	border-left-width: thin;
	border-left-style: solid;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	font: arial;
}
.sidebar_left {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #000000;	

}
.bullet {
	list-style-type: disc;
}
.table_center {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
}
.table_left {
	top: auto;
	border: thin none #999999;
}
.table_right {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.body_text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
