body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: normal;
    background-color: #F0F0F0;
    color: #000000;
}

a {
	background-color: #F0F0F0;
    color: #330066;
}

a:hover {
    background-color: #F0F0F0;
    color: #3300FF;	
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4em;
    background-color: #330066;
    color: #F0F0F0;
    text-align: center;
}

.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight:bold;
	background-color:#F0F0F0;
    color: #330066;
    text-align: center;
}

.subsubtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight:bold;
	background-color:#F0F0F0;
    color: #330066;
    text-align: left;
}

.navLinkBox {
    margin-left: auto;
    margin-right: auto;
}

.navLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
}

.navLinkTop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    line-height: 1.5em;
    text-indent: 0.5em;
	background-color: #330066;
    color: #F0F0F0;
}


.emailaddress {
    font-family:"Courier New", Courier, monospace;
	vertical-align: bottom;
	height: 1em;
	width: auto;

}

