body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
   color: darkgreen;
color: #06658D;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00438A;
	text-decoration: underline;
}
.spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00438A;
	text-decoration: none;
}

a:link, a:visited {
        color: #06658D;
        text-decoration: underline;
}


div.submenu {
	background-color: #06558D;
	border: 1px solid black;
	visibility: hidden;
	position: absolute;
	top: 15px;
	left: 70px;
	width: 150px;
	text-align: left;
}

div.menuitem {
	padding: 3px;
	border-bottom: 1px solid white;
}

.bodytext  {
    color: darkgreen;
}

.csc-mailform {
   background-color: #CCCCFF;
   padding: 0px 0px 0px 0px;
}

h1 {
   font-size: 20px;
   color: #06558D;
   text decoration: none;
}

h2 {
   background-color: #006699;
   color: white;
   border-style: none;
   padding: 20px 0px 20px 0px;
   margin: 0px 0px 0px 0px;
}

p.csc-form-label {
   color: #006699;
   fontsize: 2pt;
   font-family: Arial, Helvetica, sans-serif;
}

/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: darkgreen; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }
