/* ============================== */
/* COMMON & CUSTOM ELEMENT STYLES */
/* ============================== */

h1, .h1 {
	display:block;
	margin:0px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
	color:#4c4c4c;
	margin-bottom: 6px;
}

h2, .h2 {
	display:block;
	margin:0px 0px 10px 0px;
	font-size:13px;
	font-weight:bold;
	color:#4c4c4c;
	text-transform:uppercase;
}

h3, .h3 {
	display:block;
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#38A832;
	text-transform:uppercase;
}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

img /* To remove borders on linked images */{
	border:none;
}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
}

a {
	color:#0000FF;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

form {
	margin:0px /* This nullifies an IE bug that add a 10px margin to the form tag */ ;
}

/* ================================ */
/* ADDITIONAL CUSTOM ELEMENT STYLES */
/* ================================ */



