body {
	background-color:#E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.highlight{
	background-color:#933;
	color:#FFF;
	font-family: "Bitstream Vera Sans";
	font-size: 16px;
	font-weight: bold;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-align: left;
}

form {
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
  background-color: #336699;
}

a:hover {
	text-decoration: underline;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	text-align:justify


}
.Titles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #006666;
	color: #DCDCDC;
	border: thin none;
}
.BoldText {
	font-size: 18px;
	letter-spacing: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	border-top-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	background: #E1E1E1;
}
.BoldText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;

}
.BSAtext {
	background-color: #f0f0f0;
	font-family: "Bitstream Vera Sans";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	cursor: auto;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;

}
.Arieltext {
	background-color: #E1E1E1;
	font-family: "Bitstream Vera Sans";
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}
.BSATitle {
	font-size: 18px;
	letter-spacing: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	border-top-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	background-color: #996633;
	text-align: center;

}
a:link {
	color: #000099;
}
a:visited {
color: #333333;
}

.ARIELTitle {
	font-size: 18px;
	letter-spacing: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	border-top-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	background-color: #CCCC99;
	text-align: center;
}
.FAQText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	background: #E1E1E1;
}
.Quotetext {

	background-color: #1A4E1A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.webmaster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	background-color: #999999;
	color: #FFFFFF;
}
.border {
	background-color: #660000;
	width: 5px;
	font-color: #FFF;
	color: #FFF;
	text-align: center;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #E1E1E1 url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #E1E1E1 url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
