body {background-color: #FFFFFF}
a:link {color: #003366; text-decoration: none}
a:visited {color: #003366; text-decoration: none}
a:hover {color: #CC0033}
a:active {color: #003366; text-decoration: none}
a.inactive:link {color: #FFFFFF; background: #003366;}
a.inactive:visited {color: #FFFFFF; background: #003366;}
a.inactive:hover {color: #CC0033}
a.inactive:active {color: #FFFFFF; background: #003366;}

p.title {
	color: #CC0033;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	}

p.back {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	}
p.footnote {
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	}

table.setup {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 18px;
	}

td.setup {
	width: 50px;
	text-align: center;
	padding: 10px;
	}
td.setupwide {
	width: 105px;
	text-align: center;
	padding: 10px;
	}
td.bb {
	border-bottom: 1px solid #000000;
	}
td.rb {
	border-right: 1px solid #000000;
	}
td.tbb {
	border-top: 3px solid #000000;
	}
td.bbb {
	border-bottom: 3px solid #000000;
	}
td.functions {
	text-align: center;
	padding: 10px;
	}


