BODY {
	background-image: url(img/back.gif);
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	font-family : verdana, arial, helvetica;
	font-size : 8pt;
	font-weight : normal;
	
}


p.small  {
	font-size : xx-small;
	font-weight : normal;
	font-style: italic;
}
.focus  {
 color: red;
}

	
H1 {
	font-size : 8pt;
	font-weight : normal;
}
	
H2 {
	font-size : 9pt;
font-weight : bold;
}

caption {
 	font-size : 11pt;
 	font-weight : normal;
}

	H3 {
	font-size : 8pt;
	font-weight : bold;
}

	H4 {
	font-size : 9pt;
	font-weight : bold;
}

	td {
	font-size : 8pt;
	font-weight : normal;
}

	A:link {
	color : blue;
	text-decoration: none;
}
	A:visited {
	color : #6633CC;
	text-decoration: none;
}
	
A:hover {
	color : #FF0000;
	text-decoration : underline;
}
	
A:active {
	cursor : wait;
color : #FF00FF;
}
