body 
{	
	background:#FFFFFF; 
	margin: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size:x-small;
	color: black;
}
P
{
	font-size:x-small;
	margin-left:10px;

}
H1
{
	font-size:large;
	color: #000080;
	margin-left:10px;
	margin-top:10px;

}

H2
{
        font-size:small;
        color: #000080;
        margin-left:10px;

}
H3
{
        font-size:x-small;
        color: black;
        margin-left:10px;

}
H4
{
        font-size:x-small;
    	font-weight: normal;	 
        color: #000080;
        margin-left:10px;
        margin-bottom: 0px;
}

li
{
        font-size:x-small;
}
blockquote
{
        font-size:x-small;
}
dt
{
        font-size:x-small;
	font-weight: bold;
        margin-top: 20px;

}
dd
{
	font-size:x-small;
}
td
{
        font-size:x-small;
}
tt
{
        font-size:x-small;
}
input
{
	font-size:x-small;
}

.titlefont
{
	font-size:x-large;
	color:Navy;
	text-align:center;	
}	
.contentfont
{
	font-size:small;
	margin-left:10px;
}
.contentfont:link { color: #FF9900 }  /* for unvisited links */
.contentfont:hover { color: #FFFFFF } /* when mouse is over link */
.contentfont:visited { color: #000080 } /* for visited links */
.contentfont:active { color: #000000 } /* when link is clicked */
    



.csvrow
{
	font-size:x-small;
	background-color:#F5ECE2;
}
.csvrow_alt
{
	font-size:x-small;
	background-color:#FFFFFF;
}
.csvrow_head
{
	font-size:x-small;
	background-color:	Maroon;
	color:White;
	font-weight:bold;
}



:link { color: #000080 }  /* for unvisited links */
:visited { color: #000080 } /* for visited links */
:active { color: #000080 } /* when link is clicked */
:hover { color: #003399 } /* when mouse is over link */