/* CSS Document */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	color: #ffffff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link, a:visited, a:active
{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:link.reverse, a:visited.reverse, a:active.reverse
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{ 
	color: #003300;
	text-decoration: underline;
	font-weight: bold; }
a:hover.reverse
{ 
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold; }	
.dinkums
	{ font-size: 9px;
	color: #003300; }
.dinkums-reverse
	{ font-size: 9px;
	color: #ffffff; }
	
.sig {
	background-image:url(../qq_images/mitch-sig.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.greenbg {
	color: #28BD33;
}
.nolink
{
	color: #003300;
	text-decoration: none;
}