body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;


}

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.pagemark {
	font-size: 18px;
	color: #89B892;
	font-weight: bold;

}

.pagetitle {
	font-size: 24px;
	color: #63B177;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 15px;

}

.pagebox {
	background-color: #ECF9ED;
	padding: 10px;
	border-top: 1px solid #BDC8CE;
	border-right: 1px dashed #BDC8CE;
	border-bottom: 1px solid #BDC8CE;
	border-left: 1px dashed #BDC8CE;
	color: #026992;


}

.footer {
	background-color: #DDEFF4;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BDC8CE;

}
.tdcontentline {
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.pagetitle2 {

	font-size: 24px;
	color: #63B177;
	font-weight: normal;
}
hr {
	color: #DDEFF4;
	height: 0px;
	border-top: 1px solid #DDEFF4;
}
.comments {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
