﻿/*------------------------------------
     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: #000000;
}

h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 17px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 15px; font-weight: normal; }
h5 { font-size: 14px; font-weight: normal; }
h6 { font-size: 12px; font-weight: bold; }

h1 {
	padding-bottom: 5px;
	color: #F71B45;
}

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: #F71B45;
	outline: 0px;
}

a img {
	border: 0px;
}

hr {
	height: 2px;
	margin: 8px 0px 8px 0px;
	border: none;
	background: url(../images/design/line.gif) repeat-x center top;
}