﻿.list div
{
	margin-bottom: 0.25em;
	text-decoration: none;
}
.dottedtable
{
	border: 1px dotted #999999;
}
.dottedvertical
{
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: 1px;
}
.dottedhorizontal
{
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
}
a:link .image
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
a:visited .image
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
a:hover .image
{
	border-color: #cc0000;
	border-style: solid;
	border-width: 1px;
}
.imgborderon
{
	border: #cc0000 solid 1px;
}
a:active .image
{
	border: 1px solid #cc0000;
}
a:link
{
	color: #003399;
	text-decoration: underline;
}
a:hover
{
	color: #cc6600;
	text-decoration: none;
}
.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.notetext
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}