/* Baseline for links */

a {
	color: #004080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a:link{
	color: #004080;
	text-decoration: underline;
}

a:visited{
	color: #6699FF;
}

a:hover{
	color: #6699FF;
}

/* Baseline for body */
body{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
table{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	padding:4px;
	
}

IMG{
	padding:1px;
}

#bottom-col-1 {
	padding-left: 0%;
	padding-right: 10px;
	position: relative;
}

#bottom-section {
	left: 0;
	position: relative;
	top: 0;
	width:600;
}

#mid-col-1 {
	left: 0;
	position: absolute;
	top: 0;
	width: 400px;
}

#mid-col-2 {
	left: 405px;
	position: relative;
	top: 0;
	width: 100px;
}

#mid-col-3 {
	left: 505px;
	position: absolute;
	top: 0;
	width: 100px;
}


#mid-section {
	left: 0;
	position: relative;
	top: 0;
	margin-bottom:30px;
}

#top-col-1 {
	padding-left: 0px;
	padding-right: 10px;
	position: relative;
	font-size:24px;
	font-weight:normal;
	border-bottom:1px dotted #333333;
	width:605px;
}

#top-section {
	left: 0;
	position: relative;
	top: 0;
	margin-bottom:10px;
	
	}
.price{
	font-size:22px;
	font-weight:normal;
	color: #B22222;
}

.label{
	text-align:top;
	font-weight:bold;
	background-color: #EFEFEF;
	padding: 5px 5px 5px 5px;
	border:1px solid #FFFFFF;
}