/*CHOM Color #666699*/
body { 
	/*background-image:url(/images/background-page.png);*/
	color: #000000;
    margin-top: 0; 
    padding-top: 0; 
    line-height: 17px;  
    font-size: 12pt;
	color: #000000; 
    font-family: Georgia, Times New Roman, Lucida, Verdana ;
}



a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {  
	color: #000000;
	text-decoration: underline ;
   	font-weight: bold;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 13pt;
}


div.main {
	width: 770px;
  	margin: 0px auto;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}


div.menu {
	width:767px;
	float:left;
}

div.clear {
	clear:both;
}

div.prop {
/*	float: left;
	width: 1px;
	height: 560px;*/
}

div.content {
	float: left;
	width:650px;
	margin-top:-75px;
	position:relative;
	left:40px;
	}

div.footer {
	width: 100%;
	text-align:center;
	color: #9f9f9f;
	font-size:10pt;
	font-style:italic;
	
}






