a, a:active, a:visited
{
	color:#99150E;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


.blurbcontainer
{
	position:relative;
}

.editcontrol
{
	width:16px;
	height:16px;
	position:absolute;
	top:-5px;
	left:5px;
	z-index:999;
}

.editcontrolnote
{
	width:120px;
	position:absolute;
	top:-5px;
	left:25px;
	z-index=:999;
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
	margin-left:25px;
}

.editcontrol:hover
{
	box-shadow:0px 0px 5px 0px #600;
	top:-6px;
	left:4px;
}

.tinytext
{
	font-size:9px;	
}

.blurbFB
{	
	font-family:Verdana, Geneva, sans-serif;
}

.darkdiv{
	background-color:#f6f3ed;
	margin-top:4px;
	margin-bottom:4px;
	padding:8px;
}

.bold_red_highlight {
  color: #99150E;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.borderdiv{
	border: 1px solid #F1EBE2;
	margin-top:4px;
	margin-bottom:4px;
	padding:8px;
}

.alt_colors_box {
  position: relative;
}

  .alt_colors_box > p,
  .alt_colors_box > table {
    margin: 0.6em 0;
  }

  .alt_colors_box > p {
    padding: 0.8em;
  }

  .alt_colors_box p:nth-child(even),
  .alt_colors_box table:nth-child(even){
    border: #F1EBE2 1px solid;
  }

  .alt_colors_box p:nth-child(odd),
  .alt_colors_box table:nth-child(odd){
    background-color: #F6F3ED;
  }

.darkdiv p{
	margin-bottom:10px;
}

.borderdiv p{
	margin-bottom:10px;
}

.headingitalic
{
	color: #333333;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
}

.hrdiv {
	border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
	height:16px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.hrdiv p{
	margin-bottom:15px;
}

.morehyperlink{
	color: #99150E;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.heavytext
{
	font-size: 12px;
    font-weight: bold;
}

.herotab
{
	width:132px;
	height:20px;
	padding-top:10px;
	text-align:center;
	color:#330000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0;
}

.herotab a, .herotab a:active, .herotab a:visited
{
	color:#330000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0;
	text-decoration:none;
}
.herotab a:hover
{
	text-shadow: 0px 0px 5px #998B71;
}

#whatsnewdiv
{
	border:none;
	margin-left:12px;
	margin-right:15px;
	margin-top:6px;
	height:242px;
	overflow:auto;
	padding:10px;
}

#whatsnewdiv a, .whatsnewdiv a:active, .whatsnewdiv a:visited
{
	color:#EFE8DE;
	font-size: 11px;
    line-height: 16px;
	text-decoration:none;
}


#whatsnewdiv a:hover
{
	color:#FFF;
}

.processorError{
	margin:20px;
	padding:10px;
	color:#000;
	background-color:#FFEAEB;
	Border:1px solid #000;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}



.processorSuccess{
	margin:20px;
	padding:10px;
	color:#030;
	background-color:#DFD;
	Border:1px solid #030;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}