/********************************************************************************************/
/* 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: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #537ead;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000; 
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000; 
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #537ead;
	text-align: left;
}
	
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: normal; 
}

h6 {
	font-size: 10px; 
	color: #000;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0379fb;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #09F;
}

a:hover {
	text-decoration: none;
	color: #0379fb;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */