/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

body
{
	  font                : 10pt/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	  color			         	: #666;
    background          : #fff;  
}
a:link
{
	color                 : #666;
}
a:visited
{
	color                 : #666;
}
a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
a:active
{
	color                 : #003366;
}
table,td
{
	border               : none;
	border-collapse      : collapse;
  font                 : 10pt/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
}
thead th,
tbody th
{
	background            : #FFF;
  color                 : #666;  
	padding               : 5px 10px;

}
tbody th
{
  background            : #fafafb;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
/*
tbody tr:hover
{
  background            : #FFF;
}

tbody tr:hover td
{
  color                 : #454545;
}
*/
tfoot td,
tfoot th
{
  border-left           : none;

	padding               : 4px;
  background            : #FFF;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}

.withborder
{
	border                : 1px solid #CCC;
}
