body { 
	background-image: url("images/bgn.gif"); 
}
p, h1, h2, h3, h4, h5, h6, em, ul { 
	font-family: arial, helvetica, sans-serif; 
	color: black; 
}
ol {
	color: #310080; 
	font-size: smaller; 
	font-weight: bold;
}
.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.clred { 
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
	color: #CC0018; 
}
.red { 
	color: #CC0018; 
}
.yellow { 
	color: #CCB400;
}
.purple { 
	color: #710080;
}
.bold { 
	font-weight: bold; 
}
.under { 
	text-decoration: underline; 
}
.min { 
	font-size: smaller; 
}
.lite { 
	font-weight: lighter; 
}
.big {
	font-size: larger;
}
.sm {
	font-size: x-small;
}
.tin {
	font-size: xx-small;
}
.blue {
	color: #007ECC;
}
.brown {
	color: #807100;
}
.green {
	color: #0F8000;
}
.ink {
	color: #000F80;
}
.smink {
	font-size: x-small; 
	color: #000F80;
}
.tink {
	font-size: xx-small; 
	color: #000F80;
}
.rink {
	font-size: xx-small; 
	color: #CC0018;
}
A {
	text-decoration: underline; 
	cursor:normal; 
	font-family: arial, helvetica, sans-serif;
}
A:link {
	color: #000F80;
}
A:visited {
	color: #0F8000;
}
A:active {
	background-color: none; 
	color: #CC0018;
}
A:hover { 
	color: #807100; 
}
A.blue:link {
	color: #007ECC;
}
A.blue:visited {
	color: #807100;
}
A.red:link {
	color: #CC0018;
}
A.red:visited {
	color: #0F8000;
}
