/*   Beginner-Triathlon-Training.com CSS   */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Trebuchet MS; 
            font-size: 12px;
            } 

a.menu {    
			font-family: Trebuchet MS; 
            font-size: 16px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Trebuchet MS; 
			font-size: 16px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFA800
			     } 

a.menu_small {    
			font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu_small:hover { 
			font-family: Trebuchet MS; 
			font-size: 13px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFA800
			     }			 		 

a.links {    
			font-family: Trebuchet MS; 
            font-size: 12px; 
			font-weight: bold;
			text-decoration: underline;
			color: #658DA0
            } 

a.links:hover { 
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: underline;
			color: #315363
			     } 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #658DA0;
	   border-width: 1px;
}			 
 
input.fn {
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: none;
			color: #00000
}

input.fs {
			background-color: #E3E3E3;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			padding-right: 2px;
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: normal;
			color: #000000
}

ul.redcheck {list-style-image: url('images/redcheck.gif')}
