body, p, td {
	font-family : Arial, Helvetica, sans-serif;
}


body { margin: 0; }

a {
	color : #330066;
} 
a:visited {
	color: #330066;
}
a:hover {
	color : #0000ff;
}

.clsPageTitle {
        text-align : left; 
        color: #ffffff; 
        font-size: large;
	font-weight: bold;
        font-style: italic;
	font-family: Palatino linotype, Arial;
}

.clsContactInfo {
        text-align : left; 
        color: #330066; 
        font-size: medium;
	font-weight: bold;
        font-style: italic;
	font-family: Arial;
}

a.clsNav {
        text-align : left; 
        color: #ffffff; 
        font-size: smaller;
	font-weight: bold;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
} 

a.clsNav:visited {
	color: #ffffff;
}

a.clsNav:hover {
	color : #330066;
	text-decoration: underline;
}


a.clsBottomNav {
        text-align : left; 
        color: #330066; 
        font-size: small;
	font-weight: bold;
        font-style: italic;
	font-family: Palatino linotype, Arial;
	text-decoration: none;
} 

a.clsBottomNav:visited {
	color: #330066;
}

a.clsBottomNav:hover {
	color : #0000ff;
	text-decoration: underline;
}




.clsFooter {
        color: #6666cc;
	text-align: left;
	font-size: small;
        font-style: italic;
	font-family: Palatino linotype, Arial;
}

.clsBoxColor {background-color: #6666cc; }


