BODY{
	}

A:link {
	color: #6e6b36;
	text-decoration: underline;
}

A:visited {
	color: #6e6b36;
	text-decoration: none;
}

A:active {
	color: #6e6b36;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #005555;
}

P {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #005555;
}

TD.dark {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #005555;
}

P.dark {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #005555;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}

Footer{
	color : #005555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

TD.headertext {
	background-image:url(/images/logo4.gif);
	background-repeat: repeat;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.link-cell {
	height: 30px;
	width: 150px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-bottom-style: dotted;


}
.link-cell a {
	color:#005555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 7px 4px 7px 2px;
	background-image: url(images/menu/link_background.gif);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	text-transform: uppercase;

}
.link-cell a:hover {
	background-image: url(images/menu/link_background_over.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #005555;
	text-decoration: none;

	
}
.sub-link-cell {
	height: 20px;
	width: 150px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;


}
.sub-link-cell a {
	color:#005555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 4px;
	background-image: url(images/menu/sub_link_background.gif);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	text-transform: uppercase;

}
.sub-link-cell a:hover {
	background-image: url(images/menu/link_background_over.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #005555;
	text-decoration: none;

	
}
