body{
	background-image:url(../assets/images/bg.png);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	color:#333333;
	font-family: arial, sans-serif;
    /*line-height: 17px;*/		/*set the leading 2-5pt larger than the type size*/
	/*font-size: 12pt;*/ 		/*Same as p size*/	
}


/*This is to emphansis something.  Use only one though at a time*/
/*
span {  
    font-style: italic;  
}  
h1 {  
    font-weight: bold;  
}  
h2 {  
    text-transform: uppercase;  
}    
b {  
    font-variant: small-caps;  
}
*/
span {  
    font-style: italic;  
}  
/*End of emphansis*/


a:focus{outline:1px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}


/*SCALE: 6, 7, 8, 9, 10, 11 , 12, 14, 16, 18, 21, 24, 36, 48, 60, 72*/
h1{font-size:24px;}
h2{font-size:24px;}
h3{font-size:21px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
p {font-size:12px; line-height: 15px; text-align:left; margin-bottom:10px}


/*List styling*/
ol{list-style:decimal}
ul{list-style:square}
li{margin-left:30px}
/*End List styling*/

.clear {clear:both;}
  


