body { 
	background: white; 
}
h1, h2, h3, h4, h5, h6, em { 
	font-family: arial, helvetica, sans-serif; 
	color: black; 
}
p {
	font-family: arial, helvetica, sans-serif; 
	color: black; 
}
ul, ol {
	font-family: arial, helvetica, sans-serif; 
	color: black; 
}
.numb {
	font-weight: bold; 
	line-height: 150%;
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
}
.red { 
	color: red; 
}
.runder { 
	color: red; 
	text-decoration: underline;
}
.ochre { 
	color: #CC6600;
}
.brown { 
	color: #996633;
}
.blue { 
	color: #3366FF;
}
.gray { 
	color: #808080;
}
.other { 
	font-weight: bold; 
	background-color: #FFFFCC;
	color: #808080;
	font-family: Korinna BT, Verdana, sans-serif;
	font-variant: small-caps;
	font-style: italic;
	text-align: right;
	text-decoration: underline;
}
.adhead { 
	font-weight: bold; 
	background-color: #808080;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	text-align: center;
	line-height: 150%;
}
.light {
	font-weight: lighter;
}
.bold {
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.min { 
	font-size: smaller; 
}
.bigger {
	font-size: larger;
}
.sm {
	font-size: x-small;
}
.tiny {
	font-size: xx-small;
}
A {
	cursor:normal; 
}
A:link {
	color: blue;
}
A.red:link: {
	color: red;
}
A.bold:link {
	color: blue;
	font-weight: bold;
}
A:visited {
	color: sienna;
}
A.bold:visited {
	color: sienna;
	font-weight: bold;
}
A:active {
	color: firebrick;
}
A.bold:active {
	color: firebrick;
	font-weight: bold;
}
A:hover { 
	color: salmon; 
}
A.bold:hover { 
	color: salmon; 
	font-weight: bold;
}
A.blue:link {
	color: teal;
	font-family: georgia, times new roman, times, serif; 
}
A.blue:visited {
	color: firebrick;
	font-family: georgia, times new roman, times, serif; 
}
A.blue:active {
	color: #336666;
	font-family: georgia, times new roman, times, serif; 
}
A.blue:hover { 
	color: #CC6600; 
	font-family: georgia, times new roman, times, serif; 
}