/********************************************************************************************/
/* 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 11px/1.5em Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px;  color: #000000;  }
h2 { font-size: 18px; color: #000000;}
h3 { font-size: 16px; color: #000000;}
h4 { font-size: 14px; color: #000000;}	
h5 { font-size: 12px;color: #000000; }
h6 { font-size: 10px;color: #000000; }

/* Links - default */
a {
	font-weight: bold;
	text-decoration: none;
	color: #7090b7;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}	

/* 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 */
.RedBoldText { font-weight: bold; color: #AC0000; }
.GreenBoldText { font-weight: bold; color: Green; }
.BlueBoldText { font-weight: bold; color: #00019B; }
.BlackBoldText { font-weight: bold; color: #000; }

/* Link <a></a> specific classes */
a.BlackLink { background-color: #000; color: #fff; }

/* Paragraph <p></p> specific classes */
p.blueParagraph { background-color: #ecf4fc; color: #000000 }

/* Table <table></table> specific classes */
table.blueTable { background-color: #7090b7; color: #fff; }

/* Table cell <td></td> specific classes */
td.blueTableCell { background-color: #ecf4fc; color: #000000; }

/* Image <img /> specific classes */
img.BorderedImage { border: solid 5px #f00; }

a.HC   {
    display: block;
    width: 150px;
    height: 260px;
    background: transparent url(/images/HC1.jpg) no-repeat top left;
}
a.RES   {
    display: block;
    width: 150px;
    height: 260px;
    background: transparent url(/images/HC1.jpg) no-repeat top left;
}
a.CON   {
    display: block;
    width: 150px;
    height: 260px;
 background: transparent url(/images/HC1.jpg) no-repeat top left;
}