/* CSS Document */

body {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#72A435;
	background-image:url(img/bg_line.jpg);
}

h1 {
	font-size:16px;
	color:#72A435;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-size:13px;
	color:#72a435;
	font-weight:bold;

}

.txt {
	font-size:12px;
	
}

.white {
	font-size:10px;
	color:#ffffff;
}

.border {
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}


a:link,a:visited,a:active {
	color:#72A435;
	text-decoration:underline;
}

a:hover {
	color:#333333 !important;
	text-decoration:none !important;
}

#bottom {
	padding-left:75px;
	
}


#bottom a:link,a:visited,a:active {
	color:#d2d2d2;
	text-decoration:underline;
}