html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin:0;
	padding:0;
	text-align: left;
	background-image: none;
	font-size: 12px;
}
/* Normal link */
a {
	color: #4CA55E;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #3A8148;
	text-decoration: none;
}

/* Heading */
h1 {
	font-size: 180%;
}
h2 {
	font-size: 155%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}
.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}
p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

/* Check list */
ul.petals {
	list-style: none;
}
ul.petals li {
	margin-left: 0px;
	padding: 0 0 5px 20px;
	background-image: url(../images/petals_sml.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
/* Check list */
ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 0px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}
/* Check list */
ul.stars {
	list-style: none;
}
ul.stars li {
	margin-left: 0px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}
/* STYLES FOR JOOMLA! EDITOR */

hr#system-readmore {
	border: red dashed 1px;
	color: red;
}
hr.system-pagebreak {
	border: gray dashed 1px;
	color: gray;
}

