.navtext {
	font-family: Tahoma, Helvetica, Ms Sans Serif, Verdana, Sans-Serif;
	font-size: 11px;	
}

.addresstext {
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
}



A.link:link	{
	color: #800000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}

A.link:visited	{
	color: #800000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}

A.link:hover	{
	color: #800000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
}

A.link:active	{
	color: #800000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none; 
}


    
A.nav:link	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.nav:visited	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.nav:hover	{
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

A.nav:active	{
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}

A.email:link	{
	color: #000000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
}

A.email:visited	{
	color: #000000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
}

A.email:hover	{
	color: #800000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	text-decoration: underline;
}

A.email:active	{
	color: #800000;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	text-decoration: none; 
}
div.notice {
	background: #f3e8be;
	width: 600px;
	margin: 6px 0 0 0;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d2aa7d;
}
div.notice p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 0.8em;
	margin: 0;
	color: #7d241a;
	font-weight: bold;
	line-height: 1.4em;
}
span.highlight {
	color: #ac0909;
	text-decoration: underline;
}

div.comment-nav {
	width: 100%;
	/*text-align: right;*/
	width: 150px;
	float: right;
}
div.comment-nav ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
div.comment-nav ul li {
	background: url(../images/icon_comment.gif) no-repeat 0 0.35em;
	font-size: 0.9em;
	padding: 3px 0 3px 18px;
}
div.comment-nav a {
	text-decoration: none;
	font-weight: bold;
}
div.comment-nav a:link, div.comment-nav a:visited {
	color: #AC0909;
}
div.comment-nav a:active, div.comment-nav a:hover {
	color: Black;
}

div.comment {
	background: #F7F6CD;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-size: 0.8em;
}
div.comment strong {
	background: url(../images/icon_comment.gif) no-repeat 0 0.1em;
	padding: 0 0 5px 18px;
	border-bottom: 1px solid #E1C394;
}
div.comment p {
	margin: 0;
}

div.main-text {
	font-family: Arial, Helvetica, Ms Sans Serif, Tahoma, Verdana, Sans-Serif;
	font-size: 0.8em;
}

img.float-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.float-left {
	float: left;
	margin: 10px 10px 10px 0;
}
img.float-right, img.float-left {
	border: 1px solid #D2AA7D;
	padding: 3px;
	display: block;
}