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

td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.header {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

.copy {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 60px;
	background-color: #1A3519;
}
.copya{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #1A3519;
	text-decoration: none;
	padding-left: 60px;
	font-weight: bold;
	background-image: url(images/nbg.jpg);
	background-repeat: no-repeat;
	height: 36px;
}
.nav:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 60px;
	font-weight: bold;
	background-image: url(images/nbg.jpg);
	background-repeat: no-repeat;
	height: 36px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E6F2F2;
	background-image: url(images/bg.jpg);
}
.headerGreen {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #5DAB46;
	text-decoration: none;
}
