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 : #330099;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.4em;
	margin-right: 0.4em;
} 
a.clsNav:visited {
	color: #330099
}
a.clsNav:hover {
	color : #0000cc;
	text-decoration: underline;
}

a.clsNavLarge {
	color : #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0.2em;
	margin-right: 0.4em;
} 
a.clsNavLarge:visited {
	color: #ffffff;
}
a.clsNavLarge:hover {
	color : #0000cc;
	text-decoration: underline;
}

.clsNavHead {
	color : #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0.0em;
	margin-right: 0.4em;
}


.clsPageTitle {
        text-align : left; 
        color: #330099; 
        font-size: large;
	font-weight: bold;
}

.clsPageSubtitle {
        color: #0066cc; 
        font-size: medium;
	font-weight: bold;
        font-style: italic;
}


