body {background-color: #FFFFFF}
a:link {color: #003867; text-decoration: none}
a:visited {color: #003867; text-decoration: none}
a:hover {color: #790517}
a:active {color: #003867; text-decoration: none}
a.inactive:link {color: #FFFFFF; background: #003867;}
a.inactive:visited {color: #FFFFFF; background: #003867;}
a.inactive:hover {color: #790517}
a.inactive:active {color: #FFFFFF; background: #003867;}

p.title {
	color: #790517;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	}

p.back {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	}

table.setup {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 16px;
	}


td.header {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	}
td.title {
	width: 400px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align:bottom;
	}
td.spacer {
	width: 25px;
	}
td.vspacer {
	height: 25px;
	}
td.colspacer {
	width: 50px;
	}
td.subtopic {
	padding-top: 10px;
	width: 375px;
	height: 40px;
	}



