body, table, td, div, input, select, textarea
{
	font-family: Arial;
	font-size: 10px;
}
.customer 
{
	text-align: left;
	color: RoyalBlue;
	padding-top: 20px;
	padding-bottom: 20px;
}
.customer_print
{
	text-align: left;
	color: black;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu, .menu:visited
{
	color: RoyalBlue;
	text-decoration: none;
}

.menu:hover
{
	color: Red;
	text-decoration: underline;
}
.login_title
{
	font-family: Arial;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: RoyalBlue;
}
.listheader
{
	font-weight: 700;
	border-bottom: solid 1px black;
}
.menubar 
{
	background-color: #ccccff;
	width: 100%;
}
.menubar_cell
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 2px white;
}
.menubar_cell_selected
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 2px white;
	background-color: #DFDFFF;
}
.menubar_cell a , .menubar_cell a:visited
{
	font-weight: 700;
	color: RoyalBlue;
	text-decoration: none;
}
.menubar_cell_selected a , .menubar_cell_selected a:visited
{
	font-weight: 700;
	color: Black;
	text-decoration: none;
}
.group
{
	color: RoyalBlue;
	font-size: 10pt;
	font-weight: 700;
	border-bottom: solid 1px RoyalBlue;
	padding-top: 15px;
}