body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
    background-color: #000000; 

}
a:link {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;

}
a:hover {
	color: #FF00FF;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline; 
}

a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;

}
td, textarea, input, select {
		font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}
.tableDetail {
		font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}

pre {
          white-space: pre-wrap;       /* CSS-3                  */
          white-space: -moz-pre-wrap;  /* Mozilla, since 1999    */
          white-space: -pre-wrap;      /* Opera 4-6              */
          white-space: -o-pre-wrap;    /* Opera 7                */
          word-wrap: break-word;       /* Internet Explorer 5.5+ */
       }
