@charset "UTF-8";
/* CSS Document */

A:link		{ color: #0b6f88; font-weight: bold; text-decoration:none;  } 
A:visited	{ color: #0b6f88; font-weight: bold; text-decoration:none;  } 

BODY {
	FONT-FAMILY: Times, serif;
	FONT-SIZE: 14px;
	COLOR: #000000;
	text-align: left;
	margin:10px;
	padding:5px;
}

.tabletext {
	FONT-FAMILY: Times, serif;
	FONT-SIZE: 14px;
	COLOR: #000000;
	line-height:120%;
	text-align: left;
	margin-left:10px;
}

.tabletextctr {
	FONT-FAMILY: Times, serif;
	FONT-SIZE: 14px;
	COLOR: #000000;
	line-height:120%;
	text-align: center;
	margin-left:10px;
}
