/* General Elements */
BODY {
	background-image: url('images/Paper.jpg');
}
p.Title {
	text-align: center;
	font-weight: bold; 
	font-size: 150%;
}
p.SubTitle {
	text-align: left;
	font-weight: bold; 
	font-size: 100%;
}
hr.Line {
	width: 80%;
	height: 6pt;
}
p.UC {
	text-align: center;
	font-weight: bold; 
	font-size: 150%;
	color: red;
}
th {
	text-align: left;
}
/* all the .NavTab rules apply to the Navigation Tableelements */
td.NavTab {
	width: 100%;
	text-align: center;
	border-style: outset;
	border-color: white black black white;
	font-weight: bold; 
}
table.NavTab {
	width: 100%;
	align: center;
}
a.NavTab:link {
	color: black;
	text-decoration: none;
}
a.NavTab:visited {
	color: black;
	text-decoration: none;
}
a.NavTab: hoover {
	text-decoration: underline;
}


