body {
	font-family: "Garamond","Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	background-attachment: fixed;
	background-color: #088F16;
	background-image: url(theme/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.cellw {
	background-color: #FFFF99;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #663333;
}
.celle {
	background-color: #FFFF99;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #663333;
}
.celln {
	background-color: #FFFF99;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663333;
}
.cells {
	background-color: #FFFF99;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663333;
}
.cellcenter {
	background-color: #FFFF99;
	text-align: justify;
	text-indent: 16px;
	font-weight: bold;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663333;
	border-bottom-color: #663333;
}
.celltitle {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.buttontext {
	font-weight: bold;
	color: #FFFF99;
	background-color: #663333;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF99;
	border-bottom-color: #FFFF99;
	font-size: 20px;
	text-align: center;
}
.buttontext a{
	color: #FFFF99;
	background-color: #663333;
	text-decoration: none;
}
.buttontext a:hover{
	color: #663333;
	background-color: #FFFF99;
	display: block;
}

.tagtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFF99;
	text-align: right;
	vertical-align: top;
}
.linktext {

	font-family: "Garamond","Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFF99;
	text-align: center;
}
.linktext a{
	color: #FFFF99;
	text-decoration: underline;	
}
.linktext a:hover{
	color: #663333;
	background-color: #FFFF99;
	text-decoration: none;	
}
.celltable {
	background-color: #FFFF99;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663333;
	border-bottom-color: #663333;
	padding: 0px;
}
