/**
 * Cascade CSS Framework designed to make life easier
 * global_preset.css
 * 
 * @package cascade css
 * @author Michelle Britton & Chris Cook
 * @version 1.0
 * @copyright Michelle Britton & Chris Cook 2008
 * CSS framework templates modified by Dan Bramall 06/08
 */
 
body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #7F9DB9; /*standardise the border colour of input elements*/
	font-size:1em!important;
	vertical-align:top; /*removes a bug in FF where input elements have extra margin applied by the browser*/
}


ul {font-size:1.2em;}
ol {font-size:1.2em;}
p  {font-size:1.2em;}
q  {font-size:1.2em;}
td {font-size:1.2em;}
th {font-size:1.2em; font-weight:bold}
p, ul, ol {margin:0; padding:0 0 18px 0;}

h1 {font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size:3.4em; font-weight:bold; margin-bottom:0.353em;}
h2 {font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size:2.6em; margin-bottom:0.384em;}
h3 {font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size:1.8em; margin-bottom:0.555em;}
h4 {font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size:1.6em; font-weight:bold; margin-bottom:0.312em;}
h5 {font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size:1.4em; font-weight:bold; margin-bottom:0.357em;}
h6 {font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-size:1.4em; margin-bottom:0.357em;}

blockquote {color:#666; font-style:italic; margin: 0 0 18px 18px;}
strong {font-weight:bold;}
em     {font-style:italic;}

a{text-decoration:none;}

  