/* $Id: faq.css 5246 2007-04-30 16:37:16Z aholtmann $ */

/* ID's */
H1#about {font-size:12px;}

H2#about {font-size:14px; margin-left:5px;}

H3 {font-size:12px; color:#333333;}

DIV#box {margin-top:23px; margin-bottom:23px; margin-left:23px; font-size:12px;}

HR {border-style:dashed; color:#cbcbcb; border-width:thin;}

TD#enum {font-weight:bold; font-size:12px; width:12%;}
TD#std {font-size:12px; width:90%;}
TD#lrg {font-size:12px; width:100%;}

/* Classes */
.red01 {color:#CC3300;}  /* where is this globally defined? */
.sublink {font-weight:normal; font-style:italic}
.QuestionTitle
{
	color:#CC3300;
	margin-bottom: 1px;
	margin-top: 12px;
	font-weight:bold; 
	padding:2px;
	background-color:#F7F7F7;
	border-bottom-color:#CCCCCC;
	border-width:0px;
	border-style:solid;
	border-bottom-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


