/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {text-align:left; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:62.5%; line-height:1em; color:#333;}
	div {font-size:1em;}
	img {border:none;}
	
/* LINKS */
	a,a:link a:active {color:#D90004;	text-decoration:none; font-weight:bold;}
	a:visited {}
	a:hover {color:#FFF; text-decoration:underline;}
/* END LINKS */
	
/* HEADINGS */
	h1 {font-size:1.6em; line-height:1.5em; margin:0px 0px 0px 20px;	color:#FFF; background-color:#D90004; border-top:3px solid #333; border-right:3px solid #222;}
  /*h1:before {content:url('/_images/corner.gif'); margin-left:-20px; height:24px;}*/
	h2 {font-size:1.5em; line-height:1.5em; margin:0 0 0.5em 0; padding:0; color:#FFF;}
	h3 {font-size:1.1em; line-height:1.3em; margin:0px; padding:0px; color:#FFF;}
	h4 {font-size:1.2em;	line-height:1.3em; margin:0 0 0.25em 0; padding:0; color:#000;}
	h5 {font-size:1.1em;	line-height:1.3em; margin:0 0 0.25em 0;	padding:0; color:#000;}
	h6 {font-size:1em;	line-height:1.3em; margin:0 0 0.25em 0; padding:0; color:#000;}
/* END HEADINGS */

/* TEXT */
	p,address {font-size:1.1em; margin:0 0 1em 0; padding:0; line-height:1.4em;	}
	blockquote {border-left:10px solid #ddd; margin-left:10px;}
	pre {font-family:monospace; font-size:1em;}
	strong,b {font-weight:bold;}
	em,i {font-style:italic;}
  code {font-family:'Courier New',Courier,monospace; font-size:1em; white-space:pre;}
  abbr {border:none;}
/* END TEXT */
	
/* LISTS */
	ul {line-height:1.4em; margin:0 0 1.5em 0; padding:0;}
	ul li {margin:0 0 0.25em 30px; padding:0;}
	ol {font-size:1.1em; line-height:1.4em; margin:0 0 1.5em 0; padding:0;}
	ol li {font-size:1.1em; margin:0 0 0.25em 30px; padding:0;}
	dl {margin:0 0 1.5em 0; padding:0; line-height:1.4em;}
	dl dt {font-weight:bold; margin:0.25em 0; padding:0;}
	dl dd {margin:0 0 0 30px; padding:0;}
/* END LISTS */
	
	
/* TABLE */
	table {font-size:1em; margin:0 0 1.5em 0; padding:0;}
	table caption {font-weight:bold; margin:0 0 0 0; padding:0 0 1.5em 0;}
	th {font-weight:bold; text-align:left;}
	td {font-size: 1.1em;}
/* END TABLE */	
	
	
	div.hr {height:1px; margin:1.5em 10px; border-bottom:1px dotted black;}
	
/* END TYPOGRAPHY */