BODY {
	background-color : #D5E0E8;
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	line-height : 16pt;
	text-align: justify;
	
}

P, P.width  {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	line-height : 16pt;
	text-align: justify;
	width:600px;
}

P.left {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	line-height : 16pt;
	text-align: left;
}

P.small {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	line-height : 10pt;
	text-align: justify;
	}

.small {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	line-height : 10pt;
	}

H4 { 
	font-family : "Courier New", Courier, monospace;
	font-size : 16px;


 }

P.red {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	line-height : 16pt;
	text-align: justify;
	color : #CC0000;
	font-weight : bold;
	text-decoration : underline;
}

P.margin {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	line-height : 16pt;
	text-align: justify;
	margin-left : 20px;
	margin-right : 20px;
}

.white {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	line-height : 16pt;
	color : Black;
	background-color : White;
}

TD {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	text-align : left;
}

A {
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	color : #CC0000;
	cursor : crosshair;
}
A:ACTIVE, HOVER {
	color : #CC0000;
}
A:VISITED {
	color: #666666;
}


