/* font <style> <variant> <weight> <size>/<lineheight> <family> */

body {
	font: normal normal normal 62.5%/1.6 Arial, Helvetica, sans-serif; /* sets 1em = 10px in most browsers */
}
hr {
	border:0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p {
	font-size: 1.2em;
	color: #333;
}
address {
	font-size: 1.2em;
	font-style: italic;
	color: #333;
}
li address {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	color: #06C;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px #06C solid;
}
h2 {
	font-size: 1.6em;
	color: #333;
}
h3 {
	font-size: 1.4em;
	color: #333;
}
h4 {
	font-size: 1.3em;
	color: #333;
}
h5 {
	font-size: 1.2em;
	color: #333;
}
h6 {
	font-size: 1.2em;
	color: #666;
}
ol {
	list-style: decimal;
}
ul {
	list-style-type: disc;
}
ul li {
	margin-left: 18px;
	padding-left: 0.5em;
	font-size: 1.2em;
	color: #333;
}
li ul li {
	font-size: 1.0em;
}
ol li {
	margin-left: 25px;
	padding-left: 0.5em;
	font-size: 1.2em;
	color: #333;
}
li ol li {
	font-size: 1.2em;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:20px
}
acronym, abbr {
	cursor: help;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

