/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, san-serif;

}
body .menu {
	text-align: center;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-top-color: #E06265;
	border-right-color: #E06265;
	border-bottom-color: #E06265;
	border-left-color: #E06265;
	border-left-style: outset;
	width: 100px;

}
body .menu a {
	text-decoration: none;
	color: #AF2326;
	font-size: 10pt;
	text-align: center;
}
body .menu a:hover {
	text-decoration: none;
	font-weight: bold;
}
body h1 {
	font-size: 14pt;
	color: #AF2326;

}
body h2 {
	font-size: 14pt;
}
body .header {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #E06265;
	border-right-color: #E06265;
	border-bottom-color: #E06265;
	border-left-color: #E06265;

}
.content, .content table {
	font-size: 10pt;
}
.popuptable {
	background-color: #EFEFEF;
	text-align: center;
	border: thin double #0863B5;
}
body table .hidden {
	font-size: 1px;
	color: #FFFFFF;
}

