/***********************************************/
/* pubstyle.css                          	   */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
	valign: top;
	align: center;
	border: 0px;
}

/******* hyperlink and anchor tag styles *******/
a:link{
	font-family: Arial,sans-serif;
	color: #9f1c28;
	font: 10px;
	text-decoration: underline;
	text-style: bold;
}

a:visited{
	font-family: Arial,sans-serif;
	color: #9f1c28;
	font: 10px;
	text-decoration: none;	
}

a:hover{
	font-family: Arial,sans-serif;
	color: #412C2D;
	font: 10px;
	text-decoration: underline;
	text-style: bold;
}

h1{
 font: 14px strong Arial,sans-serif;
 /*color: #004E33;*/
 color: #AABB88;
 margin: 0px;
 padding: 0px;
}

.style1 {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666633;
}
.style2 {
	font-family: Arial,sans-serif;
	text-indent: 1.0em;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}
.style3 {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 1.0em;
}
.style4 {
	padding-left: 10;
}

.picright { 
	float: right;
	padding-top: 10px; 
	padding-left: 10px;
	padding-bottom: 10px; 
	padding-right: 10px;
}

.picleft { 
	float: left;
	padding-top: 10px; 
	padding-left: 10px;
	padding-bottom: 10px; 
	padding-right: 10px;
}

p {
		padding-left: 10;
		align: left;
}
-->
