/********************************************************************************************/
/* 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: normal normal 13px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
		color: #961E36;
}

h2 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	padding: 0px;
	margin: 0px; 
	font-weight: normal;
		color: #961E36;
}

h3 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 18px; 
	padding: 0px;
	margin: 0px;
	font-weight: normal;
		color: #961E36;
}

h4 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px; 
	font-weight: normal;
		color: #961E36;
}
	
h5 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px; 
	font-weight: normal;
}

h6 {
	font-size: 10px; 
	padding: 0px;
	margin: 0px;
	font-weight: normal;
		color: #961E36;
}

/* Links - default */
a:link {
	text-decoration: none;
	color: #A3213B;
}

a:visited {
	text-decoration: none;
	color: #A3213B;
}	

a:hover {
	text-decoration: underline;
	color: #A3213B;
}	

a:active {
	text-decoration: none;
	color: #A3213B;
}

.bookmark {} 

a.bookmark:link {}
a.bookmark:active {}
a.bookmark:hover{ text-decoration: none;}
a.bookmark:visited{}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */


