/*
General page styles
*/
body {
	color: #000;
	background: #fff url(images/page_background.gif) repeat-x;
	margin: 0;
	padding: 0;
}
/*
Styles for function navigation bar
*/
table#header {
	background-image: url(images/logo_v4_back.jpg);
	width: 100%;
}
table#nav td {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
}
#nav td a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
}
#nav td a:link, #nav td a:visited {
	background: url(images/navbar_v1.gif) repeat;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 30px;
}
#nav td a:hover, #nav td a:active {
	background: url(images/navbar_hi_v1.gif) repeat;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 30px;
}
.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #222222;
}
h1 { font-family: "Trebuchet MS", Arial, sans-serif; letter-spacing: -1px; color: #333333; line-height: 10px; }
