#boxMain {
	padding: 80px 10px 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: "Trebuchet MS", Arial;
}
a:link {
	font-weight: bold;
	color: #497036;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
}
a:active {

}
#boxInfo {
	padding: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 50px;
}
#boxInfo h3 {
	font-style: italic;
	color: #005100;
}

