﻿﻿*  
{ 
/* IMPORTANT: If this stylesheet is content managed, then the first style definition will be ignored. This is here to work around that. */ } 

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #384640;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-style:italic;
	font-size:22px;
	color: #a31d2a;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif; 
	color: #a31d2a;
	font-size:16px;
	font-weight:700;
	font-style:italic;
	margin-bottom: 20px;
	text-transform:uppercase;
}
 
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #a31d2a;
	font-size:14px;
	font-weight:700;
}

h4 {
	font-family:Arial, Helvetica, sans-serif; 
	color: #384640;
	font-weight: 400; 
}
 
h5 {
	font-family:Arial, Helvetica, sans-serif; 
	color: #384640; 
	font-weight: 700; 
}

p {
	font-family:Arial, Helvetica, sans-serif;
	
	color:#384640;
	font-size:12px;
	
	margin: 10px 0 10px 0;
	line-height: 1.5em;
}

a { 
	color: #29abe2; 
	text-decoration: none; 
}
 
a:hover {
	text-decoration: underline; 
}

label {
	font-family:Arial, Helvetica, sans-serif;
	color: #384640;
	font-size:12px;
	font-weight:700;
}

strong { 
	font-weight: bold;
	color: #a31d2a;
}
 
em  
{ 
font-style: italic; 
}

li {
	line-height: 1.75em;
	font-size:12px;
}