body{
	background-color: #FFFFFF;
	COLOR: #000000;
}
a {
	font-family: serif;
	font-size: 90%;
	font-weight: bold;
}
a:link {
	TEXT-DECORATION: none;
	color:#000099;
}
a:active {
	color:#000099;
}
a:visited {
	TEXT-DECORATION: none;
	color:#000099;
}
a:hover {
	COLOR: #FFFFFF;
	text-decoration: underline;
	background-color: #000099;
}

table {
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 5px;
	border: none;
	border-width: 2px;
	padding:5px;
	spacing:5px;
}
td { 
        border: 2px solid silver;
	width: 50%;
}
th { 
        border-bottom: 2px solid green;
	vertical-align: bottom;
	text-transform: none;
	font-size: 115%;
	font-family: serif;
	background-color: #CCFFCC;
	padding-top: 8px;
}

.imageHeader { 
	height: 30px;
	width: 504px;
}
.horizontalLine {
	width: 95%;
}
.palign{
	align: center;
}
table.topmenu {
	max-width: 800px;
	width: 100%;
	border-collapse: collapse;
}
table.bottommenu {
	max-width: 800px;
	width: 100%;
	border-collapse: collapse;
}

.bottommenuright {
        border-left: 1px solid black;
        padding-left: 6px;
	padding-right: 3px;
}
td.bottommenu {
        border-top: 2px solid green;
        border-bottom: none;
        border-left: none;
        border-right: none;
	background-color: #CCFFCC;
	padding-bottom: 8px;
	padding-top: 3px;
	font-family: serif;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}
a.bottommenu:link {
	TEXT-DECORATION: none;
	color:#000000;
        font-weight: normal;
}
a.bottommenu:active {
	COLOR: #0000FF;
        font-weight: normal;
}
a.bottommenu:visited {
	TEXT-DECORATION: none;
	color:#000000;
        font-weight: normal;
}
a.bottommenu:hover {
	COLOR: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
        font-weight: normal;
}
td.keycell {
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
p.keycell {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: serif;
}
img {
	border: none;
}





