body {
   background: #FCFCFC;
   font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #333333;
}

a
{
   color: #990000;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

.box1 p, .box2 p
{
   margin-top: 3px;
   margin-bottom: 6px;
}

.box1 li,
.box2 li
{
   padding-bottom: 3px;
}

#wrapper
{
   margin: auto;
   width: 650px;
   position: relative;
}

.orange
{
   color: #FF6600;
}

#header
{
   margin-bottom: 6px;
   padding-bottom: 6px;
   border-bottom: 2px inset #000033;
}

.blue
{
   color: #003399;
}

h1
{
   font-size: 20px;
   margin-top: 8px;
   margin-bottom: 6px;
   font-weight: bold;
   color: #FF6600;
   text-align: center;
}

h2
{
   font-size: 14px;
   color: #003399;
}

h4
{
   margin-top: 0px;
   margin-bottom: 6px;
   font-size: 13px;
   font-style: italic;
   font-weight: bold;
   text-align: center;
   color: #666666;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
   padding: 10px;
   border-width: thin;
   border-style: solid;
   border-color: #CCCCCC #666666 #666666 #CCCCCC;
   margin: auto;
   width: 65%;
   background: #FFFFCC;
   font-size: 12px;
}

.box2 {
   word-spacing: 2pt;
   padding: 12px;
   border-width: thin;
   border-style: solid;
   width: 65%;
   margin: auto;
   position: relative;
   background: #FFFFCC;
}

blockquote
{
   margin-bottom: 0px;
   padding-bottom: 0px;
}
.signature
{
   font-style: italic;
   text-align: right;
}

.footnotes
{
   font-size: 11px;
   color: #666666;
   border-top: 1px dotted #666666;
   border-bottom: 1px dotted #666666;
}

