body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666
}

.pageTitle {
	font-weight: bold;
	color: #038da2;
	border-style: dashed;
	border-color: #999999;
	border-width: 1px 0 1px 0;
	padding: 7px 10px;
	text-align: left;
	margin-top: 13px;
}

.sectionList {
	color: #038da2;
	border-top: 1px dashed #999999;
	text-align: left;
	margin-top: 13px;
}

#sectionListItem {
	margin-top: 8px;
}

h1 {
	font-weight: bold;
	color: #038da2;
	font-size: 10px;
	margin: 5px 0;
}

.pageText {
	margin-top: 13px;
	margin-left: 10px;
	padding-right: 5px;
	height: 320px;
	overflow: auto;
}

#bull {
	display: block;
	background: url('../_images/style/bullet.gif') no-repeat 9px 4px;
	padding-left: 20px;
	margin-top:8px;
}

.linkDiv {
	height: 45px;
	padding-left: 95px;
	padding-top: 8px;
	margin-bottom: 5px;
	background: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

a:link {
	color: #038DA2;
	text-decoration: none;
}

a:visited {
	color: #038DA2;
	text-decoration: none;
}

a:active {
	color: #038DA2;
}

a:hover {
	text-decoration: underline;
}

