body, input, textarea, th, td, dd {
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

th {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #000573;
	font-size: 105%;	
}

dt {
	font-weight: bold;
	color: #000573;
}

.utils {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
.utils a:link, .utils a:active {
	color: #00CCFF;
	text-decoration: underline;
}
.utils a:hover {
	color: #82E9FF !important;
	text-decoration: none !important;
}
.utils a:visited {
	color: #FFFB9F;
	text-decoration: underline;
}

#footer {
	text-align: right;
	font-size: 0.7em;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #CCCCCC;
	border: 1px solid black;
}

#main_table {
	border-bottom-style: none;
	border-top-style: none;

	border-right-width: 3px;
	border-right-style: outset;
	border-right-color: #B3ECFF;

	border-bottom-style: outset;
	border-bottom-width: 3px;
	border-bottom-color: #B3ECFF;

	border-left-style: outset;
	border-left-width: 3px;
	border-left-color: #B3ECFF;
}
a:link, a:active {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.faint {
	color: #CCCCCC;
}
.portfolio_inset{border: 2px inset #000573;}
.portfolio_outset{border: 2px outset #000573;}
.alt { background-color: #CCCCCC; }

input, textarea, select, option {
	background-color: #000573;
	border: 2px inset white;
	color: white;
}
input.none {
	border: none;
}

input.button {
	cursor: hand;
	background-color: #000573;
	border: 2px outset white;
}