table
{
	border-spacing: 0;
	padding: 0;
	empty-cells: show;
}

td
{
	border-spacing: 0;
	padding: 0;
	empty-cells: show;
}

.MenuText, .MenuText:hover
{
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #304070;
}

.MenuText:hover
{
	color: #4060B0;
	text-decoration: underline;
}

.ButtonToolbar
{
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-color:#6090A0;
	background-position:center;
}

.ButtonToolbar:hover
{
	background-color:#80A0D0;
}

.PopupMenuText, .PopupMenuText:hover
{
	font-family: Arial;
	font-size: 14px;
	color: #307040;
	text-decoration: none;
}

.PopupMenuText:hover
{
	color: #F0FFF0;
}

.BlueText
{
	font-family: Arial;
	font-size: 14px;
	color: #5090B0;
}

.BlueText_larger
{
	font-family: Arial;
	font-size: 16px;
	color: #5090B0;
}

.BlueText_header
{
	font-family: Arial;
	font-size: 18px;
	color: #5090B0;
}

.RegularText,.RegularText_larger,.RegularText_header,.RegularText_small,.InputBox,.WhiteText,.WhiteText_larger,.WhiteText_header,.WhiteText_small,.GrayText,.GrayText_larger,.GrayText_header,.GrayText_small,.RegularLink,.GrayLink,.BlueLink
{
	font-family: Arial;
	color: #000000;
}

.RegularText,.InputBox,.BlueLink
{
	font-size: 12px;
}

.RegularText_small
{
	font-size: 11px;
}

.RegularText_larger
{
	font-size: 16px;
}

.RegularText_header
{
	font-size: 18px;
}

.InputBox
{
	height:19px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#82B974;
	border-width:2px;
	border-left-style:none;
	border-right-style:none;
}

.WhiteText,.WhiteText_larger,.WhiteText_header,.WhiteText_small
{
	color:#FFFFFF;
}

.WhiteText
{
	font-size: 14px;
}

.WhiteText_small
{
	font-size: 12px;
}

.WhiteText_larger
{
	font-size: 16px;
}

.WhiteText_header
{
	font-size: 18px;
}

.GrayText,.GrayText_larger,.GrayText_header,.GrayText_small
{
	color:#909090;
}

.GrayText
{
	font-size: 14px;
}

.GrayText_small
{
	font-size: 12px;
}

.GrayText_larger
{
	font-size: 16px;
}

.GrayText_header
{
	font-size: 18px;
}

.RegularLink
{
	text-decoration:none;
}

.RegularLink:hover
{
	text-decoration:underline;
}

.GrayLink, .BlueLink
{
	color:#008000;
	text-decoration:none;
}

.GrayLink:hover, .BlueLink:hover
{
	color:#00B000;
	text-decoration:underline;
}

.BlueLink
{
	color:#003080;
	text-decoration:none;
}

.BlueLink:hover
{
	color:#0080C0;
	text-decoration:underline;
}
