html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
}
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	color: #41161E;
	text-decoration: none;
	text-align: justify;
	line-height: 140%;
	font-stretch: extra-expanded;
	font-weight: 100;
}

h1, h2, h3, h4 {
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
}
h1 {
	color: #41161E;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	font-size: 140%;
	font-style: italic;
	width: 530px;
	background-color: #E0DFD7;
	font-weight: bold;
}
h2 {
	color: #CD3B29; 
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 6px 0px;
	font-size: 130%;
	font-weight: bold;
}
h3 {
	color: #322922;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 4px 0px;
	font-size: 110%;
	font-weight: bold;
}
h4 {
	color: #000080;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited {
	color: #83251A;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #CD3B29;
	text-decoration: none;
	}

img {
	border: none;
}
ul.notype { 
	list-style-type: none;
 	}	
ul.negativeleft {
	margin-left: -40px;
	list-style-type: url("list1.gif");
	}	
ol {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	}
i {
	color: #254A1A;
	}
b {
	font-weight: bold;
	}	
small {
	font-size: 80%;
	}	

.imgborder {
	border: 1px solid #000000;
  }
.imgfloatright {
	float: right;
	margin: 5px 0px 5px 10px;
	}
.imgfloatleft {
	float: left;
	margin: 5px 10px 5px 0px;
	}
.smallitalic {
	font-size: 80%;
	font-style: italic;
	color: #000080;
	}	
.smallnormal {
	font-size: 90%;
	}	
.width20 {
	width: 20%;
	}	 
.width25 {
	width: 25%;
	}	 
.width33 {
	width: 33%;
	}	 
.width50 {
	width: 50%;
	}	 
.width70 {
	width: 70%;
	}	 
.width80 {
	width: 80%;
	}	 
.width90 {
	width: 90%;
	}	 
.width100 {
	width: 100%;
	}	 
.topline {
	border-top: 1px solid #B3B3B3;
	}
.fullborder	{
	border: 1px solid #B3B3B3;
	}
.noneborder	{
	border: none;
	}
.hacenter {
	text-align: center;
	}	
.haright {
	text-align: right;
	}	
.haleft {
	text-align: left;
	}	
.font80 {
	font-size: 80%;
	}	
.font90 {
	font-size: 90%;
	}	
.fontjustify {
	text-align: justify;
	}	
.ta_left {
	text-align: left;
	}
.ta_center {
	text-align: center;
	}
.ta_right {
	text-align: right;
	}		
.borderOn {
	border: 1px solid #B3B3B3;
	}
.borderOff {
	border: none;
	}
	
.innerleft {
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #B3B3B3;
	font-weight: 100;
	}	
.innerright {
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	font-weight: 100;
	}
.boxleft {
	padding: 0px;
	margin: 5px 10px 5px 0px;
	float: left;
	text-align: left;
	}	
.boxright {
	padding: 0px;
	margin: 5px 0px 5px 10px;
	float: right;
	text-align: left;
	}
.textbox {
	position: static;
	margin: 0px 14px 0px 14px;
	padding: 5px 10px 5px 10px;
	width: 530px;
	border: none;
	text-align: justify;
}
.textbox i {
	color: #1D3448;
}


/* Small menu for inpage navigation */
#smallmenu { 
	top: 3px; left: 0px;
	width: 570px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	border-bottom: 1px solid #7F7F7F;
	} 
#smallmenu ul {
	list-style: none; 
	margin: 0; 	
	padding: 1px 0px 1px 0px; 
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	} 
#smallmenu li { 
	display: inline;
	} 
#smallmenu li a { 
	padding: 6px 10px 4px 10px; 
	color: #4C4C4C; 
	text-decoration: none; 
	}
#smallmenu li a:hover { 
	color: #A53822;
	background: none;
	}





