a.navbar:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
a.navbar:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
a.navbar:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
}
a.navbar:active {
	color: #FFFF00;
	text-decoration: none;
	font-size: small;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}
.italic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: #FFFFFF;
}
.border2 {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.borderright {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
}
.titlebg {
	background-color: #FFFFCC;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.td {
	border-top: 45px solid #000000;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
