body {
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #831636;
	background: #FFFFFF;
	
/*SCROLBAR*/	
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ACD495;
	scrollbar-3dlight-color: #289400;
	scrollbar-shadow-color: #289400;
	scrollbar-darkshadow-color: #289400;
	scrollbar-arrow-color: #289400;
	scrollbar-track-color: #ACD495;

}

p {
	font-size: 12px !important;
}
.style17 span {
	font-weight: bold;
}

/*LINKS*/
a {
	color: #831636;
	text-decoration: none;
}
a:visited {
	color: #831636;
	text-decoration: none;
}
a:active {
	color: #831636;
	text-decoration: none;
}
a:hover {
	color: #831636;
	text-decoration: underline;
}

/*LAYOUT*/
.menu {
	background-color:#289400;
	text-align: center;
	vertical-align: middle;
}
.center {
	text-align:justify;
	vertical-align:middle;
	font-size:x-small;	
}
.footer {
	background-color:#289400;
}

.top {
	border-bottom: 1px dotted #808080;
	height: 23px;
}
.title {
	font-size: x-small;
	color: #720C2B;
	margin-left: 50px;
}
.main {
	background-color: #FFFFFF;
	height: 100%;
	vertical-align: middle;
	text-align: justify;
	font-size:x-small;
	}

.boxes {
	margin-right: 20px;
	font-family: Tahoma;
	font-size: x-small;
	color: #289400;
}

.button {
	font-family: Tahoma;
	font-size: x-small;		 
	color: black;
	background: #ACD495;
	border: 1px solid #289400;
	font-size: x-small;		 
}
.style1 table {
	margin: auto;
}


