@charset "utf-8";
/* CSS Document */

.border-style {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #97BE0D;
	border-left-color: #97BE0D;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-color: black;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
}

.border-green-bottom {
	border-bottom-style : solid;
	border-bottom-color: #97BE0D;
	border-bottom-width : 2px;
	}
	
.border-green-bottom2 {
	border-bottom-style : solid;
	border-bottom-color: #97BE0D;
	border-bottom-width : 2px;
	border-left-style : solid;
	border-left-color: #97BE0D;
	border-left-width: 1px;
	}
	
.border-black-bottom {
	border-bottom-style : solid;
	border-bottom-color: black;
	border-bottom-width : 1px;
	}
	
.img-floatLeft { 
    float: left; 
    margin: 4px; 
}
	
.Regular-Black {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: black;
	}
	
.SmallRed {
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #FF0000;
	}
