BODY {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../background.jpg);
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: ;
	color: #505050;
}

li {
	list-style-image: url(../point.gif);
}

a:link {
  color: #505050;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
	color: #505050;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
  color: #800000;
  background-color: transparent;
  text-decoration: underline;
}

a.menu { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-weight: bold;
		margin-top:0px; 
		text-align:right; 
		width:135px;

		border-color:transparent; 
		border-width:0px; 
		padding:4px; }
		
a.menu:link { 
color: #747474; 
text-decoration:none;}

a.menu:visited { 
color: #747474;
text-decoration:none;}

a.menu:hover {  
color: #2c2c2c; 
background-color: #ffccb7;
text-decoration:none;}

a.menu:active { 
color: #2c2c2c; 
text-decoration:none; }

