@charset "utf-8";
/* CSS Document */
body {color: black;}

td {
	word-break: keep-all;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller
}

h1 {
	font-size:medium;
	color: #292929;
}

h2 {
	font-size:small;
}

hr {
	color: #292929;
}

a:link {
	color: #FFCD06;
	text-decoration: none;
}

a:visited { 
	color: #FFCD06;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration:underline;
	}
a:active { 
	color: #CCCCCC;
	text-decoration: none;
}

.button {
	width:6em;
}

.news {
	border-top:solid;
	border-top-width:thin;
	border-top-color: #840000;
}

.otherlink:link {
	color: #292929;
	text-decoration: none;
}

.otherlink:visited { 
	color: #292929;
	text-decoration: none;
	}
.otherlink:hover { 
	color: #292929;
	text-decoration:underline;
	}
.otherlink:active { 
	color: #292929;
	text-decoration: none;
}
	




