/* CSS Document */
body {
  /*background: transparent url(images/bk_page.gif) repeat-x;*/
  background-color: #C9D200;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  font-family: Verdana, Arial, Tahoma, Times New Roman;
  font-size: 11px;
  color: #000;
}

#Content {
	/* margin-left : 200px; */
}
#MTable {
	background: transparent url(images/bk_table.gif) no-repeat
}
p{
  font-family: Verdana, Arial, Tahoma, Times New Roman;
  font-size: 10px;
  color: #000000;
}
A {
	color : #000;
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
	color: #C02741; 
}