body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d343d;
}
a:link, a:visited, a:active {
	color: #00864e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
td.left {
	background-image: url(images/body_left-bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 40px;
}
td.right {
	background-image: url(images/body_right-bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 40px;
}td.menu {
	background-image: url(images/header_menu.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 777px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
}
td.pagetitle {
	background-image: url(images/header_title.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 777px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
td.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00508c;
	text-decoration: none;
	text-align: center;
	height: 20px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00508c;
	text-decoration: underline;
}
a.copyright:hover {
	text-decoration: none;
}
td.powered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00508c;
	text-decoration: none;
	text-align: center;
}
a.powered:link, a.powered:visited, a.powered:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00508c;
	text-decoration: none;
}
a.powered:hover {
	color: #6fbbe1;
	text-decoration: none;
}
input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #004f8b;
	text-decoration: none;
	border: 1px solid #cfe5f5;
	margin-bottom: 2px;
	background-color: #fff;
}
input.button {
	font: bold 10px Tahoma;
	color: #FFF;
	text-decoration: none;
	border: 3px solid #cfe5f5;
	margin-bottom: 2px;
	text-transform: uppercase;
	background-color: #004f8b;
}
td.small {
	font-size: 11px;
}
select {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #004f8b;
	text-decoration: none;
	border: 1px solid #cfe5f5;
	background: #fff;
}
textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #004f8b;
	text-decoration: none;
	border: 1px solid #cfe5f5;
	background: #fff;
}
hr {
	background-color: #4079b8;
	height: 1px;
}
