/*CSS Document*/

body {
	/*background-color: #FFFFFF;*/
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.text a:link {
	text-decoration: none;
	color: #999966;
	
}
.text a:visited {
	text-decoration: none;
	color: #999966;
	
}
.text a:hover {
	text-decoration: none;
	color: #99CC66;
	
}
.text a:active {
	text-decoration: none;
	color: #99CC66;
	
}

.subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
}

.subhead a:link {
	text-decoration: none;
	color: #996633;
}
.subhead a:visited {
	text-decoration: none;
	color: #996633;
}
.subhead a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.subhead a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.pagehead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999966;
	margin-top: 0px;
}

/*.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}*/

.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: circle;
	/*list-style-position: inside;*/
}

#list {
	margin-right: 10px;
}

#content {
	/*position: relative;*/
	margin-left:24px;
	margin-right:24px;
	top: 0px;
}

#column {
	background-image:url(../images/bg_170.gif);
	background-repeat: repeat-y;
}
