body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #828282;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
h1 {
	font-size: 19px;
	color: #E22017;
	margin: 0 0 0 0;
}

h2 {
	font-size: 14px;
	color: #E22017;
	margin: 0 0 0 0;
}

td.off {
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 14px;
	color: #FFFFFF;
		
		}
				
td.on	{
	background-color:#FFFFFF;
	padding-left: 28px;
	cursor: default;
	font-size: 14px;
	color: #FF0000;	
		}
		
		
td.onD	{
	background-color:#FFFFFF;
	padding-left: 65px;
	cursor: default;
	font-size: 14px;
	color: #FF0000;	
		}
		

td.offD {
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 14px;
	color: #FFFFFF;
		
		}
		.text {
	margin: 10px;
	list-style-image: url(images/ico.gif);
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
