body {
	color: #000000;
}
a {
	text-decoration: none;
	color: #003F80;
}
a:hover {
	text-decoration: underline;
	color: #3163CE;
}
.body_text {
	color: #003F80;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}
span.title { 
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 16pt;
}
span.section_title {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 13pt;
}
span.menu_items {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 14pt;
}
table.menu {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	background-color: dbe7f3;
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    border-color: 7eadd7;
	padding-top: 4px;
	padding-bottom: 4px;
	-moz-border-radius: ;
}
table.menu td.selected_item {
    font-weight: bold;
    border-style: solid;
    background-color: 7eadd7;
	border-width: 0px;
}
table.menu td.menu_item {
    border-style: solid;
    font-family: "Times New Roman", Times, serif;
	border-width: 0px;
}
table.display {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: blue;
	border-collapse: collapse;
	font-size: 12pt;
	background-color: white;
	font-family: Arial, Helvetica;
	white-space: nowrap;
	
}
table.display td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: blue; /* required, otherwise ie does not display borders */
}
/*****************************************************************
 * Table Headings
 *****************************************************************/
table.display td.heading {
	text-align: center;
	font-weight: bold;
	background-color: #D2DEEB;
}

