/********************************************************************************************/
/* 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 10pt/1.6em Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #666666;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { color: #003366; font-family: Verdana; font-size: 14pt; padding: 8px 0; font-weight: normal; font-style: italic; border-top: dashed 1px #ccc; border-bottom: dashed 1px #ccc; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }	
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
	color: #800000;
}	



/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */