body {
	background-image: url(../images/bg_body.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: black;
	font-family: verdana;
	font-size: 11px;
	color: white;
	margin: 0px;
	scrollbar-face-color: #2C5E29;
	scrollbar-shadow-color: #2C5E29;
	scrollbar-highlight-color: #2C5E29;
	scrollbar-3dlight-color: #498E46;
	scrollbar-darkshadow-color: #1F3E1D;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #CCBD1E;
}
td {
	font-size: 11px;
}
hr {
	color: #CCBD1E;
	height: 1px;
}
h5 {
	color: #CCBD1E;
}
a {
	color: #32cd32;
	text-decoration: none;
}
a:hover {
	color: #CCBD1E;
}
a.menu {
	color: silver;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: right;
	width: 100%;
}
a.menu:hover {
	color: white;
}
.tbMain {
	background-image: url(../images/table_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 141px;
	vertical-align: top;
	width: 100%;
}
.tbRight {
	background-image: url(../images/right_10.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.divLinks {
	color: black;
	padding: 10px;
	padding-top: 8px;
	vertical-align: top;
}
.tdTop {
	background-image: url(../images/bg_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top;
}
.tdContent {
	background-image: url(../images/table_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 300px;
	vertical-align: top;
}
.input {
	font-family: verdana;
	font-size: 11px;
	border: 0px solid white;
	background-color: ivory;
	padding-left: 2px;
}
.button {
	background-color: #478C41;
	border: 1px solid ivory;
	color: ivory;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
p {
	text-align: justify;
}