/********************************************************************************************/
/* 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, input, select, textarea {
	font: normal normal 12px Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

.home p {color: #fff;}

/* Lists */
ul, ol, li {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px; 
	color: #9C2129;
}
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 {
	font-size: 14px;
	color: #9C2129; 
}	
h5 { font-size: 12px; }
h6 {
	font-size: 10px;
	color: #9C2129; 
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #9C2129;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #9C2129;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9C2129;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: none;
	color: #353535;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

.bookmark {color:#353535;} 
a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Image <img /> specific classes */
img.HomeImage { display: block; padding: 0px; margin: 0px; }