/* FIX IE6 Scrollbars bug - Leave this in! */
html { 
	overflow-x: auto; 
}

body  {
	background-image: url(img/bluebg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

A:link    { color: #0033CC; text-decoration: none; }
A:visited { color: #0033CC; text-decoration: none; }
A:active  { color: #0033CC; text-decoration: none; }
A:hover   { color: #CC3300; text-decoration: underline; }

.whead {
  font-size: 18px;
	color: #427BBB;
	margin: 8px 0px 12px 0px;
}

.content {
	font-size: 12px;
	border-width: 1px;
	border-style: dashed;
	border-color: #999999;
}

td.contentcell {
  padding: 5px;
}

td.content2 {
	font-size: 12px;
}

