@charset "UTF-8";
/* CSS Document */


.TableBorders Top{
border-right: 1px;
border-right-color: #cccccc;
border-right-style: thin;
border-bottom: 0px;
border-bottom-color: #cccccc;
border-bottom-style: thin;
}


.TableBorders {
border: 1px;
border-color: #cccccc;
border-style: thin;
border-top: 0px;
border-top-color: #cccccc;
border-top-style: thin;
}

.boxoutline {
border-top: 1px;
border-top-color: #66CC00;
border-left: 1px;
border-left-color: #66CC00;
border-right: 1px;
border-right-color: #66CC00;
border-bottom: 0px;
border-bottom-color: #ffffff;

}

#BottomLine{
	border-bottom:1px solid #66CC00;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
		}