.navMenu {
	font: bolder normal 12px/30px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #006699;
	text-align: center;
	white-space: nowrap;
}
.yellowLine {
	background: #FFFFFF;
	border-bottom: 3px solid #FFCC33;
}
.yellowLineTop {
	background: #FFFFFF;
	border-top: 3px solid #FFCC33;
}
p {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}
h1 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #006699;
}
h2 {
	font: bold 12px "Times New Roman", Times, serif;
	color: #006699;
}

.footer {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
/* links*/
a:link {
	color: #006699;
	text-decoration: none;
}

a:hover {
    color: #006699;
	text-decoration: underline;
}


a:visited {
	color: #006699;
	text-decoration: none;
}

a.navMenu:link {
	font-family: bold normal 12px/30px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	}

a.navMenu:visited {
    font-family: bold normal 12px/30px Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
}

a.navMenu:hover {
	font-family: "bold normal 12px/30px Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color:#006699;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: underline;
}
body {
	background: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
}
li {
	color: #666666;
	list-style-type: disc;
}
