body {
	margin : 0; 
	padding : 0; 
	font-family : verdana, arial, helvetica, sans-serif; 
	font-size : 12px; 
	font-style : normal; 
	font-weight : normal; 
	text-align : left; 
	color : #000000; 
	background-color : #FFFDFF;
	}

p	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}

p.off	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}

p.type1	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	}

td.off 	{
	background: #E5D6C8;
	color: #000000;
	}

td.on	{
	background: #BD893B;
	color: #FFFFFF;
	}

h1	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}

em	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	}

	
li	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}

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

a:visited {
	color:  #000000;
	}

a:active {
	color:  #000000;
	}

a:hover {
	color: #999999;
	text-decoration: underline;
	}

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

a.off:visited {
	color:  #000000;
	}

a.off:active {
	color:  #000000;
	}

a.off:hover {
	color: #FFFFFF;
	}