/* CSS Document */

thead { 
	display: table-header-group; 
}

tbody { display: table-row-group; }

tfoot { display: table-footer-group; }

H1 {
	font-family: "Geometr231 Hv BT", Bookman, Arial;
	font-size-adjust: none;
	color:#663399;
	text-decoration:none;
	size:15px;
}
	
H2 {
	font-family: "Geometr231 Lt BT", Bookman, Arial;
	font-size-adjust: none;
	color:#669933;
	text-decoration:none;
	size:18px;
}

H3 {
	font-family: "Geometr231 Lt BT", Bookman, Arial;
	color:#663399;
	text-decoration:none;
	size:17px;
}

H4 {
	font-family: "Geometr231 Lt BT", Bookman, Arial;
	font-size-adjust: none;
	color:#669933;
	text-decoration:none;
	size:16px;
}

.heading4 {
	font-family: "Geometr231 BT", Bookman, Arial;
	color:#669933;
	text-decoration:none;
	size:15px;
}

.heading5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#663399;
	text-decoration:none;
	size:11pt;
}

.tabletitle {
	font-family: "Geometr231 BT", Bookman, Arial;
	color:#663399;
	text-decoration:none;
	size:10px;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}

.pagebreak {
	page-break-before: always;
}

#footer {        
	height:50px;    
	text-align:center;
	vertical-align: bottom;
	position:fixed;   
} 

.footer1 {
	font-family:"Geometr231 BT", Bookman, Arial;
	color:#663399;
	font-size:12px;
	text-align:center;
}

.footer2 {
	font-family:"Geometr231 BT", Bookman, Arial;
	color:#669933;
	font-size:10px;
	text-align:center;
}

.cover {
	font-family: "Geometr231 Lt BT", Bookman, Arial;
	color:#663399;
	text-decoration:none;
	font-size:30px;
}

th {
	background-color: #E8E2EC;
}


hr {
  border: 0;
  width: 100%;
  color: #663399;
  height: 1pt;
}

ul {
	list-style-image: url(images/bullet.jpg);
	font-family: Arial;
	font-size: 11pt;
	line-height: 25px;
}

UL UL LI {
	list-style-image: url(images/bullet2.jpg);
	font-family: Arial;
	font-size: 11pt;
}

ol {
	font-family: Arial;
	font-size: 11pt;
	line-height: 25px;
}

.book_footer {
	font-family:Arial;
	color:#666666;
	font-size:10px;
}
#contentMain {
	padding: 10px 20px 5px;
}

