hmlt, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: verdana;
	font-size: 11px;
	color: black;
}

a {
	color: #154373;
	text-decoration: none;
}

a:hover {
	color: #830101;
	text-decoration: none;
}

#leadLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px; 
	min-height: 50px; 
	padding: 15px; 
	background-color: #444444; 
	border-radius: 15px;
	opacity: 0.95;
	color: #ffffff;
	display: none;
}

#head {
	height: 85px;
	background-image: url(images/head_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#foot {
	margin-top: 20px;
	padding-top: 15px;
	height: 74px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-image: url(images/foot_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.box {
	background-color: #f0f0f0;
	border: 1px solid #680100;
	border-radius: 5px;
}

.boxHead {
	height: 25px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/box_head.png);
	background-position: top;
	background-repeat: repeat-x;
}

.boxItem {
	padding: 3px 8px 3px 8px;
}