body { margin: 0; }

.title
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: inherit;
}

.view
{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: inherit;
}

.table
{
	background-color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

.tddark
{
	background-color: #E2E2E2;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

.tdlight
{
	background-color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

.tdmed
{
	background-color: #F2F2F2;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #333;
	font-size: small;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-size: small;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #9685BA;
}

.viewdata
{
	background-color: #E2E2E2;
	color: #000000;
	cursor: hand;
}

