body	{
      	background-image: url('../_images/bg.jpg');
      	background-repeat: repeat-xy;
	margin: 0 !;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	}
	
.heading {
      	font-size:18px;
      	font-weight:600;
      	color: #12303e;
      	align: justify
	}
	

.copy	{
	vertical-align: top;
	font-size: 14px;
	text-align: justify;
	}
	
.boldcopy{
	vertical-align: top;
	font-weight: 700;
	font-size: 14px;
	text-align: justify;
	}

.smallcopy {
	vertical-align: top;
	font-size: 10px;
	}
	
img     {
        border:0;
        margin: 0;

        }

.imgright {
        float: right;
        margin: 5 0 5 15;
        }

.imgleft {
        float: left;
        margin: 5 15 5 0px;
        }


A:link	  {color: #591226; } 
A:visited {color: #591226; } 
A:hover	  {color: #13303e; cursor:hand;}



.formmessage {
	font-weight: 700;
	font-size: 14px;
        color: #591226;
	vertical-align: top;
 	white-space:nowrap;
       }
        
.formlabel {
        font-size: 12px;
        color: #12303e;
	vertical-align: top;
        width: 150px;
 	white-space:nowrap;
       }

.forminput {
        font-size: 12px;
        }

.forminputtiny {
        font-size: 12px;
        width: 45px;
        }

.forminputshort {
        font-size: 12px;
        width: 125px;
        }
        
.forminputmed {
        font-size: 12px;
        width: 200px;
        }

.forminputlong {
        font-size: 12px;
        width: 300px;
        }










