@charset "UTF-8";
/* CSS Document */

/*h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:18px;
	}*/
.titlecell {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dee0df;
	border-right-color: #dee0df;
	border-left-color: #dee0df;
	padding:15px;
	}
	
.headercell {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003300;
	background-color:#dee0df;
	padding: 10px;
	}
	
.listcell {
	border:solid 2px #dee0df;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.bottomcell {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #dee0df;
	border-right-color: #dee0df;
	border-left-color: #dee0df;
	padding:15px;
	}
	
.required {
	border:solid 1px #cc0000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: 10px;
	}

a.requiredlink:link {

	color: #cc0000;
	text-decoration: underline;
}
a.requiredlink:visited {

	color: #cc0000;
	text-decoration: none;
}
a.requiredlink:hover {

	color: #e4960f;
	text-decoration: underline;
}
a.requiredlink:active {

	color: #e4960f;
	text-decoration: underline;
}
		
.hrlist {
	line-height:25px;
	list-style-type: square;
	}
#linkswrapper {
	background-color:#e3e2df;
	background-image:url(../images/wrapper.gif)
	background-repeat:repeat;
	}
