body {
	font-family: Verdana, arial, sans-serif;
	background-color: #FFCC66;
	top-margin: 0;
}



h3
{
   font-family:  Times New Roman, Times, serif;
   font-size:      10pt;
   font-weight: normal;
   color:        black;
   letter-spacing: 8px;
}

h2 
{
  font-size:         12pt; 
  font-weight:     normal;
  text-align:       right; 
  letter-spacing:     4px; 
  padding-top:       15px;
  padding-bottom:    15px; 
  margin-left:        2px;
  margin-right:       2px; 
  color:            black;
}

h2:first-letter
{
  color:       red;
  font-style:  bold;
  font-size:   20pt;
}

h5
{
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
}

p
{
   font-size: 10pt;
   font-family: Verdana, arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   color: black;
}


li
{
   font-size:   9pt;
   font-family: Verdana, arial, sans-serif;
   font-style:  normal;
   font-weight: normal;
   font-color:  black;
}

p.firstpara:first-letter
{
   font-size: 28pt;
   font-family: Times New Roman, Times, serif;
   font-style: bold;
}


em
{
   font-family: Times New Roman, Times, serif;
   font-size: 10pt;
}

em.caption
{
   color: blue;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: gray 1px solid;
}

td.NoStyle {
   border-bottom: white 0px solid;
   height: 0px;
}

td.TopAndBottom {
   border-bottom: gray 1px solid;
   border-top: gray 1px solid;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a.blue:link {
   color: #3366FF;
   text-decoration: none;
}

a.blue:visited {
   color: #3366FF;
   text-decoration: none;
}

a.blue:hover {
   color: #0000FF;
   text-decoration: underline;
}

a.blue:active {
   color: #0000FF;
   text-decoration: underline;
}

a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
