@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(/images/layout-bk.jpg);
	margin-top: 30px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a {
	text-decoration: underline;
	color: #284907;
}

.sideNote {
	color: #993300;
	font-size: 12px;
}

.copyright {
	font-size: 12px;
	color: #000000;
	margin-bottom: 20px;
}

a.copyright {
	text-decoration: underline;
	color: #000000;
}

.headGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}


.header {
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold",  sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
	color: #284907;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;	
	text-decoration: none;
}

.imageBorder {
	border: solid #284907;
	border-width:thin;
	border-collapse: collapse;
}

table.wrap {
 		border-collapse: collapse;
 		margin: 0;
 		padding: 0;
 		border: 0;
 		border-top: 2px solid #284907;
		border-bottom: 2px solid #284907;
		border-left: 2px solid #284907;
		border-right: 2px solid #284907;
 		background-color: #ffffff;
 	}
.style1 {	font-family: Georgia, "Times New Roman", Times, serif;
	color: #808080;
}
.style5 {font-size: 18px}

