﻿.foo {} /* Wc3 Standards require a class to be first on stylesheets */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Content Layout StyleSheet - [Company]
*              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: 11px; }
p		{ margin-bottom: 15px; }
ul, ol	{ list-style-position: inside; }
ul		{ list-style-type: disc; margin-bottom: 10px; }
h1		{ color: #333; font-size: 14px; text-transform: uppercase; }
h2		{ color: #6953A3; font-size: 12px; margin: 5px; }

/* -- TinyMCE STYLES -- */
.heading_1	{ font-weight: bold; color: #6953A3; display: inline; }
.heading_2	{ font-size: 14px; font-weight: bold; }