@charset "utf-8";

body{
	padding:0; 
	margin:0; 
	font-size:14px;
        
	}


.text h1{
	font-size:20px;/*------TITLE 1 SIZE------*/
	font-weight:normal;/*------TITLE 1 BOLD------*/
	color:#87B145;/*------TITLE 1 COLOUR------*/
	padding:10px 0;
	margin:0px;
        border-bottom: 1px dotted #B2B2B2;
	}
.text-wrapper h1{
	border-bottom: 1px dotted #B2B2B2;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 0 0 8px !important;
	}
.text h2, .text h3, .text h4, .text h5, .text h6{
	font-size:17px;/*------TITLE 2 SIZE------*/
	font-weight:normal;/*------TITLE 2 BOLD------*/
	color:#87B145;/*------TITLE 2 COLOUR------*/
	padding:10px 0;
	margin:0px;
	}
.text-wrapper h6{
	font-size:17px;/*------TITLE 2 SIZE------*/
	font-weight:normal;/*------TITLE 2 BOLD------*/
	color: #555555;/*------TITLE 2 COLOUR------*/
	padding:10px 0;
	margin:0px;
	}
.text p{
	font-size:12px;/*------PARA SIZE------*/
	font-weight: normal;
	color:#666666;/*------PARA COLOUR------*/
	padding:10px 0 17px 0;
	margin:0px;
	line-height:20px;
	}
.text li{
	font-size:12px;
        line-height:20px;
	font-weight: normal;
	color:#4B4B4B;/*------LIST COLOUR------*/
	}
.text a:link, .text a:visited{
	color:#87B145;/*------LINK COLOUR------*/
	text-decoration:none;/*------LINK COLOUR DECORATION------*/
	}
.text a:hover{
	color:#87B145;/*------LINK COLOUR HOVER------*/
	text-decoration:underline;/*------LINK COLOUR DECORATION HOVER------*/
	}