BODY{
  background-image : url(../graphics/background_texture.jpg);
  font-size : 14px;
  font-family : Arial,sans-serif;
}
H1{
  text-transform : uppercase;
}
TABLE{
  background-color : #ECE7D1;
  font-size : 14px;
}
TD{
  padding : 4pt;
}
.padsmall {
	margin: 0px;
	padding: 1px 2px 0px;
}

.reverse{
  font-size : 200%;
  color : white;
  background-color : black;
  text-transform : uppercase;
  font-weight : bold;
  text-align : center;
}
.hdrlink{
  font-weight : bold;
  color : blue;
  text-align : center;
  
  font-size : 16px;
  font-family : sans-serif,Arial;
  
  text-decoration : none;
}

.text_drop_link{
  font-weight : bold;
  text-decoration : underline;
}

.revlink {
  font-weight : bold;
  color : white;
  text-align : center;
  text-decoration: none;
  font-size : 16px;
  font-family : sans-serif,Arial;
  background-color : #090;
}

.anylinkcss{
  position:absolute;
  visibility: hidden;
  border : 1px solid #0000cc;border-left-width : 1px;
  font-size : 14px;
  font-family : sans-serif,Arial;
  padding : 1px 0px 1px;
  padding-left : 6px;
  line-height : 19px;
  z-index: 100;
  background-color : white;
  width : 200px;
  text-align : left;
  color : black;
}
.anylinkcss A{
  width: 100%;
  display: block;
  border-bottom: 0px solid #00c;
  padding : 1px 0px 1px;
  padding-left : 8px;
  text-decoration: none;
  font-weight : normal;
  color : black;
}
.anylinkcss A:HOVER{
  /*hover background color*/
background-color : white;
  color : black;
  font-weight : bold;border-width : thin thin thin thin;border-style : solid solid solid solid;border-color : black black black black;}


.Bold_Red {
	font-weight: bold;
	color: #FF0000;
}
.bold_caps {
	font-weight: bold;
	text-transform: uppercase;
}
.heavy_blue {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
.boxed_text {
	border: medium double #FF0000;
	margin: 4;
	padding: 4;
}
.blue_ialic {
  font-style: italic;
  color: #0000FF;
}

