body {
	font-family:Helvetica,Arial,FreeSans,sans-serif;
	font-size: 10px;
	background-image: url(../images/bg.gif);
	background-color: #eeeeee;
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	color: #888888;
}

a {text-decoration: none;color: #456ba0;}
a:hover{color: orange;}
a:focus{outline:1px dotted}

img{margin-top: 10px;margin-bottom: 15px; padding-bottom: 15px;margin-left: 5px;}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1{font-size:25px}
h2{font-size:14px; color: #65ac3e; margin-bottom:5px; margin-top:0px}
h3{font-size:12px; color: #456ba0;}
h4{font-size:11px; color: #456ba0; padding-bottom:3px; margin: 3px}
h5{font-size:11px}
h6{margin-top: 15px;}

ol{list-style:decimal}

/*p,dl,hr,ol,pre,address,fieldset{margin-bottom:20px;}*/
p{padding-left: 10px;padding-right: 5px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; font-size: 9px;line-height: 16px;}

ul {padding: 0px;margin-left: 15px;margin-top: 5px;}
ul li {margin-left: 0px; padding: 0px;line-height: 18px;}

b #widthSet {
	width: 100px;
}


/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

/*table,td
{
	border: 1px solid #CCC;
	border-collapse: collapse;
  	font-size: 8px;
  	font-family: Arial, Helvetica, sans-serif;
}*/
table
{
	border:1px solid #CCC;
	font-size: 9px;
}
thead th,
tbody th
{
	background: #eee repeat-x;
	text-align: left;
	color: #666;  
	padding: 5px 10px;
  /*border-left           : 1px solid #CCC;*/
}
tbody th
{
  background: #fafafb;
  border-bottom: 1px solid #777;
  text-align: left;
  /*font-weight: bold;*/
}
tbody tr td
{
	padding: 5px 10px;
  	color: #666;
}
tbody tr:hover
{
  background: #FFF repeat;
}

tbody tr:hover td
{
  color: green;
}
tfoot td,
tfoot th
{
  border-left: none;
  border-bottom: 1px solid #CCC;
  padding: 4px;
  /*background: #FFF repeat;*/
  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: orange;
	text-decoration: none;
}
table a:active
{
	color: #003366;
}

