/* CSS Document */

body{
	background:url(../images/bg1.jpg);
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
}

/* undo some default styling of common (X)HTML browsers
 ************************************************************/
    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
     fieldset,input,label,div,dd,dt,dl,tr,td,img,hr,table,td,tr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

a.siteLink:link, a.siteLink:visited, a.siteLink:active
{
	color:#963;
}
a.siteLink:hover
{
	color:#963;
	text-decoration:underline;
}
	

span.pagetitle
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#A25739;
font-weight:300;

}
		
a.print:link, a.print:visited, a.print:active
{	
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
				
a.print:hover	
{	
	text-decoration:underline;
	color:#000000;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
a:link, a:visited, a:active
{
	color: #A25739;
	text-decoration: none;
}	

a:hover 
{
	text-decoration: underline;
	color: #A25739;
}


td.formcontent
{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#000000;
 padding-top:5px;
 padding-right:5px;
 padding-left:10px;
}


form
{
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
form.label
{
font-size:12px;
}

span.req
{
color:red;
font-size:18px;
vertical-align:top;
font-weight:bold;
}
