@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a4a42;
}
body {
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #096
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #8dc63f;
}

h2 {
	font-size: 13px;
	color: #8dc63f;
}

.altnav {
	color:#5a4a42;
	font-weight:bold;
}

.altnav: a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a4a42;
	font-weight: bold;
}
.altnav a:link {
	text-decoration: none;
	font-size:12px;
	color:#5a4a42;
	}
.altnav a:visited {
	text-decoration: underline;
	color: #000000;
	font-size:12px;
	}
.altnav a:hover {
	text-decoration: underline;
	font-size:12px;
	color:#5a4a42;
	}
.altnav a:active {
	text-decoration: none;
	font-size:12px;
	color:#5a4a42;
	}

.footer {
	color:#8dc63f;
	font-weight:bold;
	font-size:10px;
}

.footer: a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8dc63f;
	font-weight: bold;
}
.footer a:link {
	text-decoration: none;
	font-size:10px;
	color:#8dc63f;
	}
.footer a:visited {
	text-decoration: underline;
	color: #000000;
	font-size:10px;
	}
.footer a:hover {
	text-decoration: underline;
	font-size:10px;
	color:#8dc63f;
	}
.footer a:active {
	text-decoration: none;
	font-size:10px;
	color:#8dc63f;
	}

.footer2 {
	color:#5a4a42;
	font-weight:bold;
	font-size:10px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(212, 212, 212) rgb(212, 212, 212) rgb(212, 212, 212) rgb(212, 212, 212);
	border-collapse: separate;
	background-color: rgb(245, 245, 245);
	padding-left:10px;

	
}
table.sample th {
	border-width: thin thin thin thin;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: #f5f5f5;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: thin thin thin thin;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: #f5f5f5;
	-moz-border-radius: 0px 0px 0px 0px;
	
}
