body { font-family: Verdana, Arial, sans-serif; }

td { font-family: Verdana, Arial, sans-serif; }

p {  font-size: 11pt;}

h1 {  font-size: 14pt; font-weight: bold;}

h2 {  font-family: Verdana, Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	border: 5px #CCCCCC; 
	text-decoration: none; 
	margin-top: none; 
	margin-right: none; 
	margin-bottom: none; 
	margin-left: none;
	}

/* Employment Warning CSS */	

.warning { background-color:#CCCCCC; 
	border-color:#000000; 
	border:5px; 
	border:solid;
}
.warning h1 { color: #FF0000; }
.warning p { padding: 25px; }


/* Container holding the image and the text */
.navigation {
    position: relative;
	left: -18px;
    text-align: center;
	line-height: 2.5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt; font-weight: bold;
}
.navigation a:link {
    color: white;
	text-decoration: none;
	text-shadow: 2px 2px #000000;
	margin-left: 18px;
}
.navigation a:visited {
    color: white;
	text-decoration: none;
	text-shadow: 2px 2px #000000;
	margin-left: 18px;
}
.navigation a:hover {
    color: white;
	text-decoration: none;
	text-shadow: 2px 2px #000000;
	margin-left: 18px;
}
.navigation a:active {
    color: white;
	text-decoration: none;
	text-shadow: 2px 2px #000000;
	margin-left: 18px;
}
/* Top left text */
.top-left {
    position: absolute;
    top: 10px;
    left: 2px;
}