body { 
background-image: url(images/bkgd.jpg);
background-repeat: repeat-x;
background-color: #2d2c2c;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #222121;
}

td { vertical-align: top; }  


.four {height: 4px; }

.topnavi {height: 5px; }

.ten {height: 10px; }

.fifteen {height: 15px; }

.twentynine {height: 29px; }

.flash {height: 156px; }

.testimony  {height: 142px; }

.footer {height: 38px; }


/****** Styles *******/

.style1 {
color: #ffffff;
font-size: 13px;
font-weight: bold;}

.style2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #a91c1c;
font-size: 18px;
font-weight: bold;}

.style3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #a91c1c;
font-size: 14px;}

.style4 {
font-size: 10px;}

.style5 {
font-size: 14px;}

.style6 {
color: #a91c1c;}

.style7 {
color: #ffffff;
font-size: 14px;
}




/**************** Links ****************/ 

a:link { 				/* Link you haven't been to */
color: #297abc; 
text-decoration: none; 
} 

a:visited {   			/* Link you have been to */
color: #297abc; 
text-decoration: none; 
} 

a:hover {    			 /* Link when you hover */
color: #297abc; 
text-decoration: underline;
} 


/**************** Navi Links ****************/


a.navi:link { 				/* Link you haven't been to */
color: #ffffff; 
text-decoration: none; 
} 


a.navi:visited {   			/* Link you have been to */
color: #ffffff; 
text-decoration: none; 
} 


a.navi:hover {    			 /* Link when you hover */
color: #cecece; 
text-decoration: none;
} 



/************************* Images *************************/ 

img.floatright { 
    float: right; 
    margin: 4px; 
}

