/* CSS Document */

td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
}

a:link, a:visited, a:active {
 color: white;
 font-size: 11.5pt;
 font-weight:bold;
 text-decoration:none;
}

a:hover {
 color: blue
}
body {
	background-color: #F6F5C5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
}


h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 color: black;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: darkgoldenrod;
}

h3 {
 font-family: serif;
 font-size: 12pt;
 color: darkgreen;
}
.text {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: black;
 font-weight:bold;
 text-decoration:none;
}
.link {
font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight:bold;
 color:#333333;
 text-decoration:none;
 }
 .credit {
font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
  color:#333333;
 text-decoration:none;
 }
 .red {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight:normal;
 color:#ff0000;
 text-decoration:none;