body {
    background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	line-height: 14px;
	color: #333;
	margin:0px;
}

tr,td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.line{
   background-image:url(images/mainline.jpg);
   background-repeat:repeat-x;
   background-position:left top;
}

.text{
   background-image:url(images/text_bg.jpg);
   background-repeat:no-repeat;
   background-position:left top;
}

a:link, a:visited, a:active  { color: #333; }
a:hover { color: #666; text-decoration:none; }
