.title {
	vertical-align: top;
	height: 100px;
	width: 800px;
	border-bottom: 1px solid #CCCCCC;
	background-color: white;
}

.titleText {
	color: #a49c9c;
	text-align: left;
	vertical-align: top;
	padding-left: 10px; 
	font-size: 13px;
	font-family: arial;
	font-style: italic;
}

.links {
	text-align: center;
	vertical-align: middle;
	width: 800px;
	height: 25px;
	background-color: white;
}

a.links {
	color: #053765;	
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

.body {
	font-family: verdana;
	font-size: 12px;
	color: black;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	width: 800px;
	border-bottom: 1px solid #CCCCCC;
	background-color: white;
}

td.leftColumn {
	width: 20%;
	font-family: verdana;
	font-size: 12px;
	color: black;
	vertical-align: top;
}
td.middleColumn {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	width: 60%;
	font-family: verdana;
	font-size: 12px;
	color: black;
	vertical-align: top;
}
td.rightColumn {
	width: 20%;
	padding-left: 5px;
	font-family: verdana;
	font-size: 12px;
	color: #929292;
	vertical-align: top;
}
ul {
	font-family: verdana;
	font-size: 12px;
	list-style-type: square;
}

a {
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	color: #4d6d94;
}

.currentPage {
	font-family: verdana;
	font-size: 12px;
	#font-weight: bold;
	color: #4d6d94;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.highlight {
	color: #053765;
	font-weight: bold;
}

.footer {
	font-family: verdana;
	font-size: 10px;
	color: gray;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 800px;
}	

.sectionTitle { 
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #929292;
	padding-bottom: 6px;
}

.boxContent {
	font-family: arial;
	font-size: 10px;	
}

.boxLink {
	padding-left: 100px;
	font-family: arial;
	font-size: 9px;	
}

.contentLinks {
	font-family: verdana;
	font-size: 10px;
	padding-bottom: 12px;
}

.contentTitle {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

.contentBody {
	font-family: verdana;
	font-size: 12px;
}



div.sourceTitle {
	padding-top: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

span.sourceTitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

span.sourceMetaInfo {
	font-family: verdana;
	font-size: 10px;
	color: black;	
}

div.deal {
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
}

a.dealTitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.dealTitle:hover {
	text-decoration: underline;
}

span.dealDesc {
	font-family: verdana;
	font-size: 12px;
	color: black;
}

span.dealPrice {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

span.dealRegularPrice {
	font-family: verdana;
	font-size: 10px;
	color: black;
}

span.dealPercentOff {
	font-family: verdana;
	font-size: 10px;
	color: black;
}

.headerLinks {
	font-family: verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: middle;
}

li {
	padding-bottom: 6px;
}


