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

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

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

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



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

.xsmall {
	font-size: 10px;;
}

/* hide from editors */

div.content {
	height: auto;
	width: 550px;
}

/* 2 columns at 44% each */
#mmhide_lcol {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding: 10px;
	padding-top: 0px;
	position: static;
	width: 44%;
}
#mmhide_rcol {
	float: left;
	margin-left: 0px;
	padding: 10px;
	padding-top: 0px;
	position: static;
	width: 44%;
}

div#breadcrumbs p {
	color: #2f3c40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	xfont-weight: 800;
	text-align: left;
	xtext-transform: uppercase;
}
div#breadcrumbs p a {
	border-bottom: 1px dashed #0768a9;
	color: #2f3c40;
	text-decoration: none;
}
div#breadcrumbs p a:hover {
	border-bottom: 1px solid #c9105c;
	color: #c9105c;
	text-decoration: none;
}
/* EOF */
