body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
    margin: 0;
    padding: 0;
}

body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;		
	font-size: 12px;
	background:#7692B9;
	color: #3A4045;
}


.sectiontitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #043f77;
	line-height: 30px;
}


.sectionsubtitle
{
	color: #6d0020;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*
a:link
{
	color:#043f77; text-decoration:underline;
}
a:visited
{
	color:#043f77; text-decoration:underline;
}
a:hover
{
	color:#6d0020; text-decoration:underline;
}
a:active
{
	color:#6d0020; text-decoration:underline;
}
*/