@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, p,
ul, ol, li,
dl, dt, dd,
table, tr, td, body,
form{

	margin:0px;
	

	}
	
p{
	line-height:1.5em;
	}
	

body{
	font-size:smaller;
	}

.clear{
	clear:both;
	}


img{
	border:none;
	}
	
ul,ol,li{
	list-style-type:none;
	}




.left{
	text-align:left;
	}
	
.right{
	text-align:right;
	}

.center{
	text-align:center;
	}

.f_left{
	float:left;
	}

.f_right{
	float:right;
	}

.bold{
	font-weight:bold;
	}
	
	
	
h1{
    width:800;
	background-image:url(Images/index_r1_c3.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}

h2.title {
   text-align:left;
   }
   
   
.side {
    width:570px;
	
	}
	
p.text {
   color:#333333;
   word-wrap: break-word; 
   line-height:1.8;
   }
   
p.text_green {
   color:#4B8514;
   word-wrap: break-word; 
   line-height:1.8;
   }
   
   
.bottom_box {
    

    border-style:solid;
    border-width:0px;
    border-top-width:2px;

    border-color:#336600;
	}
	
table.green {

	border-top: 1px solid #e7f2d5 ;
	border-right: 1px solid #e7f2d5 ;
	border-bottom: 1px solid #e7f2d5 ;
	border-left: 1px solid #e7f2d5;

	}

.tal {
    border-collapse:collapse;
	border-top: 1px solid #999999 ;
	border-right: 1px solid #999999 ;
	border-bottom: 1px solid #999999 ;
	border-left: 1px solid #999999;
	}
	
.colorbox {
    background-color:#e7f2d5;
	border-top: 1px solid #FFFFFF ;
	border-right: 1px solid #FFFFFF ;
	border-bottom: 1px solid#FFFFFF ;
	border-left: 1px solid #85be4d;
	
	}
