body {
	background-color: #C0F0C0;
}


/*** table ***/


.container {
	width: 728px;
	border: 0px;
}
.cell-header {
	width: 100%;
	height: 180px;
	text-align: right;
	vertical-align: bottom;
	padding: 15px 35px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
.cell-main {
	width: 100%;
	background-color: #407040;
	padding: 10px 25px;
	vertical-align: top;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
}
.cell-footer {
	width: 100%;
	height: 45px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}


.table-main {
	width: 100%;
	border: 0px;
}
.cell-menu {
	width: 120px;
	vertical-align: top;
	background-image: url(img/back3.jpg);
}
.cell-content {
	width: 528px;
	background-color: #508050;
	padding: 5px 15px 10px;
	vertical-align: top;
	background-image: url(img/back2.jpg);
}


.table-menu {
	width: 100%;
	border: 0px;
}
.cell-menuitem {
	border-bottom: 1px solid #508050;
	text-align: center;
	background-color: #447444;
}
.cell-menuitem1 {
	border-bottom: 1px solid #508050;
	border-top: 1px solid #508050;
	text-align: center;
	background-color: #447444;
}


/*** span ***/


.span-header {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #90C090;
}
.span-menu {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #90C090;
}
.span-title {
	font-family: trebuchet ms;
	font-size: 21px;
	font-weight: bold;
	color: #90C090;
}
.span-content {
	font-family: verdana;
	font-size: 12px;
	color: #C0F0C0;
}
.span-footer, .span-menu-small {
	font-family: verdana;
	font-size: 9px;
	color: #90C090;
}


/*** a ***/


.span-menu a:link {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #90C090;
	text-decoration: none;
}
.span-menu a:visited {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #90C090;
	text-decoration: none;
}
.span-menu a:hover {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #C0F0C0;
	text-decoration: none;
}
.span-menu a:active {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #90C090;
	text-decoration: none;
}


.span-content a:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D0F0D0;
	text-decoration: none;
	border-bottom: 1px solid #D0F0D0;
}
.span-content a:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D0F0D0;
	text-decoration: none;
	border-bottom: 1px solid #D0F0D0;
}
.span-content a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D0F0D0;
	text-decoration: none;
	border-bottom: 1px solid #D0F0D0;
}
.span-content a:active {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D0F0D0;
	text-decoration: none;
	border-bottom: 1px solid #D0F0D0;
}


.span-footer a:link, .span-menu-small a:link {
	font-family: verdana;
	font-size: 9px;
	color: #B0E0B0;
	text-decoration: none;
}
.span-footer a:visited, .span-menu-small a:visited {
	font-family: verdana;
	font-size: 9px;
	color: #B0E0B0;
	text-decoration: none;
}
.span-footer a:hover, .span-menu-small a:hover {
	font-family: verdana;
	font-size: 9px;
	color: #C0F0C0;
	text-decoration: none;
}
.span-footer a:active, .span-menu-small a:active {
	font-family: verdana;
	font-size: 9px;
	color: #B0E0B0;
	text-decoration: none;
}


/*** div ***/


#div-title {
	width: 100%;
	border-bottom: 1px solid #609060;
}
#div-menu-small {
	width: 100%;
	text-align: left;
	padding-left: 30px;
}