
BODY {
	color: black; 
  	font-family: Arial, Geneva, Verdana, sans-serif;
/*	FONT-SIZE: 11pt; */
	background-image : url(frame_bg.jpg);
}


p {
  text-align: center;
}

img {
  border: 0;
}

.centrerad { 
  text-align:center; 
}

.centrerad table { 
  width: 165px;
  margin-left:auto; 
  margin-right:auto; 
  text-align: center; 
/*  border: solid #F5F5F5 1px; */
  border-collapse: collapse;
  border-spacing: 0px;
}

.centrerad TABLE td {
  vertical-align: top; 
  /* border: solid #F5F5F5 1px; */
  /* padding: 0 0 0 1ex; */
}

.gray_bg_bld {
  background-color : #C0C0C0;
/*  font-weight: bold; */
}

.gray_bg {
  background-color : #C0C0C0;
}

.gray_bg a:hover {
  background-color : #f5f5f5;
  text-decoration: underline;
}


TABLE {
  text-align: left; 
}

a:link{
/*	color: #0000FF; */
	color: #000000;
	text-decoration: none;
}
a:active{
/*	color: #0000FF; */
	color: #000000;
	text-decoration: none;
}
a:visited{
/*	color: #990099; */
	color: #000000;
	text-decoration: none;
}
a:hover{
/*	color: #990099;	*/
	text-decoration: underline;
/*	background : #f5f5f5; */
/*	font-weight: bold;	*/
}
