/********************* General *********************/

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  margin: 0em;
}

p, td, th, center, ul, dl, blockquote, input, textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, sans-serif;
}


a:link {
  color: #1003a0;
}
a:visited {
  color: #1003a0;
}
a:hover {
  color: #000000;
}
a:active {
  color: #777777;
}




/********************* Header *********************/

td.header {
  background-color: #F9F4E0;
}

td.headerTransition {
  background-color: #ffcc33;
}


/********************* Nav *********************/

.separatorBar {
  background-color: #333399;
  color: #ffffff;
  font-weight: bold;
}


/********************* Content *********************/

.contentTitle {
  color: #000000;
  font-size: 14pt;
  font-weight: bold;
}


.message {
  color: #cc0000;
  font-size: 12pt;
  font-weight: bold;
}

.note {
  color: #cc0000;
  font-weight: bold;
}

/* Label for form elements */
.label {
  color: #000000;
  font-weight: bold;
}

/* This follows the label on required form elements */
.required {
  color: #cc0000;
  font-weight: normal;
  font-size: 8pt;
}

/* This follows the label on optional form elements */
.optional {
  color: #000000;
  font-weight: normal;
  font-size: 8pt;
}

/********************* Lists *********************/

.noItems {
  font-weight: bold;
}




/********************* Footer *********************/

.footer	{
		font-family: verdana, arial, helvetica;
		font-size: 9px;
		color: #000000;
		}

A.footer	
		{
		color: #660000; 
		font-family: verdana, arial, helvetica;
		font-size: 9px;
		text-decoration: underline;
		}

A.footer:active 	
		{
		color: #660000; 
		font-family: verdana, arial, helvetica;
		font-size: 9px;
		text-decoration: underline;
		}

A.footer:hover 
		{
		color: #660000; 
		font-family: verdana, arial, helvetica;
		font-size: 9px;
		text-decoration: underline;
		}	
				
