BODY {
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-size: 12px;
	font-weight: normal;
  
}
H1 {
	font-size : 12px;
	font-weight: normal;
}
H2 {
	font-size : 12px;
	font-weight: normal;
  margin-top : 15px;
  color : gray;
}
H3 {
	font-size : 16px;
	font-weight: bold;
}
HR {
	height: 3px;
	font-size: 12px;
	font-weight: lighter;
}
P {
	font-size: 12px;
	font-weight: lighter;
}
A {
	text-decoration: underline;
	font-size: 12px;
}
A:VISITED {
	text-decoration: underline;
	font-size: 12px;
}
A:HOVER {
	text-decoration: underline;
	font-size: 12px;
}
A:ACTIVE {
	text-decoration: underline;
	font-size: 12px;
}
UL {
	list-style-image: url(l_g01.gif);
	list-style-position: outside;
	font-size: 12px;
}
TH {
	background-color: white;
	font-size: 12px;
}
TD {
	font-size: 12px;
	font-weight: normal;
  
}
