/* CSS Document */
html { font-size: 100%; /* IE hack */ }

html>body {
	font-size: 16px; /* For safari, IE can’t read this */
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.content {
/*	font-size: 0.875em; */ /* 14px */
/*	font-size: 0.75em; */ /* 12px */
	font-size: 0.82em; /* 13px */
	line-height: 1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

table.phrases {
	width:660;
}

table.phrases td {
	font-size: 12px;
	color:#000066;
	font-weight: bold;
}

.subheading {
	font-size: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

table, p, td, div { font-size: 100%; /* IE hack */ }

.banner {
	background-color:#0000FF;
	height: 50px;
}

.menu {
	background-color:#0000FF;
	padding-left: 10px;
	height: 24px;
	color:#FFFFFF;
}

table.menulinks td {
	padding-left: 4px;
	padding-right: 4px;
}

.menulinks a {
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.menulinks a:hover {
	text-decoration: none;
}
.menulinks a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.footer {
	margin-top: 30px;
	border-top: 1px solid #0000FF;
	padding-top: 16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align:center;
}


