body, p, td {
	font-family : Arial, Helvetica, sans-serif;
}


body { margin: 0;}



a {
	color : #3366cc;
} 
a:visited {
	color:  #990066;
}
a:hover {
	color : #0000ff;
}

a.clsNav {
	color : #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.4em;
	margin-right: 0.4em;
} 
a.clsNav:visited {
	color: #ffffff
}
a.clsNav:hover {
	color : #99ccff;
	text-decoration: underline;
}




.clsPageTitle {
        text-align : left; 
        color: #333399; 
        font-size: large;
	font-weight: bold;
	font-family : Bell MT, Arial, Helvetica, sans-serif;
}

.clsPageSubtitle {
        color: #333399; 
        font-size: medium;
	font-weight: bold;
        font-style: italic;
}


.clsCopyright {
        text-align : left; 
        color: #333399; 
	font-weight: bold;
        font-size: 1.3em;
	font-family : Bell MT, Arial, Helvetica, sans-serif;
}