
/* -------------------------------------------------------------- */
/* = GLOBAL
/* -------------------------------------------------------------- */
textarea,body,input{font-family:Helvetica, Arial, sans-serif}
body{ 
	position: relative;
	background-color:#f1f2f5;
	color:#7a7a7a;
	min-width:940px;
	background-image:url('../images/bg_main.jpg');
	background-repeat:no-repeat;
}
b,strong{font-weight:bold;}
i,em{font-style:italic;}
h1,h2,h3,h4{color:#588561; padding-bottom:10px; font-weight:bold;}
a:link,a:visited{ text-decoration:none; color:#53825d; }
a:hover{ text-decoration: underline;}