.styleBlue {
	color: #0000FF;
}
.styleRed {
	color: Red;
}
.styleGreen {
	color: Green;
}
.stylePurple {
	color: Purple;
}
.styleOrange {
	color: #C97215;
}
.StyleYellowBack {
BACKGROUND-COLOR: yellow;
}
.StyleMark {

color: #999999;
}   

body, td, th {
	font-family: Verdana;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;         
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.style1 {	
	font-family: Verdana;
	font-size: 10px;

	}
pre
{
	font-size: 12px;
	padding: 0 5px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}	
