.admin_type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
A:LINK {
	color : #000000;
	text-decoration : underline;
	font-weight: 700;
}

A:VISITED {
	color : #666666;
	text-decoration : underline;
	font-weight: 700;
}

A:HOVER {
	color : #FF0000;
	text-decoration : underline;
	font-weight: 700;
}
BODY	{
	background-color : #1b75bc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

tr.RowColorSwap:hover {
background-color: #E2E2E2;
}

td.RowColorSwap:hover {
background-color: #FFCC33;
}

.bgd_table {
background-color:#1b75bc;
}