body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table {
	vertical-align: top;
	border: solid 1px;
	background-color: #e0e0e0;
	color: #808080;
	padding: 2px;
}
td {
	vertical-align: top;
}
th {
	font-weight: bold;
	background-color: #c0c0c0;
	color: #808080;
}
h1 {
	text-align: center;
}
h3 {
	text-align: center;
	background-color: #c0c0c0;
	border-style: none;
	border-top: solid 3px;
	border-bottom: solid 3px;
	padding: 5px;
}

#articleDetails {
	font-size: 12px;
	font-weight: bold;
}

#articleDetails table {
	background-image: url("/images/logo_cti.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: right top;
	width: 500px;
}

#categoryBox table {
	width: 200px;
}

#categoryBox td, #categoryBox a {
	color: #000080;
	width: 100%;
	padding: 6px 4px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#categoryBox a:hover {
	background-color: #f0ffff;
	text-decoration: underline;
	font-weight: bold;
}

#categoryBox td:hover {
	background-color: #f0ffff;
}

#catList a, #catList img {
	border: none;
}

#catList table {
	padding: none;
	margin: none;
	width: 500px;
}

#catList tr {
	border: none;
	border-style: none;
	padding: none;
	margin: none;
}

#catList td {
	border: none;
	border-style: none;
	border-spacing: 0px;
	vertical-align: middle;
	padding: none;
	margin: none;
}

#catList td#previewPic {
	text-align: center;
	width: 60px;
}

#catList .cEvenRow {
	background-color: #e0ffff;
}

#catList .cOddRow {
	background-color: #c0f0f0;
}

#header table {
	-moz-border-radius: 10px;
}

#headerMenu table {
	border: none;
}

#preamble h1 {
	text-align: center;
	background-color: #a0c0c0;
	border-style: none;
	border-top: solid 3px;
	border-bottom: solid 3px;
	padding: 5px;
}

#preamble h2 {
	text-align: center;
	background-color: #a0c0c0;
	border-style: none;
	border-top: solid 3px;
	border-bottom: solid 3px;
	padding: 5px;
}

#preamble h3 {
	text-align: center;
	background-color: #a0c0c0;
	border-style: none;
	border-top: solid 3px;
	border-bottom: solid 3px;
	padding: 5px;
}

#preamble p {
	font-size: 12px;
}

#search input, select {
	background-color: #f0ffff;
	border-right: solid 1px #80a0a0;
	border-bottom: solid 1px #80a0a0;
	border-top: solid 1px #90b0b0;
	border-left: solid 1px #90b0b0;
}

#search input:hover, #search input:focus {
	background-color: #ffffff;
}
