th { text-align: left;
}
p { font-size: 85%;
	line-height: 170%;
}
a:link { color: blue;
	text-decoration: none;
}
a:visited { color:blue;
		text-decoration: none;
}
a:hover { color: orange;
		text-decoration: none;
}
a:active {
	color: orange;
		text-decoration: none;
}
h1 {
	font-size: 130%;
	line-height: 130%;
	font-weight: lighter;
}
h2 {
	font-size: 115%;
	line-height: 130%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 90%;
	font-weight: bold;
}
h5 {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	font-style: italic;
}
.title {
	font-size: 130%;
	font-weight: lighter;
	color: #FFFFFF;
	height: 65px;
	letter-spacing: 3px;
	word-spacing: 5px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
	width: 100%;
	text-transform: uppercase;
}
.titleline2 {
	font-size: 70%;
	word-spacing: 5px;
}
td#logo {
	width: 150px;
	vertical-align: top;
}
div.menu {
	font-size: 90%;
	color: black;
	font-weight: lighter;
}
div.menu a:link {color: black;}
div.menu a:visited {color: black;}
div.menu a:hover {
	color: #2F9AB9;
	text-decoration: underline;
}
.padright10 {
	margin-right: 10px;
}
.padright5 {
	margin-right: 5px;
}
.padleft5 {
	margin-left: 5px;
}
.padleft10 {
	margin-left: 10px;
}.highlightred {
	color: #CC0000;
}
