body {
	background: #ffffff url(back.jpg);
	color: #000000;
	margin: 0;
	padding: 0;
	font: 11 "Arial", Helvetica, Sans-Serif;
}
td {
	color: #000000;
	margin: 0;
	font: 11px "Arial", Helvetica, Sans-Serif;
}
th {
    background: #000000;
	color: #ffffff;
	margin: 0;
	font: 11px "Arial", Helvetica, Sans-Serif;
}
a { 
	color: #blue;
	background-color: inherit;
	text-decoration: none;
	font: 11px "Arial", Helvetica, Sans-Serif;
}

a:hover {
	color: #BF3E17;
	background-color: inherit;
	font-weight: bold;
}
h2 a {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
	background-image: url(./images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	
	padding: 0 0 0 10px;
}

h2 a:hover {
	background: url(./images/menu_hover.jpg) no-repeat center left;
}
