/*core classes*/

body {
	background-color: #21572e;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
td.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #123f1d;
	background-image: url(images/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	text-indent: 26px;
	vertical-align: middle;
}
p {
	padding-bottom: 0px;
	margin-bottom: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
}
a:link, a:visited, a:active {
	color: #b00000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
td.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #d1d5ab;
	text-decoration: none;
	text-indent: 18px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #d1d5ab;
	text-decoration: underline;
}
a.copyright:hover {
	text-decoration: none;
}
td.powered {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a.powered:link, a.powered:visited, a.powered:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #d1d5ab;
	text-decoration: none;
}
a.powered:hover {
	text-decoration: none;
	color: #e5e6ce;
}
input {
	color: #323232;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #bfc391;
	margin-bottom: 2px;
	background-color: #e3e5cc;
}
input.button {
	font: bold 10px Tahoma;
	color: #123f1d;
	text-decoration: none;
	border: 3px solid #bfc391;
	margin-bottom: 2px;
	text-transform: uppercase;
	background-color: #e3e5cc;
}
td.small {
	font-size: 11px;
}
select {
	color: #323232;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #bfc391;
	background: #e3e5cc;
}
textarea {
	color: #323232;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #bfc391;
	background: #e3e5cc;
}
hr {
	background-color: #bfc391;
	height: 1px;
}

/*additional classes*/
td.td_left {
	background-color: #FFFFFF;
	background-image: url(images/td_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
td.text_bg {
	background-image: url(images/body_text_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 28px;
	background-color: #FFFFFF;
}
td.td_menu_bg {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 2px;
	padding-top: 2px;
}

td.body_text {
	padding-right: 28px;
	padding-left: 28px;
	vertical-align: top;
}
td.td_right {
	background-color: #123112;
	background-image: url(images/td_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
