/********************************************************************************************/
/* 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 12px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul {}

ol {} 

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px; 
	color: #830101;
}

h2 {
	font-size: 18px; 
}

h3 {
	font-size: 16px; 
}

h4 {
	font-size: 14px;
	color: #830101; 
}
	
h5 {
	font-size: 12px; 
}

h6 {
	font-size: 10px;
	color: #830101; 
}

hr{border: 0;
color: #666;
background-color: #666;
height: 1px;
width: 100%;
text-align: left;}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #830101;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #830101;
}	

a:hover {
	text-decoration: none;
	color: #353535;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #830101;
}		

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */


.red {font-weight: bold; color: #830101;}
.black {font-weight: bold; color: #000;} 
