
/* General */
body {
	margin-top: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
}
.footer, .footer a {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* Headers */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 14px;
}



/* Navigation Items */
.navigationTable {
	background: white;
}


p.navigationLink, p.navigationLink a {
	font-family: Verdana;
/*	color: black; /* color of navigation should be equal to page background of individual pages */
    font-size: 15px;
    text-decoration: none;
/*	font-weight: bold; /**
/*    text-transform: uppercase; /**/
}
p.navigationLink a:hover {
	text-decoration: underline;
}
p.navigationLink:first-letter, p.navigationLink:first-letter a {
/*	font-size: 16px; /**/
}









/* Parked Code
font-family: Verdana, Arial, Helvetica, sans-serif;
*/