 
 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 color: #000;
 }

body {
background-color: #FFF;
background-image: url("images/paper12.gif");
font-family: Georgia, times, 'times new roman', serif; 
}
	
#wrapper  /* Size of page container  */
{
position: relative;
width: 1100px;
margin: 25px auto;
background-color: #FFF;
background-image: url("images/background40.gif");
border-width: 6px; border-style: double; border-color: #000; border-radius: 25px; /* Double Border */
font-size: 1em;
}

a:link { color: #593232; outline: none;  }
a:active { color: #593232; }
a:visited { color: #593232; outline: none;  }
a:hover { color: red; }

.border { border: 2px solid #000; }

.fleft { float:left; display: block; }

.fright{float:right; display: block; }

.cf:after { content: ' '; display: block; clear: both; }

.width30 { position: relative; width: 30%; margin: 0 auto; }

.width40 { position: relative; width: 40%; margin: 0 auto; }

.width60 { position: relative; width: 60%; margin: 0 auto; }

.width70 { position: relative; width: 70%; margin: 0 auto; }

.width80 { position: relative; width: 80%; margin: 0 auto; }

.width90 { position: relative; width: 90%; margin: 0 auto; }

.pcenter { text-align: center;}
 
.pleft { text-align: left;} 

.pright { text-align: right; }

.vtop { vertical-align: top; }

.hr80  { width:80%; border: 1px solid #000; margin: 0 auto; }

.hr90  { width:90%; border: 1px solid #000; margin: 0 auto; }

.tfont0  /* Text Font */
{ font-size: 1em; font-family: Georgia, times, 'times new roman', serif; }

.tfont1  /* Text Font Bold */
{ font-size: 1em; font-family: Georgia, times, 'times new roman', serif; font-weight: bold; }

.tfont2  /* Text Font Bold */
{ font-size: 1.5em; font-family: Georgia, times, 'times new roman', serif; font-weight: bold; }

.pageheader { font-size: 2.25em; font-family: Tahoma; font-weight : bold; }

.footer /* Used in footer */
{ font-size: .75em; font-family: 'Times New Roman', Times, Georgia, serif; text-align: center;  } 

.footer2 /* Used in footer */
{ font-size: .85em; font-family: 'Times New Roman', Times, Georgia, serif; text-align: center;  } 

.styleI { font-style: italic; }

.styleB { font-weight: bold; } 

