/* $Id: site_default.css,v 1.11 2004/08/27 15:46:16 davel Exp $
 * Shared styles, extracted.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: white */
}


td {
	vertical-align: top;
/*	background-color: white */
	font-size: smaller;
}

a {
	font-weight: bold;
/*	color: black; */
	text-decoration: none;
}

a:hover {
	font-weight: bold;
/*	color: #ff8401; */
	text-decoration: none;
}

/*
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
*/

.details {
	font-size: smaller;
}

.banner {
	font-size: 200%;
	font-weight: bold;
}

.title {
	font-size: 120%;
	font-weight: bold;
}

.intro {
	font-weight: bold;
}

.caption {
	font-size: 80%;
	font-style: italic;
}

img.auxImage {
	padding: 10px;
}

table.floatingImage {
	float: right;
	padding: 10px;
}

td.image {
}

td.imageCaption {
	font-style: italic;
}



