﻿.TableHeaderRow
{
	font-size:125%;
	font-weight:bold;
	color:#ffffff;
	background-color:Gray;
}

.EmphasisText
{
	font-style:italic;
	color:#990000;
}

.TableIndent
{
  margin-left:0.2in;
}

.roundedcorner_box 
{
	background: url(/images/roundedcornr_tl.png) no-repeat top left;
}

.roundedcorner_content 
{
	background: url(/images/roundedcornr_r.png) top right repeat-y;
	margin-top: -19px;
	padding: 0 15px;
}


.roundedcorner_top 
{
	background: url(/images/roundedcornr_tr.png) no-repeat top right;
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.roundedcorner_bottom 
{
	background: url(/images/roundedcornr_bl.png) no-repeat bottom left;
	width: 100%;
	height: 15px;
	font-size: 1px;
	margin-top: -19px;
}

.roundedcorner_bottom div 
{
	background: url(/images/roundedcornr_br.png) no-repeat bottom right;
	width: 100%;
	height: 15px;
	font-size: 1px;
}


.NoBulletList
{
    list-style-type: none;
}

.sticky 
{
    background: none repeat scroll 0 0 #FFF9C0;
    border-bottom: 1px solid #D9D4A3;
    border-top: 3px solid #D9D4A3;
    padding: 1.7em;
}

.LinkPdf
{
  background: url("/images/icon_pdf.gif") no-repeat scroll right center transparent;
  padding: 5px 20px 5px 0;
}



.contentarea1 table.test
{
border-style: dotted;
border-width: 1px;
background-color: #ff5ee;
rules: rows;

}
