type="text/css"

null			{}

body			{font-family: Arial; font-size:  8pt; color: black; background-color: #f5deb3; height: 768px; width: 800px; }
p				{font-family: Arial; font-size:  8pt; margin-left: 5px ; margin-right: 5px ; }
h2,h3,h4		{font-family: Arial; font-size: 14pt; font-weight: bold; text-align: center; }
td				{font-family: Arial; font-size:  8pt; }

.cent			{text-align: center; }
.bold			{font-size: 10pt; font-weight: bold; }
.boldr		{font-size: 10pt; font-weight: bold; color: red; }
.bold_cen	{font-size: 10pt; font-weight: bold; text-align: center; }
.bld_cen_lg	{font-size: 12pt; font-weight: bold; text-align: center; }
.italic		{font-style: italic; }
.pad			{position: relative; left:  25px; }
.pad1			{position: relative; left:  50px; }
.pad2			{position: relative; left: 100px; }
.pad3			{position: relative; left:  10px; }
.pad4			{position: relative; left: 200px; }
.pad5			{position: relative; left: 150px; }
.pad6			{position: relative; left:  75px; }
.top  		{vertical-align: top; }
.tablw0		{width: 100%; vertical-align: top; }
.tablw5		{width:  90%; vertical-align: top; }
.tablw1		{width:  80%; vertical-align: top; }
.tablw2		{width:  50%; vertical-align: top; }
.tablw3		{width:  90%; vertical-align: top; }
.tablw6		{width:  75%; vertical-align: top; }
.large      {font-size: 12pt; font-weight: bold; }

div.head1	{position:absolute; left:   0px; top:   0px; height: 100px; width: 800px; color: #008080; }
div.head2	{position:absolute; left: 125px; top:   0px; height: 100px; width: 675px; color: #008080; }

div.home1	{
					position:absolute;
					left: 125px;
					top: 110px;
					height:  auto;
					width: 675px;
					text-align: justify;
					background-image: url(../images/wheat_bkg.gif); background-repeat: repeat-y;
				}

div.foot		{
					position: fixed;
					bottom: 20px;
					left: 125px;
					width: 650px;
					text-align: left;
				}

img.right
	{
	float: right; 
	margin-left: 10px;
	vertical-align: top;
	}
