/********************************************************************************************/
/* 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 */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 13px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #333333;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 18px; color: #009AA6; }
h2 { font-size: 16px; color: #009AA6; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }	
h5 { font-size: 13px; color: #89BE40; }
h6 { font-size: 13px; color: #009AA6; font-weight: normal; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #009AA6;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */