body, table {
	color:				black;
	font-size:			small;
	font-family:		Arial, sans-serif;
	font-weight:		normal;
}
a {
	text-decoration:	none;
	color:				#3333FF;
}
a.coArchClass:link, a.coArchClass:visited {
	color:				white;
	text-decoration:	none;
}
a.coArchClass:hover {
	color:				white;
	font-weight:		bold;
	text-decoration:	none;
}
a.news:link, a.news:visited {
	color:				#336699;
	text-decoration:	none;
}
a:active {
	text-decoration:	none;
	color:				#3333FF;
}
a:hover, a.news:hover {
	text-decoration:	underline;
	color:				#cc6699;
}
a:link {
	text-decoration:	none;
	color:				#3333FF;
}
a:visited {
	color:				#3333FF;
}
dd {
	color:				black;
	font-family:		Arial, sans-serif;
	font-weight:		normal;
	padding-bottom:		20px;
	margin-left:		15px;
}
dt {
	color:				maroon;
	font-size:			10pt;
	font-family:		Arial, sans-serif;
	font-weight:		bold;
	padding-bottom:		6px;
}
h1,h2,h3,h4,h5 {
	text-align:			center;
}
hr {
	text-align:			center;
	color:				black;
}
input {
	font-size:			8pt;
	border:				1px #ccc solid;
}
pre {
	font-family:		monospace;
	margin-bottom:		0;
	margin-top:			0;
}
ul,ol {
	margin-top:			5px;
	margin-bottom:		5px;
}
li {
	margin-top:			5px;
}
