@charset "utf-8";
/* CSS Document */

body, li, div, p, table, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background: #ffffff;
	
	}
a:link, a:visited {
	color: #486a8c;
	text-decoration: none;
	font-weight:bold;
        
}

a:hover {	
	text-decoration: underline;
	font-weight:bold;
}

.cch_app_background table tbody tr td table tbody tr td img {
    max-height: 150px;		
    width: auto;
    padding: 10px;
}