body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: black; 
	/*background: #83c483;*/
	background: black; 
}

div.box {
	border: solid; 
	border-width: thin; 
	width: 100% 
}


p.phone {
	font-family: Georgia;
	font-weight: bold; 
	font-size: 14px;
}

td.header {
	border: solid; 
	border-color: black;
	border-top-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
}

td.main {
	background: #5E9D5F;

	border: solid; 
	border-color: black;
	border-top-width: 0;
	border-left-width: 1;
	border-right-width: 1;
	border-bottom-width: 0;
}

td.news {
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-style: italic; 
	background: #3d703d;
}

.news h1 {
	font-size: 18px;
	font-weight: bold;
}

td.center {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #3d703d;
}

.center h1 {
	font-family: Arial;
	font-size: 14px;
	color: #5E9D5F;
	font-weight: bold;
}

.center h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.center p {
	font-family: Arial;
	font-size: small;
	color: white;
}

.center a{
	color: white;
/*	font-weight: bold; */
}

hr.green {
	color: #5E9D5F;
	background-color: #5E9D5F;
	height: 2px;
}

td.copyright {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #2D502D;

	
	border: solid; 
	border-color: black;
	border-top-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;

}


.copyright a {
	color: white;
}

td.category {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #2d502d;
}

.category h1 {
	color: #5E9D5F;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold; 
}

.category a {
	color: white;
}

td.comment {
	background: #83c483;
	font-family: Arial;
	font-size: 13px;
	color: #4d0217;
	font-style: italic; 
	font-weight: bold; 
}

.comment h2 {
	color: blue;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold; 
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}

td.randimage{
	background-color: #2d502d;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0, 0, 0, 0;
}

.comment a {
	color: blue;
/*	text-decoration: none;*/
}

div.indent {
	padding-left: 1em;
}


table.item {
	border-width: 4px;
	border-spacing: ;
	border-style: double;
	border-color: #2d502d;
	border-collapse: separate;
	background-color: #83c483;
}
table.item th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: white;
	background-color: #83c483;
	-moz-border-radius: ;
}
table.item td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: white;
	background-color: #83c483;
	-moz-border-radius: ;
}

p.item {
	font-family: Arial;
	font-size: smaller;
	color: black;

}

table.empty {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
}
table.empty th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
table.empty td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
