﻿body 
{
    font-family: 'Trebuchet MS', Tahoma, Verdana, courier;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	background-color:White;
	
}

.otherrow 
{
    background-color: #eaeaea;
}

.blocked
{
    letter-spacing:2px; word-spacing:2px; line-height:20px;
}

.smallcaps 
{
    font-variant:small-caps;
}

.h16 
{
  line-height:16px;  
}

.h18 
{
  line-height:18px;  
}

.h20 
{
  line-height:20px;  
}

.h22 
{
  line-height:22px;  
}

.h24 
{
  line-height:24px;  
}

.h26 
{
  line-height:26px;  
}

.h28 
{
  line-height:28px;  
}

.h30 
{
  line-height:30px;  
}

.l-space1
{
  letter-spacing:1px;  
}

.l-space2
{
  letter-spacing:2px;  
}

.w-space2
{
  word-spacing:2px;  
}

a:link 
{
    color: #2d86be;
    text-decoration:underline;
}

a:hover
{
    color: #2d86be;
    text-decoration:none;
}

a:visited
{
    color: #2d86be;
    text-decoration:underline;
}


.f10
{
    font-size: 10px;
}

.f11
{
    font-size: 11px;
}

.f12
{
    font-size: 12px;
}

.f12 a:link 
{
    font-size: 12px;
    color: #2d86be;
}

.f12 a:hover
{
    font-size: 12px;
    color: #2d86be;
    text-decoration:none;
}

.f16
{
    font-size: 16px;
}

.f16 a:link 
{
    font-size: 16px;
    color: #2d86be;
}

.f16 a:hover
{
    font-size: 16px;
    color: #2d86be;
    text-decoration:none;
}

.black
{
    color: black;
}

.blue
{
    color: #2d86be;
}

.white
{
    color: white;
}

.offwhite
{
    color: #bebebe;
}

.red
{
    color: red;
}

.gray
{
    color: #515151;
}

.lightgray
{
    color: #808080;
}

.light
{
    color: #eaeaea;
}


.bold
{
    font-weight:bold;
}

.u
{
   text-decoration: underline;
}

.i
{
    font-style:italic;
}

.text8
{
 font-size: 8px; 
}

.text9
{
 font-size: 9px; 
}

.text10
{
 font-size: 10px; 
}

.text11
{
 font-size: 11px; 
}

.text12
{
 font-size: 12px; 
}

.text13
{
 font-size: 13px; 
}

.text14
{
 font-size: 14px; 
}

.text16
{
 font-size: 16px; 
}

.text18
{
 font-size: 18px; 
}

.text20
{
 font-size: 20px; 
}

.text22
{
 font-size: 22px; 
}

.text24
{
 font-size: 24px; 
}

.text26
{
 font-size: 26px; 
}

.text28
{
 font-size: 28px; 
}

.text30
{
 font-size: 30px; 
}

.text34
{
 font-size: 34px; 
}

.text38
{
 font-size: 38px; 
}

.text40
{
 font-size: 40px; 
}

.section
{
   background-position: bottom; 
   /*border: solid 1pt #e0e0e0;*/
   border: solid 1px #4d763e; /* #7c1212; */  /* #992f2f; */
   background-image: url(images/img_back_grad1.jpg); 
   background-repeat: repeat-x; 
   background-color: #ffffff;
   padding:10px;
   margin:0px;
   text-align:left;
}




