/* GENERAL - CSS Definitions ---------- */

BODY {	
	background: #FFFFFF;		
	color: #000000;
	font-family : Arial, Helvetica;
}

.borderframe {
  background: #E5E5E5;
  bgcolor: #E5E5E5;
}

A {
  text-decoration: none;  
}

A:link {
}

A:hover {  
  text-decoration: underline;
}

A:visited {
}

A:active {
}

/* CSS Class Definitions ------------------------- */

.content {
  color: #000000;
  font-size: 14px;
  font-weight: bold;   
}

A.content:hover {
  color: #BB2222;
}

.menu {
  font-family : Verdana, Arial, Helvetica;
  color: #000000; 
  font-size: 10px;
}

A.menu:link {
  color: #000000;
}

A.menu:hover {
  color: #BB2222;
}

.copyright {
  color: #C6A27B;
  font-size: 10px;
}

A.copyright:hover {
  color: #BB2222;  
}

.pagecaption {
  font-size: 18px;
  color: #000000;
}

.theader {
  background: #FFEEEE;
  height: 18;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.tdata {
  background: #FFEEEE;
  color: #000000;
  font-size: 14px;
  width: 100%;
  text-align: justify;
}

.tseperator {
  background: #F991AB;
  height: 1;
  width: 100%;
}

/*
.tdata A {
  color: #F991AB;
}

.tdata A:hover {
  color: #F991AB;
  text-decoration: underline;
}
*/

.tdata A {
  color: #000000;
}

.tdata A:hover {
  color: #F991AB;
  text-decoration: underline;
}
