body
{	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	color: #000000;
	background-color:#c5c7c8;
	margin: 10px;
}
input,select,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

table{
	font-size: 100%;
	line-height: 20px;
}
tr{
	vertical-align: top;
}

h1{
	font-size: 120%;
	display: inline;
}

a{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

.xsmall
{
	font-size: 70%;
}

.WhiteLink
{
	color: #FFFFFF;
}

li.report {
	padding: 2px;
	list-style-image: url(../images/rpt_bp.png);


}

li.analysis {
	padding: 2px;
	list-style-image: url(../images/cap_bp.png);
}

.grad
{
	background-image: url(../Images/grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.HandHover
{
	cursor: pointer;
}

.bold{
	font-weight: bold;
}

.pad10{
	padding: 10px;
}

.pad5{
	padding: 5px;
	margin-bottom: 10px;
}

#PageContainer 
{
	width:978px;
	height:593px;
	margin:0 auto;
	margin-top:7px;
	background:#fff;
}

#header {
	width:978px;
	height:53px;
	border-bottom:6px solid #808080;
}

#higgs-logo {
	float:left;
	width:315px;
}

#dhl-logo {
	float:right;
	width:133px;
}

#redbar {
	background:#c6151d;
	width:978px;
	color: #FFFFFF;
	border-top:4px solid #c5c7c8;
}

#main 
{
	min-height:400px;
	width: 978px; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff;}

.Container
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 20px;
	padding:0px;
	text-indent: 5px;
}

/* BEGIN menu*/
    
.MenuItemStyle
{
	border: black 1px solid;
	padding: 2px;
	background-color: #F1EADB;
}

.MenuStyle
{
	
}
.HoverStyle
{
	background-color: #C6A96C;
}

.SelectedStyle
{
}

/* END menu */

.msg
{
	color: Red;
	font-weight:bold;
}