/* global styles */

body { font-family: verdana, arial, helvetica, sans-serif ; 
	margin: 0px ;
    font-size: 10px ; 
	color: #666 ; 
	background-color: #FFF ;
	}

p, ul, ol, td, blockquote { font-family: verdana, arial, helvetica, sans-serif ; 
    font-size: 11px ; 
	line-height: 15px ;
	margin-top: 0px ;
	margin-bottom: 10px ;
	color: #666 ; 
	}

h1 { font-family: arial, helvetica, sans-serif ; 
    font-size: 24px ; 
    font-weight: normal ;
	color: #bf1f0b ; 
	margin: 0px ;
	padding-bottom: 5px ;
	}
	
h2 {
	font-family: arial, helvetica, sans-serif ; 
    font-size: 18px ; 
    font-weight: normal ;
	color: #666 ; 
	margin: 0px ;
	}

blockquote {
	font-style: italic ;
	margin: 1em 2em ;
	}

img {
     font-size: 10px; 
	}

.caption {
	font-size: 10px ; 
	font-style: italic ;
	line-height: 12px ;
	color: #666 ; 
	}
	
.inset {
	font-size: 10px ; 
	line-height: 12px ;
	}

.nav { 
	font-size: 10px ; 
    font-weight: bold ;
	line-height: 13px ;
	color: #666 ; 
	}
	
.sm {
	font-size: 10px ; 
	line-height: 12px ;
	color: #666 ; 
    font-weight: normal ;
	}
	
#footer { 
	font-size: 10px ; 
    font-weight: bold ;
	line-height: 13px ;
	color: #666 ; 
	}

