@charset "utf-8";
/* CSS Document */

.header {
	background-color:red;
	border:none;
	text-align:center;
	color:white;
}

.menu {
    vertical-align:bottom; 
	padding-bottom:17px;
}

a {
	color:white;
	font-weight: bold;
}

.contentArea {
	text-align:left;
	padding-left: 3px;
}

.contentArea #text {
	text-align:left;
	padding-left:10px;
	padding-right: 8px;
	width: inherit;
}

.redHeader {
	color:red;
	font-size:0.75em;
	font-family: "Times New Roman", Times, serif;
}

ul {
    text-decoration:none; 
	list-style:none;
}

p {
    font-size:.85em;
}

.page1{
    font-size:.85em;
}

.yellowHeader{
    font-size:1em;
	color:red;
}
.table1 {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: center;
}
a2 {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

