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


body {
	font-family: Arial, Helvetica, sans-serif;

}

table {
	background-color: #E7E7E7;
	border: thick solid #525252;
}

td {
	border:2px dotted #CDCDCD
}

h1 {
	font-size: 20px;
	color: #006600;
	font-weight: bold;
	margin: 1px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding: 5px;
	width: auto;
	position: relative;
	height: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: 666666;
	border-bottom-color: 666666;
}

h2 {
	font-size: 18px;
	color: #009900;
	font-weight: bolder;
	margin: 1px;
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #666666;
}

h3 {
	font-size: 12px;
	color: #00CC00;
	font-weight: bolder;
	margin: 5px;
	text-decoration: underline;
}

.headerTitle {
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #006633;
	text-align: center;
}

.copy {
	background-color:#FFFFFF;
}

.copyright {
	text-align: center;
	font-size: 9px;
}

/*//////////// BEGIN: Nav classes //////////*/
a {
	font-size: 18px;
	color: #0033CC;
}

a:hover {
	font-size: 18px;
	color: #CC0033;
}


