/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/


a:hover {
	color: red;
}

p, td, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/* ****************** */
/* NCS Site specific */

.reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006600;
	font-weight: bold;
    padding: 2px 4px;
/*	border:2px dotted red; */
}
.bigtext {
	font-size: 16px;
	font-weight: bold;
	color: #0080c0;
	margin-top: 1px;
	margin-bottom: 1px;
	
	padding-top: 4px;
	padding-bottom: 2px;

	/* border: 1px dotted gray;  */
	 
}
.question {
	font-size: 110%;
	color: #990000;
	font-weight: bold;
}
.FooterText {

	font-size: 12px;
	color: #333333;
	margin-left: 1em;
	
}
.FooterTextTiny {

	font-size: 13px;
	color: #006666;
	margin-left: 1em;	
}

.reviewblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#800040;
}
.TopicHeading {
	font-size:14px;
	color:navy;
	margin: 0;
	padding-bottom:8px;
	padding-top:8px;
	
	 
}

.BigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #333333;
	border: thin dashed #000066;
	font-weight: bold;
    padding: 2px 4px;
}

.OrderCallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#CCFFCC;
	background-color: #336666;
	font-weight: bold;
}