body {
	background:			#feed01;
	font-family:		Helvetica, Arial, sans-serif;
}

.right {
	text-align:			right;
}

.centre {
	text-align:			center;
}

.inv {
	background:			#000;
	color:				#feed01;
}

.suLogo {
	margin-top:			0px;
}

.bodyText {
	font-weight:		bold;
}

.bodyImage {
	margin-top:			10px;
	margin-bottom:		10px;
}

.bordered {
	border:				3px dashed #000;
}

.navButton {
	margin-top:			135px;
	padding-top:		10px;
	height:				35px;
	font-size:			20px;
	font-weight:		bold;
}

.navButton a:link, .navButton a:visited, .navButton a:active {
	color:				#feed01;
	text-decoration:	none;
}

.navButton a:hover {
	text-decoration:	underline;
}

.footer {
	margin-top:			10px;
	font-size:			12px;
}

.title {
	font-size:			20px;
	font-weight:		bolder;
	margin-top:			10px;
	padding-bottom:		3px;
	border-bottom:		3px dashed #000;
	width:				250px;
}

td {
	font-weight:		bold;
}

.smalltext {
	font-size:			11px;
	font-weight:		normal;
}