table tr.rowH
{
	color: #000;
	background: url('images/button.png') top left repeat-x;
	border-right: solid 1px #000;
              padding: 5px 5px 5px 5px;
      
}

table img { float: none;
    padding-left: 10px;
    padding-right: 10px;
    }
	
table tr.rowtab1
{
	background: #49A9D1 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: #000;
              padding: 5px 5px 5px 5px;
			
}

table tr.rowtab2
{
	background: #fff url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: #fff;
              padding: 5px 5px 5px 5px;
	
}
table td
{
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	
}
table td.yew
{
	background: #238DC7;
}

table a {
	padding: 10px;
	color: #0000cc;
	text-decoration: none;
	
    }
	
table a:hover {
	color: #000066;
	font-size: 12px;
	backround-color: none;
    }

