/* CSS Document */
#h1 {
	background-image: url(images/h1.jpg);
	float: left;
	height: 40px;
	width: 490px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.pagetitle {
	float:left;
	width: 480px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0099CC;
}
.pagetex {
	float:left;
	width: 480px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #0099CC;
}
