/* CSS Document */
p {
	font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #858178;
	font-style: normal;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 3px;
	margin-top: 3px;
}
h1 { font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif; color: #858178 }
h2 { font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif; font-size: 150%; color: #858178 }
h3 { font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif; color: #858178 }
h4 { font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif; color: #858178 }
h5 { font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif; color: #858178 }
h6 { font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif; color: #858178 }

body {
	background-color: #271e15;
	margin: 0px 0px 0px 0px;
}
body,td,th	 { 
				margin-top:0px;
				margin-left: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffbb;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ffffbb;
}
.left {
	text-align: left;
}
.centered {
	text-align: center;
}
.right {
	text-align: right;
}
.nav {
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.nav a:link {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFCC;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
}
.nav a:visited {	
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
.nav a:hover {	
	color: #FFFFCC;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
	background-color: #CCCCCC;	
}
.caption {
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.initcap {
	font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif;
	font-size: 16pt;
	color: #858178;
	font-style: normal;
	font-weight: normal;
}
.large {
	font-family: Lucida Calligraphy, Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	color: #858178;
	font-style: normal;
	font-weight: normal;
}
.figleft {
       float: left;
       padding: 10px;
}
.figright {
       float: right;
       padding: 10px;
}