body
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
	background-image: url("../images/back_page.gif");
	background-color: white;
	background-repeat: repeat-y;
}

div.header
{
	background-image: url("../images/back_top.gif");
	width: 100%;
	height: 76px;
	margin: 0px;
	text-align: right;
	background-repeat: repeat-x;
}

div.menu
{
	margin-top: 17px;
	float: left;
	text-align: right;
	clear: none;
	margin-left: 20px;
}

div.headerLogo
{
	float: left;
	width: 245px;
	height: 76px;
	clear: none;
}

a.menuItem
{
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: blue;
}

a.menuItem:hover
{
	color: orange;
	text-decoration: underline;
}

div.leftMenu
{
	width: 140px;
	margin-right: 10px;
	float: left;
	border-top: 1px solid black;
	padding: 5px;
	text-align: center;
}

input.loginBox
{
	width: 120px;
	font-size: 10px;
	color: #CC6600;
	font-weight: bold;
}

div.leftBox
{
	width: 130;
	border: 1px solid black;
	background-color:#0066FF;
	padding: 5px;
	color: white;
}

div.label
{
	text-align: left;
	font-weight: bold;
}

div.errors
{
	color: red;
	font-weight: bold;
}

div.title
{
	color: black;
	font-weight: bold;
	font-size: 18px;
}

a.White
{
	color: white;
}

td
{
	color: black;
}
