body
{
	background: "#EFF5FB";
}

.float_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.float_right
{
	float: right;
	margin: 0 0 10px 10px;
}

body.em
{
	background: "#EEEEEE";
}

table
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.email
{
	font-size: 10pt;
}

table.grey
{
	background: "#EEEEEE";
}

table.main
{
	background: "#FFFFFF";
}

tr.row
{
	background-color: #EEEEEE;
	color: #303030;
}

tr.altrow
{
	background-color: #E0E0E0;
	color: #303030;
}

tr.rhead
{
	background: "#3C81C4";
	color: "#FFFFFF"
	font-weight: bold;
}

tr.rhead2
{
	background: "#E9C455";
	font-weight: bold;
}

td.dhead
{
	background: "#3C81C4";
	font-size: 10pt;
	color: "#FFFFFF"
}

td.midblue
{
	background: "#3C81C4";
}

td.menu
{
	color: "#0000C0"
}

td.selected
{
	background: "#E9C455";
}

td.light
{
	background: "#BBBBBB";
}

td.dark
{
	background: "#444444";
}

a:link			{color: #0000C0; text-decoration: underline;}
a:visited		{color: #0000C0; text-decoration: underline;}
a:hover		{color: #EC8000; text-decoration: underline;}

a.black:link		{color: #000000; text-decoration: none;}
a.black:visited	{color: #000000; text-decoration: none;}
a.black:hover		{color: #EC8000; text-decoration: underline;}

a.none:link		{color: #0000C0; text-decoration: none;}
a.none:visited	{color: #0000C0; text-decoration: none;}
a.none:hover		{color: #0000C0; text-decoration: none;}

.usertable h1
{
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}

.usertable table
{
	background-color: #9AD1EA;
	margin-bottom: 8px;
}

.usertable th
{
	background-color: #CDE8F5;
	font-weight: bold;
}

.usertable tr
{
	background-color: #F1F9FD;
}

.usertable tr.odd
{
	background-color: #E5F4FB;
}

