body {
	background-image: url(images/bg_pix.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}
table,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #D12E13;
}
a:link {
	text-decoration: none;
	color: #D12E13;
}
a:visited {
	text-decoration: none;
	color: #D12E13;
}
a:hover {
	color: #D5BC9F;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.navigationw {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.navigationw a:active {
	color: #EADDCF;
}
.navigationw a:link {
	color: #FFFFFF;
}
.navigationw a:visited {
	color: #FFFFFF;
}
.navigationw a:hover {
	color: #D5BC9F;
}
.linksw {
	color: #FFFFFF;
	font-size: 10px;
}
.nav_bg {
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.divider {
	background-image: url(images/spacer_red.gif);
	background-repeat: repeat-y;
	background-position: center;
}