﻿/* content page styles */

.ListItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	list-style-type: none;
	color: #0000FF;
	list-style-image: url('../images/blueball.gif');
	list-style-position: outside;
}
.ListHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #0000FF;
/*	background-color: #FFFFFF; */
}
.CellsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #0000FF;
	padding-left:4px;
/*	background-color: #FFFFFF; */
}
.CellsDetail {
	width:72%;
	vertical-align:top;
/*	background-color: #FFFFFF; */
}
.ContentTextBlock {
	color: #0000FF;
	padding-left:6px;
	padding-bottom:8px;
}
.HighLite {
	background-color: #FFFF00;
}
.Underline {
	text-decoration:underline;
}
