/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */
/* Any CSS defined in this file will be visible to the client in the SiteCM Manager's Editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: 12px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	color: #333;
}

/* Lists */
ul, ol {}

p{	margin: 0 0 8px 0;}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 23px;
	color: #069; 
	padding: 0px;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 18px;
	color: #036;
	padding: 0;
	margin: 0 0 8px; 
}

h3 {
	font-size: 15px; 
	padding: 0;
	margin: 0 0 8px;
}

h4 {
	font-size: 12px;
	color: #036;
	padding: 0px;
	margin: 0 0 8px 0; 
}
	
h5 {
	font-size: 12px;
	padding: 0px;
	margin: 0 0 8px 0; 
}

h6 {
	font-size: 10px; 
	color: #036;
	padding: 0px;
	margin: 0 0 8px 0;
}

/* Links - default */
a:link { font-weight: bold; color: #036; text-decoration: underline; }

a:visited { font-weight: bold; color: #036; text-decoration: underline; }	

a:hover { color: #333; text-decoration: underline; }	

a:active { font-weight: bold; text-decoration: underline; }

a{ outline: none;}
h2 a:link { color: #036; text-decoration: none; }
.bookmark { color:#036; text-decoration: none; } 

a.bookmark:link { color:#036; text-decoration: none; }
a.bookmark:active { color:#036; text-decoration: none; }
a.bookmark:hover{ color:#036; text-decoration: none; }
a.bookmark:visited{ color:#036; text-decoration: none; }

/* Forms */
form { margin: 0 0 8px 0; padding: 0px; }

/* Custom Declarations */
