/*
grey.css
(c)2002-2004 Jan Pieter Waagmeester 
questions and support[jpwaag@hotmail.com]
http://linkpage.jpwaag.com/
*/
BODY{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:  #FF9900;	
margin-left : 20px;
margin-right : 20px;
}
TABLE.markupTable TD{
  vertical-align: top;
}

.head{
  width: 100%;
  height: 14pt;
  text-align: center;
  vertical-align: middle;
  background-color : #FF0000;
  color : #FFFFFF;
  font-weight : bold;
  font-size : 13px;
}
.body{
  width: 100%;
  text-align: left;
  background-color : #000099;
  font-size : 11px;
  color : #0000FF;
  vertical-align : middle;
  padding: 0px 0px 2px 0px;
}
.image{
  width: 100%;
  text-align: center;
  vertical-align : middle;
}
.html{
  width: 100%;
  text-align: center;
  vertical-align : middle;
}
A.dark{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
A.dark:hover{
	text-decoration: italic;
	color: #FF0000;
	font-size: 12px;
}


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

/* 
* suggest.php:
*/
.suggestTitle{
	font-size : 30px;
	font-weight : bold;
	text-align : left;
}
TABLE.suggest TBODY TD{
	text-align: center;
	background-color: #D3d3d3; 
	font-size: 12px;
	vertical-align: middle;
}
	
.lines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.borderlines {
	border: 1px solid #FF0000;
}
tools {

	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.bodyCopy {
	width: 100%;
	text-align: center;
	color : #FFFFFF;
	padding: 0px;
	vertical-align: middle;
	background-color: #000099;
	background-position: center center;



}
