

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


td { vertical-align: top; } 
		
.ten {height: 10px;}
		
.twentyfive {height: 25px;}

.thirtyfive {height: 35px;}


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

.style1 {font-size: 12px;
font-weight: bold;}

.style2 {font-size: 18px;}

.style3 {font-size: 10px;
}

.style4 {font-size: 16px;}

.style5 {font-size: 24px;
}

.style6 {font-size: 14px;
}



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

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

a:visited {   			/* Link you have been to */
color: #ed261c; 
text-decoration: underline; 
} 

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