/* --- PAGE PROPERTIES --- */

html {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	color: #2b3034;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
p {
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

/* --- A LINK ELEMENTS --- */

a:link, a:visited {
	color: #009933;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: none;
}

/* --- FOOTER --- */

.footer {
	width: 660px;
	clear: both;
	height: 80px;
	margin: 0px;
	padding: 20px 50px 10px 50px;
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- MENU --- */

.topMenu {
	clear: both;
	margin: 0px;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.leftMenu {
	clear: both;
	margin: 0px;
	text-align: left;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- CONTENT --- */

.chapterText {
	text-align: justify;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
	color: #006633;
}
.titleText {
	text-align: justify;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}
.subtitleText {
	text-align: justify;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}
.subtitleText-underln {
	text-align: justify;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
	color: #006633;
}
.tableText-white {
	text-align: justify;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.stdText-small {
	text-align: justify;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.stdText {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.stdText-underln {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.stdText-bold {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.stdText-blue {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000FF;
}
.stdText-darkred {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #660000;
}
.stdText-red {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF0000;
}
.stdText-green {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006633;
}
.stdText-white {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.dateText {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.webcntText {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cpRight {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
