/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#008A00;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Table main */

table.main {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccbc4;;
	border-collapse: separate;
	background-color: white;
}
table.main th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.main td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* Table footer */


table.footer td {
	padding: 8px 14px 4px 14px;
}


.normaltext { font: 11px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #004100; font-weight: normal; line-height:16px; text-decoration: none;
	text-align:justify; }
.normaltextwhite { font: 11px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #FFFFFF; font-weight: normal; line-height:16px; text-decoration: none;
	text-align:justify; }
.normaltextitalic { font: 10px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #004100; font-weight: normal; line-height:16px; text-decoration: none;
	font-style: italic; }
.normaltextbold { font: 11px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #004100; font-weight: normal; line-height:16px; text-decoration: none;
font-weight:bold;
	text-align:justify; }
.footertext { font: 11px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #b4ad9f; font-weight: normal; line-height:16px; text-decoration: none; }
.bigtext { font: 22px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #004100; font-weight: normal; line-height:28px; text-decoration: none; }
.middletext { font: 12px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; color: #004100; font-weight: normal; line-height:16px; text-decoration: none; font-weight: bold; font-style:italic;}

A:link {text-decoration:none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

