body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #e3e3e3;
	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;

}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.indent {
    padding-left: 30px;
}

.quote {font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
	color:#8D6588;
	font-size:14px;
}

ul {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   list-style-image:url(images/bullet.jpg);
   font-size: 13px;
   line-height: 16px;
   color: #000000; 
}
ol {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 14px;
   color: #000000; 
}


h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006662;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
    font-size: 16px;
	color: #006662;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 0px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	line-height: 15px;
	font-weight: normal;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   line-height: 16px;
   color: #A8000D;
   font-weight: normal;
}

p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   line-height: 15px;
   color: #333333;
   margin-right: 8px;
   margin-top: 0px;
   
}
a:link {
	text-decoration: underline;
	color:#333333;
}

a:hover {
	text-decoration: underline;
	color:#660066;
}

a:visited {
    text-decoration: underline;
	color:#000033;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
