body {
	background:url(pict/mainbg.gif);
	background-color: #a6c5ce;
	color: #000000; 	
	margin-left: 0px;
	margin-top: 10px;
}

.main {
	margin-left: 215px;
	margin-right: 20px;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	padding-bottom: 50px;
}

.navigation {
	float: left; 
	width: 200px;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}

.navbtn {
	height: 43px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.infopnl {
	margin-top: 8px;
	width: 180px;
	height: 160px;	
}

.logopnl {
	margin-top: 0px;
	margin-bottom: 8px;
	width: 180px;
	height: 85px;
}

.header {
	background-color: #f8f8f8;
	color: #000060; 
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
	font-family: Times New Roman;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

.chapter {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.backlnk {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 0px;
}

.backlnk a:link {
	text-decoration: none;
}

.backlnk a:visited {
	text-decoration: none;
}

.backlnk a:active {
	text-decoration: none;
}

.backlnk a:hover {
	text-decoration: underline;
}

.stoplnk {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.demo {	
	float: right;
	padding: 0px;
	margin: 0px;	
}

textarea {
	border-width: medium;
	border-style: double;
	border-color: #77969f;
	margin: 0px;
	padding: 5px;
	background-color: #f8f8f8;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 120px;
	width: 250px;
	cursor: default;
}

td {
	padding-left: 25px;
	padding-bottom: 20px;
	font-family: Verdana, Arial;
	font-size: 14px;
	text-align: left;
}

a:link {
	color: #0000f0;
}

a:visited {
	color: #000080;
}

a:active {
	color: #ffff00;
}


