/* CSS Document */

#float-250 {
width:250px;
padding:15px; 
float:left;
 }
 
 
 #clear {clear:both;}
 
 

p{ font-family:"trebuchet MS"; font-size:12px; color:#333333; }

default{ font-family:"trebuchet MS"; font-size:12px; color:#333333; }
medium{ font-family:"trebuchet MS"; font-size:10px; color:#333333; }


h1 {
	font-family:"trebuchet MS";
	font-size:16px;
	color:#096;
}

h2 { font-family:"trebuchet MS"; font-size:14px; font-style:bold; }

hr {color: #fff; background-color: #fff; border: 1px dotted #CCCC99  ; border-style: none none dotted; }


a:link { font:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; color:#336633;}
a:href { font:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; color:#336633;}
a:hover { font:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; color:#006633;}
a:visited { font:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; color:#336633;}
a:active {
	font:helvetica;
	text-decoration:none;
	color:#336633;
	font-size: 12px;
	text-align: left;
}
