body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#293775;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

td.special { background-repeat:no-repeat; background-image:;
    margin-left:10px;

} 

.indent {
    padding-left: 15px;
	padding-right: 15px;
}

ul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 15px;
   color: #333333; 
}  

ol {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 15px;
   color: #333333; 
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	line-height: 18px;
	font-weight: normal;
	padding-top:15px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #000066;
	line-height: 18px;
	font-weight: normal;
}

h3 {
    font-size: 13px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;	
	padding-bottom:0px;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: 12px;
   color: #660000;
   margin-left: 8px;
   margin-right: 8px;
   font-weight: normal;
}

p {
font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   line-height: 15px;
   color: #333333;
   margin-right: 8px;
}

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;
}