/********************************************************************************************/
/* 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 12px Arial, Tahoma, Sans-serif;
	text-decoration: none;
	color: #666;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px; font-weight: normal; font-style: italic; color: #999; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }	
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Links */
a:link, a:visited {
	font-weight: bold;
	color: #B12A26;
	text-decoration:none;
}

/* Links - hover (onmouseover) */
a:hover {
	color: #f00;
	text-decoration: underline;
}

/* Links */
a:active {
	font-weight: bold;
	color: #B12A26;
	text-decoration:none;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

