.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)*/

list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/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;
}


a:link {color:#000099; text-decoration:underline;}
a:visited {color:#000099; text-decoration:underline;}
a:hover {color:#CC0000; text-decoration:none;}
a:active {color:#FFFF99; text-decoration:none;}

BODY {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

TD {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #990099;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #990099;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990099;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990099;
}

.heading-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #990099;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990099;
}

.boldpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990099;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

IMG {
	border: none;
}

.blackborder {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.grayborder {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #990099;
	
}

.bottom {
	background-image: url(images/gradient-bottom.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.call {
	background-color: #E7FDE7;
	background-image: url(images/gradient-top.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}

call-bottom {
	background-image: url(images/gradient-bottom.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #E7FDE7;
}

.sidebar {
	background-color: #E7FDE7;
	background-image: url(images/gradient-top.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.sidebar-bottom {
	background-image: url(images/gradient-bottom.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #E7FDE7;
}
.redbold {
	font-weight: bold;
	color: #CC0000;
}
.greenbold {
	font-weight: bold;
	color: #009900;
}
