/* Global Declarations - will display in SiteCM Editor */

body, td, p {
	font: normal 11px Arial, Tahoma, Sans-Serif;
	color: #333333;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font: normal 20px Arial, Tahoma, Sans-Serif;
	color: #D62826;
	margin-bottom: 10px;
}

h2 {
	font: bold 18px Arial, Tahoma, Sans-Serif;
	color: #cc0000;
}

h3 {
	font: bold 14px Arial, Tahoma, Sans-Serif;
	color: #353535;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font: bold 16px Arial, Tahoma, Sans-Serif;
	color: #660000;
}
	
h5 {
	font: bold 11px Arial, Tahoma, Sans-Serif;
	color: #999;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
	
h6 {
	font: bold 14px Arial, Tahoma, Sans-Serif;
	color: #660000;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #D62826;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}