body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a {
	text-decoration: none;
}
a:hover {
	color:#FF6600;
}
a:visited:hover {
	color:#FF6600;
}
h1 {
	color: #669999;
	font-size: 150%;
	line-height: 100%;
	font-weight: normal;
	padding-top: .5em;
}
h2 {
	color: #669999;
	font-size: 125%;
	line-height: 150%;
	font-weight: normal;
	padding-top: .5em;
}
h3 {
	color: #669999;
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
	padding-top: .5em;
}
.required {
	color: red;
}
.prevnext {
	background-color:#C3D4F0;
	padding: 4px 4px 4px 4px;
	text-align:center;
}
.button {
	background-color: #C3D4F0;
	border-style:solid;
	border-width: 1px;
	border-color: #5775A0;
}
.accesskey{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.error {
	color: red;
}
.link1{
	color:#4e688f;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.link2{
	color:#4e688f;
}
.link3{
	color:#4e688f;
	display: table-cell;
	border: dashed;
}
.orangeheader {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 120%;
}
.orangeheader:hover {
	font-weight: bold;
}
.orangeheader:visited:hover {
	font-weight: bold;
}
.nav1 {
	color: #6699FF;
	font-size: 90%;
}
.nav2 {
	color: #FFFFFF;
	font-size: 90%;
}
.footer {
	color: #669999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.4c_rightcol {
	background-color: #eeeedd;
	border-left: 2px solid #cad9ef;
}
.dotted {
	border: 1px dotted #CCCCCC;
}
.dotted_header {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.dotted_headercenter {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.dotted_leftcol {
	background-color: #eeeedd;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.dotted_rightcol {
	background-color: #cad9ef;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.dotted_openbot {
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}

ul.blocklist {
	list-style-type:circle;
	margin: 25px; 
	padding: 0;
}
ul.blocklist a {
	color:#4e688f;
	font-size: 90%;
}
ul.blocklist li {margin:5px 5px 5px 0px; padding: 0;}


ul.forlist a {
  padding-left: 5px;
  line-height: 1.5em;
  list-style-image: url('images/bullet_normal.gif');
  color:#4e688f;
}
ul.forlist a:hover {
  list-style-image: url('images/bullet_over.gif')
}

ul.faq1 {
	list-style-image: url('images/bullet_faq_normal.gif');
	margin: 20px; 
	padding: 0;
}
ul.faq1 a {
	color:#4e688f;
}
ul.faq1 a:hover {
	list-style-image: url('images/bullet_faq_over.gif');
}
ul.faq li {margin:5px 5px 5px 0px; padding: 0;}

.faq2 {
	color:#FF6600;
	background-image: url('images/bullet_faq_over.gif');
	background-position:left;
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-left: 15px;
}

.backtotop a {
	color:#4e688f;
	background-image: url('images/triangle_up_normal.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}
.backtotop a:hover {
	background-image: url('images/triangle_up_over.gif');
}
