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

body{
	background-image:url('images/bg.png');
	background-repeat:repeat-x; 
	background-position: top center;
	background-color:#ffffff;
	font-family: Arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #006d40;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {text-decoration:none;}

.h1 { font-family: Arial, Helvetica, sans-serif; color:#006d40; font-size:27px; font-weight:thin;  }
.h2 { font-family: Arial, Helvetica, sans-serif; color:#666666; font-size:31px; font-weight:thin; line-height:35px; }
.link { font-family: Arial, Helvetica, sans-serif; color:#006d40; font-size:13px; }

.textform { width:400px; border:1px solid #c9c9c9; margin:2px 0; padding:5px 2px; height:16px; background:#f0f5f8; }
.messageform { width:400px; border:1px solid #c9c9c9; margin:2px 0; padding:2px; background:#f0f5f8; }

.top{

background-image:url('images/navbar.png');
background-repeat:no-repeat;  
background-position: bottom right;

}

.p-dashed {
	margin-top: 10px; 
	padding-bottom: 8px; 
	border-top: 1px dashed #006600;
}

.fr
{ width:450px; border:1px solid #c9c9c9; margin:2px 0; padding:5px 2px; height:16px; background:#f0f5f8; }

.fr1
{ width:450px; border:1px solid #c9c9c9; margin:2px 0; padding:2px; background:#f0f5f8; }
