/* site-wide styles */
.bodytxt
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	color: #000000;
}

.bodytxt A:link, .bodytxt A:active, .bodytxt A:visited
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

.bodytxt A:hover
{
	color: #0000ff;
	text-decoration: underline;
}

input, textarea, select
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.green, .green A:link, .green A:active, .green A:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #009933;
}

.green A:hover, .red A:hover
{
	text-decoration: underline;
}

.red, .red A:link, .red A:active, .red A:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.notice
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}


.copyright, .smaller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}	

.resigned {
	color: #f60;
}