P {
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 color: #323232;
		text-align: justify;
	padding: 2px;
	margin: 0px 0px 0px 0px;
		
}
PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;
}

H1 {	
		font-size: 16px;
		text-align: left;
		color: #6E4414;
}
H2 {	
		font-size: 13px;
		text-align: left;
		color: #6E4414;
}
H3 {	
		font-size: 12px;
		text-align: left;
		color: #6E4414;
}
H4 {	
		font-size: 11px;
		text-align: left;
		color: #6E4414;
}
H5 {	
		font-size: 10px;
		text-align: left;
		color: #6E4414;
}

hr {
	color: #6E4414;
	height: 1px;
	clear: both;
}

ul {
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
}



a:link, a:visited, a:active {
	text-decoration: none;
	color: #184E6F;
}

a:hover  {
	text-decoration: none;
	color: #61A2CA;
}



.even {
	background-color: #e5ebef;
	
}
.odd {
	background-color: #92bfd8;
}
.white{
	color: white;
}

.center{
	text-align: center;
}

.middle{
	text-align: center;
}
.middle{
	vertical-align: middle;
}
.left{
	float: left;
}
.right{
	float: right;
}
.info{
	background: url(images/info.gif) no-repeat left top;
	padding: 0px 30px;
	height: 20px;
	font-weight: bold;
	}
.warning{
	background: url(images/exclamation.gif) no-repeat left top;
	padding: 0px 30px;
	height: 20px;
	}
.back{
	background: url(images/back.gif) no-repeat left top;
	padding: 0px 30px;
	height: 20px;
	font-weight: bold;
	color: blue;
}
.add{
	background: url(images/info.gif) no-repeat left top;
	padding: 0px 30px;
	height: 20px;
	font-weight: bold;
	color: blue;
}

img {
	border: none;
}

		


	
