body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a
{
	text-decoration: underline;
	color: #00603A;
}
	
div.layout_header
{
	background-image: url(/eriweb/assets/img/layout/bg_banner_silver.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 46px;
}

.layout_logo
{
	background-image: url(/eriweb/assets/img/layout/logo.png);
	background-repeat: no-repeat;
	width: 291px;
	height: 43px;
}

div.layout_toolbar
{
	background-image: url(/eriweb/assets/img/layout/bg_banner_green.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 48px;
}

td.toolbar_link_cell
{
	padding-top: 4px;
}

td.toolbar_link_divider
{
	padding-top: 1px;
	font-size: 12pt;
	color: #ffd75e;
	padding-left: 7px;
	padding-right: 7px;
}

a.toolbar_link
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.toolbar_link:hover
{
	text-decoration: underline;
}
