.under { text-decoration: underline; }
.bolder { font-weight: bolder; }
.ital { font-style: italic; }

body {
	font-size: 14pt;
	padding: 20px;
}
a {
	font-weight: bolder;
	color: #0000cc;
}
h1, h3 {
	text-transform: uppercase;
}

#nav {
	background-color: #cccccc;
	float: right;
	width: 250px;
	margin-left: 25px;
}
#nav li {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	list-style-type: none;
}



/* this stuff is for tables */
table {
	border: solid 4px #000000;
	margin: 0;
	padding: 0;
	cell-padding: 0;
	cell-spacing: 0;
}
tr.under { 
border-bottom: 1px solid #000000;
}
.redFont {
	color: #cc0000;
	font-weight: bolder;
}

th {
	padding: 5px;
	text-decoration: underline;
}
tr td {
	padding: 5px;
	font-weight: bolder;
	text-align: center;
}
tr.r1 td  {
	background-color: #c0c0c0;
}