/* CSS Document */
/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	background: none; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
td.sb{
	font: 8pt/16pt georgia; 
	background: none;
	text-indent: 5px;
}
td.sbcur{
	font: 8pt/16pt georgia; 
	background: none;
	text-decoration: underline;
	text-indent: 5px;
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
	border: none;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
	border: none;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}

a:link.pic { 
	font-weight: normal; 
	text-decoration: none; 
	color: #fff;
	border: none;
	}
a:visited.pic { 
	font-weight: normal; 
	text-decoration: none; 
	color: #fff;
	border: none;
	}
a:hover.pic, a:active.pic { 
	text-decoration: underline; 
	color: #fff;
	}
