/* @override http://iconfactory.com/stylesheets/base.css?1171992345 */

/* --------------------------------------------------------------------
	base.css contains basic formatting such as type sizes and colors.
	Used by the main site and the admin site.
   ------------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

img { /* needed for firefox */
	border: 0px;
	}
		
a  { color: #f0383e; text-decoration: none }
	
a:hover  { color: #ed141c; text-decoration: underline }
		
a:visited  { color: #ed141c }
	
	
h3 {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000;
	}
	
h3 a:hover {
	color: #C30;
	}
	
p {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #666;
	}


h4 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	}
	
h5 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
em.date {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #cc3333;
	}

.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: normal;
	}

.paragraphs h3 {
	margin: 15px 0 1px 0;
	}

ul {
	list-style-type: none;
	padding: 0px;
	}

ul li {
	color: #666;
	margin:0;
  	padding:0;
  	}
  	
ol {
	margin-left: 0px;
	padding-left: 30px;
	}
  	
ol li {
	color: #666;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-top: 10px !important;
	}
   
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}





