.tablehdr {
	font-family: Arial, Helvetica, sans-serif;

	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image:   url(images/headerbg.jpg);
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: center;
}

.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: medium;
	border-right-width: 1px;
	border-bottom-width: medium;
}

.indent {
	padding-left: 30px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	border: thin none #FFFFFF;
}

a:link {
	color: #000066;
	text-decoration: underline;
	font-weight: 300;
}

a:visited {
	color:#003399;
	text-decoration: underline;
	font-style: normal;
}

a:hover {
	color: #000066;
	text-decoration:none;
}

a:active {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #838383;
}

.footer {
	color:#CCCCCC;
	font-size:0.6em;
	text-align: center;

}

.dropcap:first-letter, .dropcap li:first-letter {
	font-indent: 10em;
	font-weight: 800;
	font-size: 110%;
}

.menu_link:link {
	text-decoration: none;
	color: #333333;
}
.menu_link:visited {
	text-decoration: none;
	color: #333333;
}
.menu_link:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.menu_link:active {
	text-decoration: none;
}
