/* Basic Typographic Styles */

body { color: #000; font-family: Arial, Helvetica, sans-serif; }

p { font-size: 11px; line-height: 18px; margin: 0; }
	#footer p { font-size: 9px; line-height: 9px; text-align: center; }
	
h1 { font-size: 13px; font-weight: normal; margin: 0 0 5px 0; padding: 0 0 7px 5px; border-bottom: 1px solid #fff; }
h2 { font-size: 12px; line-height: 18px; font-weight: bold; }
h3 { font-size: 16px; line-height: 22px; font-weight: normal; margin-bottom: 40px; padding: 0 10px 0 0; }
h4 { font-size: 16px; line-height: 22px; font-weight: normal; }
h5 { font-size: 13px; font-weight: normal; padding: 0 0 7px 0px; border-bottom: 1px solid #fff; }
		
/* Basic Link Styles */

a { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

/* Some Default Classes */
  
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.last { margin: 0; }
.hidden { display: none; }
.push { margin-bottom: 12px; }
.border_bottom { border-bottom: 3px double #9b9daa; margin-bottom: 12px; padding-bottom: 8px; }