@charset "utf-8";
/* CSS Document */

.cname {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
#cscroll {
	float: left;
	width: 770px;
	overflow: auto;
	margin-left: 15px;
}
.ctxt {
	font-family: Arial;
	font-size: 12px;
}
.col1 {
	float: left;
	width: 789px;
	border-right: 1px solid #666;
	font-size: 12px;
}
.col2 {
	float: left;
	width: 180px;
	font-size: 12px;
	color: #033;
	padding-left: 10px;
}
h2 {
	color: #003;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	color: #06C;
	text-decoration: underline;
	font: italic 18px "Times New Roman";
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
}
/* LINKS -------------------------------------- */
a.list1:link, a.list1:visited, a.list1:active {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a.list1:hover {
	color: #990000;
	text-decoration: none;
}
