/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, sans-serif;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background: #003C58 url(none) scroll;
	color: #003C58;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #003C58;
	text-decoration: none;
	background-image: url(bg_nav.jpg);
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	font-size: 13px;
	width: auto;
	float: none;
	display: block;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 1px;
	white-space: normal;









}

a:hover{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	background-color: #ECF5FF;
	background-image: none;
	display: block;










}
