/* Sytze van der Laan, 10/04/2006 */

/* HTML Body common styles */
p, dl, ol, ul, blockquote {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.875em;
	line-height: 1.5em;
}

tr, td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.875em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "b&h-lucida-isio8859-1", sans-serif;
	color: #000000;
	margin-bottom: 0em;
}

h1 {
	font-size: 1.2em;
	font-weight: 600;
}
h2 {
	font-size: 1em;
	font-weight: 600;
}
h3 {
	font-size: 0.9em;
	font-weight: 600;
}
h4 {
	margin-top: 0.875em;
	font-weight: 700;
}
h5 {
	margin-top: 0.8em;
	font-weight: 700;
}
h6 {
	margin-top: 0.75em;
	font-weight: 700;
}

/* HTML SELECTORS */
sub, .sub {
	font-size: x-small; 
	vertical-align: bottom;
}
sup, .sup {
	font-size: x-small; 
	vertical-align: top;
}

/* CUSTOM CLASSES FOR CONTRIBUTE EDITORS */
.large {
	font-size: large;
}
.mono {
	font-family: "Courier New", Courier, mono; 
}
.small {
	font-size: small;
}

.xsmall {
	font-size: x-small;
}

/* SIDEBAR COLUMN */

.sidebar {
	border: 1px dashed #BDBEC0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	width: 30%;
}
.image_left img {
	float: right;
	margin: 5px;
	width: auto;
}
.image_right img {
	float: right;
	margin: 5px;
	width: auto;
}

/* EOF */
