body {
    background-color: #FFFFFF;
    margin: 0px 0px;
    background-image: url('images/top-bg.jpg');
    background-repeat: repeat-x;
}

.menu {
    background-image: url('images/menu-bg.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	padding-left: 10px;
	height: 32px;
}

.menu-active, td.menu-active {
    color: #007740;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	padding-left: 10px;
	height: 32px;
    /*text-transform: uppercase;*/
}

a.menu-item, a.menu-active-item {
    color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

a:hover.menu-item, a:hover.menu-active-item {
	text-decoration: none;
}

a.menu-active-item {
    color: #007740;
}

.menu-bg {
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
}

.form {
	width: 100%;
	font-family: Arial, Sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border: 1px solid #B4CEE9;
	background-image: url(images/green.jpg);
	background-repeat: repeat-x;
}

.button {
	border: 1px solid #0054A6;
	background-image: url(images/blue.gif);
	font-family: Arial, Sans-serif;
	color: #000000;
	font-size: 8pt;
	margin-top: 13px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

h1, h2, h3 {
	color: #0054A6;
	font-family: Times New Roman, Times, Serif;
	font-weight: normal;
	border-bottom: 1px solid #B4CEE9;
}

h1 {
	font-size: 26px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 12px;
}

h2 {
	font-size: 14pt;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.bottom {
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
	height: 48px;
	text-align: right;
	padding-right: 26px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: #0054A6;
}

.content {
	padding-left: 35px;
	padding-right: 35px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: justify;
}

.status {
   	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #0054A6;
	margin-top: 10px;
}

ul {
	margin-left: 15px;
	margin-top: 0px;
}

li {
	color: #007740;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}

li.links {
	color: #007740;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	background-image: url('images/arrow.jpg');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-left: -15px;
    padding-left: 15px;
}

.up {
	align: right;
	color: #0054A6;
	text-align: right;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 30px;
}

a {
	text-decoration: none;
	color: #007740;
}

a:hover {
	text-decoration: underline;
}

.row {
	font-size: 11px;
}

.field, .field-required {
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	font-weight: bold;
}

.field-required {
	color: #FE0000;

}

.news-date {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

.comment {
	font-size: 11px;
}

.hr {
	background-image: url('images/hr.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

.more {
	font-size: 11px;
}

.go {
	color: #007740;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 0px;
}

.error {
	color: #FF0000;
	margin-left: 50px;
}

.header {
	color: #0153A5;
	background-color: #F3F8FE;
	font-weight: bold;
	font-size: 12px;
}

.forum {
	border: 1px solid #B4CEE9;
	/*border-collapse: collapse;*/
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;

}

.forum-header {
	padding: 10px;
	color: #0153A5;
	font-weight: bold;
	font-size: 12px;
}

.forum-message {
	padding: 10px;
	font-size: 11px;
}

.forum-footer {
	padding: 10px;
	font-size: 10px;
}