body
{ 
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 

}
.title_text  {font-style: normal;
    font-weight: 400;
		color: #831827;
	line-height: 13px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;}

.title_text a:link {
	text-decoration: underline;
	color: #831827;
	}
.title_text a:visited {
	text-decoration: underline;
	color: #831827;
	}
.title_text a:hover {
  text-decoration: underline;
	color: #831827;
	}
.title_text a:active {
	text-decoration: underline;
	color: #831827;
	}
.title_text2  {font-style: normal;
    font-weight: 400;
	color: #831827;
	line-height: 16px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;}

.title_text2 a:link {
	text-decoration: underline;
	color: #831827;
	}
.title_text2 a:visited {
	text-decoration: underline;
	color: #831827;
	}
.title_text2 a:hover {
  text-decoration: underline;
	color: #831827;
	}
.title_text2 a:active {
	text-decoration: underline;
	color: #831827;
	}
.medium_text  {font-style: normal;
    font-weight: 400;
	color: #2D3013;
	line-height: 17px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;}

.medium_text a:link {
	text-decoration: underline;
	color: #333333;
	}
.medium_text a:visited {
	text-decoration: underline;
	color: #333333;
	}
.medium_text a:hover {
  text-decoration: underline;
	color: #333333;
	}
.medium_text a:active {
	text-decoration: underline;
	color: #333333;
	}
.largered_text  {font-style: normal;
    font-weight: 500;
		color: #993333;
	line-height: 18px;
    font-size: 13pt;
    font-family: arial,verdana;}
	
.red_text  {font-style: normal;
    font-weight: 400;
		color: #993333;
	line-height: 18px;
    font-size: 11pt;
    font-family: arial,verdana;}

.red_text a:link {
	text-decoration: none;
	color: #993333;
	}
.red_text a:visited {
	text-decoration: none;
	color: #993333;
	}
.red_text a:hover {
  text-decoration: underline;
	color: #993333;
	}
.red_text a:active {
	text-decoration: none;
	color: #993333;
	}
	
.copyright  {font-style: normal;
    font-weight: 400;
	color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;}

.copyright a:link {
	text-decoration: underline;
	color: #FFFFFF;
	}
.copyright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	}
.copyright a:hover {
  font-weight: 500;
	text-decoration: underline;
	color: #FFFFFF;
	}
.copyright a:active {
	text-decoration: underline;
	color: #FFFFFF;
	}
.green_small  {font-style: normal;
    line-height: 14px;
    font-weight: 400;
	color: #737a36;
    font-size: 10pt;
    font-family: arial narrow;}

.green_small a:link {
	text-decoration: underline;
	color: #737a36;
	}
.green_small a:visited {
	text-decoration: underline;
	color: #737a36;
	}
.green_small a:hover {
  font-weight: 500;
	text-decoration: underline;
	color: #737a36;
	}
.green_small a:active {
	text-decoration: underline;
	color: #737a36;
	}
.green_big  {font-style: normal;
	line-height: 18px;
    font-weight: 400;
	color: #737a36;
    font-size: 11pt;
    font-family: arial narrow;}

.green_big a:link {
	text-decoration: underline;
	color: #737a36;
	}
.green_big a:visited {
	text-decoration: underline;
	color: #737a36;
	}
.green_big a:hover {
  font-weight: 500;
	text-decoration: underline;
	color: #737a36;
	}
.green_big a:active {
	text-decoration: underline;
	color: #737a36;
	}
a.homebutton { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 66px; /* width of reactive image */
     height: 19px; /* height of reactive image */
     background-image: url(images2/home1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.homebutton:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/home2.jpg); /* source for target image */
     } 

a.button1 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(images2/buttons/button1a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button1:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button1b.jpg); /* source for target image */
     } 
a.button2 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 28px; /* height of reactive image */
     background-image: url(images2/buttons/button2a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button2:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button2b.jpg); /* source for target image */
     } 
a.button3 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 28px; /* height of reactive image */
     background-image: url(images2/buttons/button3a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button3:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button3b.jpg); /* source for target image */
     } 
a.button4 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 28px; /* height of reactive image */
     background-image: url(images2/buttons/button4a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	
a.button4:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button4b.jpg); /* source for target image */
     } 
a.button5 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 28px; /* height of reactive image */
     background-image: url(images2/buttons/button5a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	
a.button5:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button5b.jpg); /* source for target image */
     } 
a.button6 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 28px; /* height of reactive image */
     background-image: url(images2/buttons/button6a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button6:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button6b.jpg); /* source for target image */
     } 
a.button7 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 28px; /* height of reactive image */
     background-image: url(images2/buttons/button7a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button7:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button7b.jpg); /* source for target image */
     } 
a.button8 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 248px; /* width of reactive image */
     height: 29px; /* height of reactive image */
     background-image: url(images2/buttons/button8a.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	
a.button8:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images2/buttons/button8b.jpg); /* source for target image */
	 }  
	 