/*

 Common styles for screen, print and handheld media
 
*/

body {
	font-family: Verdana;
	text-align: left;
	color: #1f0012;
}

a:link, a:visited, a:hover, a:focus, a:active {
	color: #1f0012;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/*
#content-main {
	font-size: 85%;
	line-height: 1.5em;
}
*/


h1 {
	font-size: 137%;
	line-height: 1.03125em;
	margin: 1.03125em 0 1.03125em 0;
}

h2 {
	font-size: 114%;
	line-height: 1.1em;
	margin: 1.1em 0 1.1em 0;
}

h3 {
	font-size: 107%;
	line-height: 1.17857em;
	margin: 1.17857em 0 1.17857em 0;
}

h4 {
	font-size: 100%;
	line-height: 1.26923em;
	margin: 1.26923em 0 1.26923em 0;
}

h5 {
	font-size: 92%;
	line-height: 1.375em;
	margin: 1.375em 0 1.375em 0;
}

h6 {
	font-size: 85%;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
}



dt,dd,li,pre,p,blockquote,th,td {
	font-size: 85%;
	line-height: 1.5em;
}

dd p, li blockquote, li p, blockquote p, li blockquote p {
	font-size: 100%;
}


p, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
}

ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}

ol li {
	margin-left: 1.8em;
	list-style-type: decimal;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em; 
}

strong {
	font-weight: bold;
}

em	{
	font-style: italic;
}

cite {
	font-weight: bold;
}

/*
,form,fieldset

*/