﻿.foo {} /* Wc3 Standards require a class to be first on stylesheets */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Content Layout StyleSheet - Hannan-Ryan
*              Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the content css styles for the entire project.
*   All subpage styles, links, forms, and other non-layout items can be found in 
*   their respective style sheets.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* { margin: 0px; padding: 0px; }
body
{
	font-size: 12px; 
	color: #35506B !important; 
    	font-family: Arial, Helvetica, Sans-Serif;
}
p { margin-bottom: 15px; }
ul, ol { list-style-position: inside; }
ul { list-style-type: square; margin-bottom: 10px; }

.heading_1 
{
	color: #35506B; 
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.heading_2
{
	color: #35506B; 
	font-size: 14px;
	font-weight: bold;
}
