body   {
	margin : 0;
	background-color : #C9DEE3;
}

a:link  {
	color : #00637B;
	text-decoration : none;
}

a:visited {
	color : #00637B;
	text-decoration : none;
}

a:active {
	color : #00637B;
	text-decoration : none;
}

a:hover {
	color : #00637B;
	text-decoration : underline;
}

td.body {
	margin: 0;
	padding: 0;
        line-height : 18px;
	text-align : left;
	font-size : 12px;
	font-family : verdana, arial, helvetica, sans-serif;
}

table.bgcolor {
	background-image: url(http://fumento.com/graphics/table_bkgd.gif);
	text-align : center;
}

td.banner {
	background-image: url(http://fumento.com/graphics/banner_bkgd.gif);
	text-align: center;
}

td.navigation {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-align : center;
	font-size : 12px;
	text-align : center;
	margin : 0;
}

.footer {
	font-size : 30px;
	text-transform : uppercase;
}

h1    {
	font-family : verdana, arial, sans-serif;
	font-weight : normal;
	text-transform : uppercase;
	font-size : 18px;
	padding : 0 0 10px 10px;
      }

h2    {
	font-family : verdana, arial, sans-serif;
	font-weight : normal;
	text-transform : uppercase;
	font-size : 18px;
	padding : 0 0 10px 0;
}

h3    {
	margin : 0 0 30px 0;
	text-transform : uppercase;
	font-size : 16px;
	color : #00637B;
      }

h4    {
	margin : 0;
	text-transform : uppercase;
	font-size : 14px;
        font-weight : normal;
	color : #00637B;
      }

.date  {
	margin : 0 0 10px 0;
	text-transform : uppercase;
	font-size : 11px;
        font-weight : normal;
	color : #00637B;
      }

.navtitle    {
	font-family : verdana, arial, sans-serif;
	font-size : 14px;
	color: #fff;
	font-weight : normal;
	text-transform : uppercase;
	background-color: #00637B;
	padding: 5px;
	margin : 10px 7px 10px 5px;
	}
		
.content {
	padding-left : 10px;
	margin-bottom: 20px;
	}

img.floatright { float : right }

img.floatleft { float : left;
	margin-right : 10px;
        }

.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	text-transform: uppercase;
	text-align: left;
	background-color: #eeeeee;
	width: 205px;
	}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 3px 0;
	text-decoration: none;
	text-transform : uppercase;
	font-weight: normal;
	text-indent: 5px;
	}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #00637B;
	color: white;
	}