/* 
Stylesheet for general styles in the pages
created: 29 Dec 2004
by: Fabrice Pasquier
*/

/*html, body{height:100%;}  */
.undecoredLink
{
	text-decoration: none;
}
/*.menuheader
{
	height : 29px;
}*/

body
{
	background-color:White;
	margin-top:0;
	margin-left:0;
	
}


table.mainlayout
{
	background-color: #ccffcc;
	width: 760px;
	height: 100%;
	border-width: 0px;
	padding: 0px;
	
}

body.smallFont
{
	font-size: 10pt;
}

body, td
{
	color: #0b0e4d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.title
{
	font-size: 14px;
	border-top: 1px solid;
	font-weight: bold;
	width: 100%;
	
	/*float: right;
	vertical-align: baseline;*/
	color: #006600;
	border-bottom: 1px solid;

}
.sectitle
{
	font-weight: bold;
	color: darkgreen;
}

ul
{
	list-style-image: url(/CHWebSite/images/bulletgreen.jpg);
	
}
div.legalIssues_defaultFont
{
	font-size: 9px;	
	padding-top: 7px;
	padding-bottom: 7px;
	
}


