@import url("../styles/screen3.css");

* {
	color: #000000 !important;
	background-color: #ffffff !important;
	text-transform: none !important;
}

p, li, td {
	font-size: 1em !important;
}

a:link {
	color: #0000ff !important;
}

a:visited {
	color: #ff00ff !important;
}

a:hover {
	color: #ff0000 !important;
}

a:active {
	color: #ff0000 !important;
}

.newwindow img {
	border: thin !important;
	height: 2em !important;
	width: 2em !important;
}

* {
	text-align: left !important;
	font-size: large !important;
	margin-left: .5em !important;
}

li {
	display: block !important;
}

tr {
	display: block !important;
	margin-bottom: 2em !important;
	margin-top: 2em !important;
	border-top-color: #000000 !important;
	border-top-style: solid !important;
	border-top-width: thick !important;
	border-bottom-color: #000000 !important;
	border-bottom-style: solid !important;
	border-bottom-width: thick !important;
}

th {
	display: block !important;
	margin-bottom: 1em !important;
	margin-top: 1em !important;
	border-top-color: #000000 !important;
	border-top-style: dashed !important;
	border-top-width: thick !important;
}

td {
	display: block !important;
	margin-bottom: 1em !important;
	margin-top: 1em !important;
	border-top-color: #000000 !important;
	border-top-style: dotted !important;
	border-top-width: thick !important;
}