body {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: small;
	color: #000000;
	background-color: #6DB33F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link {
	color: #6CB240;
	text-decoration: none;
}

a:visited, a:active {
	color: #0095D3;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

td {
		font-size: small;
}

.small {
	font-size: small;
}

.medium {
	font-size: medium;
}

.big {
	font-size: large;
}

.footer {
	color: #333333;
	background-color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a {
	padding: 5px;
}

.headers {
	font-size: large;
	font-weight: bold;
	color: #6CB240;
}
.headers a {
	text-decoration: none;
	}
h1 {
	font-size: x-large;
	margin: 5px;
	padding: 5px;
}
h2 {
	font-size: large;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: x-small;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.blue {
	color: #000000;
	font-weight: normal;
	background-color: #BFE4F3;
}
.main-left {
	background-image: url(/images/boxes/main/left.gif);
	background-repeat: repeat-y;
}
.main-right {

	background-image: url(/images/boxes/main/right.gif);
	background-repeat: repeat-y;
}
.main-top {
	background-image: url(/images/boxes/main/top.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.main-bottom {	
	background-image: url(/images/boxes/main/bottom.gif);
	background-repeat: repeat-x;
}

.green-left {
	background-image: url(/images/boxes/green/left.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.green-right {
	background-image: url(/images/boxes/green/right.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.green-top {

	background-image: url(/images/boxes/green/top.gif);
	background-repeat: repeat-x;
}
.green-bottom {

	background-image: url(/images/boxes/green/bottom.gif);
	background-repeat: repeat-x;
}
.blue-left {
	background-image: url(/images/boxes/blue/left.gif);
	background-repeat: repeat-y;
	width: 10px;
}


.blue-right {
	background-image: url(/images/boxes/blue/right.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.blue-top {

	background-image: url(/images/boxes/blue/top.gif);
	background-repeat: repeat-x;
}
.blue-bottom {

	background-image: url(/images/boxes/blue/bottom.gif);
	background-repeat: repeat-x;
}
#c1 {
	padding: 4px;
}
#c2 {
	padding: 4px;
	width: 100%;
}
.green {

	color: #000000;
	font-weight: normal;
	background-color: #DAECCF;
}
.white {
	border: 1px dashed #FFFFFF;
}
