body {
	margin:0px 0px;
	padding:0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #FFFFFF;
}
a {text-decoration: none; color: #990000}
a:link {text-decoration: none; color: #990000}  
a:hover {text-decoration: underline; color: #D06A6A}
a:active {text-decoration: underline; color: #D06A6A}
a:visited {text-decoration: none; color: #D06A6A}

.bodytext {
	font-size: 12px;
	color: #000066;
	margin-left: 20px;
}
h2 {
	font-size: 150%;
	margin-left: 20px;
}
h3 {
	margin-left: 20px;
	font-size: 110%;
}
td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000066;
}

img.right-floating {float: right}

a.inline:hover, p a:hover, ol a:hover, td a:hover {
  text-decoration: underline;
color: #D06A6A;
  }
a.inline:visited, p a:hover, ol a:hover, td a:visited {
  text-decoration: underline;
	color: #D06A6A;
  }

#textnav A 			{ color:#990000; text-decoration: none; }
#textnav A:link		{ color: #990000; text-decoration: none; }
#textnav A:visited	{ color: #D06A6A; text-decoration: none; }
#textnav A:active	{ color: #D06A6A; text-decoration: underline; }
#textnav A:hover	{ color: #D06A6A; text-decoration: underline; }
#Content {
        width:500px;
        margin:0px auto;
        text-align:left;
        padding:30px;
        }
