/********************************************************************************************/
/* 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 Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px;  
	color: #556b61;  }
h2 { font-size: 18px;
	color: #556b61;  }
h3 { font-size: 16px;
	color: #556b61;   }
h4 { font-size: 14px;
	color: #556b61;   }	
h5 { font-size: 12px;
	 }
h6 { font-size: 10px;
	 }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #a82a31;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
		color: #a82a31;
}	

/* 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: #f00; }
.GreenBoldText { font-weight: bold; color: #0f0; }
.BlueBoldText { font-weight: bold; color: #00f; }
.BlackBoldText { font-weight: bold; color: #000; }


a.BlackLink { background-color: #000; color: #fff; }


p.PurpleParagraph { background-color: #88f; color: #fff; }


table.RedTable { background-color: #f00; color: #fff; }


td.GreenTableCell { background-color: #080; color: #fff; }


img.BorderedImage { border: solid 5px #f00; }*/

a.LiveLink   {
    display: block;
    width: 190px;
    height: 60px;
    background: transparent url(/images/kel-live-up.jpg) no-repeat top left;
}
a.WorkLink   {
    display: block;
    width: 190px;
    height: 60px;
    background: transparent url(/images/kel-work-up.jpg) no-repeat top left;
}
a.InvestLink   {
    display: block;
    width: 190px;
    height: 60px;
 background: transparent url(/images/bkel-invest-up.jpg) no-repeat top left;
}

.noPrint {}