@charset "utf-8";
/* CSS Document */

p, h1, h2, h3, h4, h5, ul, li, label{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

p{line-height:25px; font-size:14px; color:#666; text-indent:20px; letter-spacing:2px; font-weight:100; margin:8px 0 10px 0;}
	p span{ font-weight:bold; font-size:16px;}
    p.margin-bottom{margin-bottom:25px; padding-bottom:25px;}
	
h1{font-size:22px; line-height:30px; color:#06C; letter-spacing:-1px; text-transform:uppercase; font-weight:100; margin:0;}
	h1 span{display:block; font-size:18px; color:#666;}
h2{font-size:18px; line-height:26px; color:#06C; letter-spacing:-1px; text-transform:uppercase; font-weight:100; margin:0;}
	h2 span{font-size:14px;}
	
h4{font-size:12px; font-style:italic; color:#999;}

ul{line-height:25px; color:#666; font-size:14px;  list-style-image:none; list-style:none;}
	ul.categories{margin:15px 0 0 30px; text-align:right; }
	ul.categories li{border-bottom:1px #666 dotted; line-height:20px; display:block; }
	ul.categories li a:link{padding-left:10px; color:#666; text-decoration:none; text-transform:none;}
	ul.categories li a:visited{color:#999; text-decoration:none;}
	ul.categories li a:hover{color:#06c; text-decoration:none;}

ul li strong{text-transform:uppercase; color:#06c;}

.noborder{border:none; padding:inherit;}

/*=================================
Links
*/

a{color:#06C; text-transform:uppercase; text-decoration:underline; }
a:visited{color:#06c; text-decoration:underline;}
a:hover{color:#039; text-decoration:none; text-transform:uppercase;}