body		{
	color: black;
	font-family: Verdana;
	font-size: 12px;
	background-color: white;
}
A:link		{	color: blue;	text-decoration: none;	}
A:visited	{	color: blue;	text-decoration: none;	}
A:active	{	color: blue;	text-decoration: none;	}
A:hover		{	color: red;	text-decoration: none;	}

P		{	font-size: 12px; font-family: Verdana;	}
FONT		{	font-size: 12px; font-family: Verdana;	}
DIV		{	font-size: 12px; font-family: Verdana;	}
TD		{	font-size: 12px; font-family: Verdana; vertical-align: top;	}
IMG		{	border-width: 0px;	}

H1		{	font-size: 16px; color: #144489; font-weight: bold; margin-top: 4px; margin-bottom: 5px;	}
H2		{	font-size: 14px; color: #144489; font-weight: bold; margin-top: 0px; margin-bottom: 5px;	}
H3		{	font-size: 12px; color: #144489; font-weight: bold; margin-top: 0px; margin-bottom: 0px;	}

#formtable	{
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
#formtable TH	{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}
#formtable TD	{
	vertical-align: middle;
	font-size: 10px;
}

#adminlisttable	{
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
#adminlisttable TD	{

	font-size: 10px;
}
#adminlisttable Th	{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}