/* Cascading Style Sheet by Marya Ilgen-Lieth */
/* Revised: 1/29/06 */
/* Copyright 2003 Erich Lieth */

a:link {
   color: #000066;
}

a:visited {
   color: #333333;
}

a:active {
   color: #0033CC;
}

/* Page Layout */

body {
   color: #000000;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}

/* Headings */

h1 {
   text-align: left;
   font-size: 14pt;
   color: #5A4099;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 0em;
   margin-bottom: 0em;
}

/* Subheads */
/* The subhead and the white space above and below should equal a whole number of text lines. The typeface and size used for the subheads is ideally the sames as those used for the text. */

h2 {
   font-size: 13pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #0951E6;
}

h3 {
   font-size: 11pt;
   color: #333399;
   font-family: Arial, Helvetica, sans-serif;
}

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

/* Body Text Layout */

p {  
   font-style: normal;
   color: #000000;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}

.address {  
   font-style: normal;
   color: #000000;
   font-size: 14pt;
   font-family: Arial, Helvetica, sans-serif;
; font-weight: normal
}

/* Other styles from Eduprise CSS */

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

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

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

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

th {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

tr {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

tt {
	font-family : monospace;
	font-size: 10pt;
	font-weight : bold;
}

.indent {
	margin-left : 40px;
}

.indent2 {
	margin-left : 50px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
 color: #000066
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 50px;
}

.schedDate {
	color: #0951E6;
	font-weight: bold;
	width: 20%;
}

.textTable
	{
	}