/*--------------------------------------------------------------------*/
/* Common typography */
/*--------------------------------------------------------------------*/
body {
	background: #7c858d;
}

body, table, td, input, textarea, select, fieldset, legend, a { 
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color: #303030;
}

h1,h2,h3,h4,h5,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #464d6a;	
}

h1 { font-size: 2.4em; line-height: 1.2em; margin-bottom: .3em; }
h2 { font-size: 1.8em; line-height: 1.2em; margin-bottom: .3em;}
h3 { font-size: 1.6em; line-height: 1.2em; margin-bottom: .3em; }

h4, h5, h6 {font-size: 1.2em; line-height: normal; margin-bottom: .3em;}

a { text-decoration: none;}

/*--------------------------------------------------------------------*/
/* Common lists/tables/inputs */
/*--------------------------------------------------------------------*/
li { font-size: 1.2em; }
li li { font-size: 1em;}

ul {list-style-type: none;}
ol, ul { list-style-position: outside;}
table { border-collapse: collapse; font-size: 1.0em; }


