/*
grey.css
(c)2002-2004 Jan Pieter Waagmeester 
questions and support[jpwaag@hotmail.com]
http://linkpage.jpwaag.com/
*/

	BODY{
	font-family: Tahoma;
	background-color:  #FDFFEA;	

}
TABLE.markupTable TD{
  vertical-align: top;
}

TBODY TD{
font-size : 10px;
}
.head{
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: left;
  background-color : #E166FF;
  color : #FDFFEA;
  font-weight : bold;
  font-size : 10pt;
}
.body{
  width: 100%;
  text-align: left;
  background-color : #FDFFEA;
  font-size : 10pt;
  vertical-align : left;
}
A.dark{
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}
A.dark:hover{
	text-decoration: underline;
	color: #E166FF;
	font-size: 10pt;
}


TBODY TD.small{
	color: #FFFFF;
	font-size: 10pt;
	text-align: center;
}
TBODY TD.title{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
}
A{
	color: #0000FF;
	text-decoration: none;
	font-size: 10pt;
}
A:hover{
	color: #FF0000;
	text-decoration: none;
	font-size: 10pt;
}
.grey{
  text-decoration: none;	
	color: #cdcdcd;	
	font-size: 10pt;
}

