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

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	line-height: 1.3;
}
.borderGreenT { border-top:4px solid #557975; }
.borderGreenR { border-right:4px solid #557975; }
.borderGreenB { border-bottom:4px solid #557975; }
.borderGreenL { border-left:4px solid #557975; }
.borderMainB { border-bottom:4px solid #fff; }
a { color: #723640; text-decoration:none; }
a:hover { text-decoration:underline; }