BODY {
	background-color: Yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#2C40BD; 
	font-size:11px;
	font-style: normal;
	margin: 0px 0px 0px 0px;
}

A {
  text-decoration:  none;
  color: #2C40BD;
  font-weight: bold;
}

A:hover {
  text-decoration:  none;
  color: #ADD8E6;
  font-weight: bold;
}

A:active {
  text-decoration:  none;
  color: Silver;
  font-weight: bold;
}

A.link {
	font-weight: normal;
}

TABLE.main {
	width: 100%;
	text-align: right;
}

TABLE {
	text-align: right;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 970px;
}

TR {
	text-align: right;
}

TR.links {
	text-align: center;
	vertical-align: top;
}

IMG {
	border: none;
	display: inline;
	
}