
body {
	font:normal 80% Georgia, Times, serif;
	color: #333333;
	background: #fcfcfc;
	word-wrap: break-word; /*IE floated element stretch-to-fit-text fix*/
}

div, h1, h2, h3, h4, h5, h6, p, ul, ul ul, li,li li, ol, td {
	font-size:1em;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.3em;
	
}

h1 {
	font-size:218%;
}

h2 {
	font-size:180%;
}

h3 {
	font-size:145%;
	color:#0B6E21;
}

h4 {
	font-size:125%;
}

h5, dt {
	font-size:115%;
}

h6 {
	font-size: 100%;
}

p {
	font-size:1em;
	line-height:140%;
	margin:0 0 1em;
}

a {
	color:#333333;
}

cite {
	font:normal italic 1em/1.5em Arial, Helvetica, sans-serif;
}

.bold, strong {
	font-weight: bold;
}

em {
	font-weight: italic;
}

dt {
	display:block;
	font-weight: bold;
	}