﻿/*------------------------------------
     HTML Tags
     
     Used for front end page content and
     admin HTML editor content
------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p, span, div, input, textarea, select, td, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 17px; font-weight: bold; }
h3 { font-size: 17px; font-weight: normal; }
h4 { font-size: 16px; font-weight: normal; }
h5 { font-size: 15px; font-weight: normal; }
h6 { font-size: 14px; font-weight: bold; }

h1, h2, h3 {
	color: #581e59;
}

body, p, span, div, input, textarea, select, td, li {
	font-size: 12px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 0px 1em 0px;
}

form, ul, ol, li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #581e59;
}

a img {
	border: 0px;
}

a[disabled] {
	color: #444444;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #dedede;
}

ul {
	list-style-type: disc;
}