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

body{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url("images/bkg2.png")
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	html {
scrollbar-base-color: #D7B289;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #EFC69A;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
}

html {
scrollbar-base-color: #D7B289;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #EFC69A;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
	valign: top;
	align: center;
	font: "Courier New", Courier, mono;
	font-size: 10px;
}

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

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

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

h1{
 font: 10px 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;
}

textarea {
	overflow: hidden;
}
-->
