/* CSS Document */

.sectionheading {
	/* Cumin, "you can do these", etc */
	font-size: 16pt ;
	color: black ;
	font-weight:bold;
}

.breadcrumb {
	font-size: 10pt ;
	color: black ;
}

.boxhead {
	font-size: 9pt ;
	color: black ;
	font-weight: bold ;
}

.boxsubhead {
	/* Inside box heads, "Substitution" etc */
	font-size: 12pt ;
	color: black ;
}

.boxText {
	font-size: 9pt ;
	color: black ;
	text-indent: 20px;
}

.articleText {
	font-size: 9pt ;
	color: black ;
}

.small_box {
background-color:#EFEAD0;
}

.box {
background-color:#EFEAD0;
}
.large_box {
background-color:#EFEAD0;
}

.columnhead {
	font-size: 9pt ;
	color: black ;
}

.resultName {
	font-size: 12pt ;
	color: black ;
	font-weight: bold;
}

.resultText {
	font-size: 9pt ;
	color: black ;
	vertical-align: top;
	font-weight: normal;
}

img.icon { 
  float: left;
  margin-left: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}

     A:link   { color: black; text-decoration: none; border: 0 }
     A:visited {border: 0pt;
     color:black;text-decoration: none;} 
     A:hover {border: 0pt;
     color:black;text-decoration: none;}
     A:active {border: 0pt;
     color:black;text-decoration: none;}
     
.message  { color: #D51548; font-size: 9pt; font-weight: bold }

.recommended { }
