body *
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
}

/* main navigation */
.navigation
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	overflow:hidden;
	border: 0px;
}

.navigation h3
{
	text-transform: uppercase;
	font-size: 1.0em;
}

.navigation * { border: 0px; }

/* headers */
h1, h2, h3, h4
{
	font-weight: lighter;
	color: #666666;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1em; }
h3 { font-size: 0.90em; }
h3 span { font-weight: normal; }

p, ul
{
	font-size: 0.80em;
	font-family: Arial, Tahoma, Verdana;
}

ul { color: #ef2923; }
ul li span { color: #333333; }

.header h1
{
	display:block;
	background: url(../images/e-logo.gif) no-repeat;
	width:200px;
	height:50px;
}

.header h1 span { display:none; }

.breadcrum
{
	display:none;
}

/* footer navigation */
ul.footer
{
	margin: 5px 0px 10px 0px;
	padding: 5px;
	white-space: nowrap;
	border-top: 1px dotted #cdcdcd;
	overflow:hidden;
}

a
{
	font-size: 0.80em;
}

table
{
	border-collapse:collapse;
	border: 1px solid #eeeeee;
}

table td, table, th { border: 1px solid #eeeeee; }

table *
{
	font-size: 0.90em;
}

.top { display: none; }

.footer span { color: #444444; } 