/* 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 {
/*moved to tinymcestyles*/
}
h2 {
/*moved to tinymcestyles*/
}
h3 {
/*moved to tinymcestyles*/
}
h4 {
/*moved to tinymcestyles*/
}
h5 {
/*moved to tinymcestyles*/
}
h6 {
/*moved to tinymcestyles*/
}
ol {
	list-style: decimal;
}
ul {
	list-style-type: disc;
}
ul li {
	margin-left: 18px;
	padding-left: 0.5em;
	font-size: 1.2em;
	color: #333;
}
ol li {
	margin-left: 25px;
	padding-left: 0.5em;
	font-size: 1.2em;
	color: #333;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:20px
}
abbr, acronym {
	cursor: help;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}
