BODY
{
	font-family: verdana;
	font-size: 9pt;
	line-height: 16px;
	color: #2F2F2F;
} 
h2
{
    font-size:16px;
    line-height:16px;
    text-decoration:underline;
    font-weight:700;
}

h1
{
    font-size:16px;
    line-height:16px;
    font-weight:700;
}

.header
{
    font-size:1.2em;
    text-decoration:underline;
    font-style:italic;
}
TD
{
	font-family: verdana;
	font-size: 9pt;
	line-height: 16px;
	color: #2F2F2F;
} 
.headercell
{
	color:#fff5e5;
	font-weight:bold;
	background-color:#ba0107;
	padding-top:  2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:2px;
}
table.myTable 
{
	padding: 5px;
	border: solid 1px #ba0107;
	width:100%;
	text-align:left;
	position:relative;
	background-color:White;
}
.myTable th
{
	color:white;
	font-weight:bold;
	background-color:#ba0107;
	padding: 4px;
	text-align:left;
}

.myTable td
{
	padding:4px;
	text-align:left;
	border-top: solid 1px #EAA0A2;
}
.myTable tr:hover
{
	background-color:#F4D0D1;
}

.myTable tr.Alternate
{
	background-color:#fff5e5;
}
.myTable tr.Alternate:hover
{
	background-color:#F4D0D1;
}
.boldText
{
    font-weight:700;
}
.yellowLink
{	
	text-decoration:	none;
	color:	#fff5e5;
	font-weight: bold;
}	
.yellowLink:link
{	
	text-decoration:	none;
	color:	#fff5e5;
	font-weight: bold;
}	
.yellowLink:visited
{	
	text-decoration:	none;
	color:	#fff5e5;
	font-weight: bold;
}	
.yellowLink:active
{	
	text-decoration:	underline;
	color:	#fff5e5;
	font-weight: bold;
}			
.yellowLink:hover	
{	
	text-decoration:	underline;
	color:	#fff5e5;
	font-weight: bold;
} 
.redtext
{
    font-size: 9pt;
	font-weight: bold;
	color:	#ba0107;
	}
.redtext:visited
{
    font-size: 9pt;
	font-weight: bold;
	color:	#ba0107;
	}	
.redtext:hover
{
    font-size: 9pt;
	font-weight: bold;
	color:	#ba0107;
	text-decoration:none;
	}
	
@media print {
	  .noprint { display: none; }
	}	
.title	
{
	font-size: 11pt;
	font-weight: bold;
	color:	#ba0107;
	margin: 5px;
}
.message
{
	background-color: #fff5e5;
	border-top: solid 1px #ba0107;
	border-bottom: solid 1px #ba0107;
	border-left: solid 1px #ba0107;
	border-right: solid 1px #ba0107;
	margin:10px;
	font-weight: bold;
	color: Navy;
	padding: 5px 5px 5px 5px;
} 
.grayText
{
    color:#708090;
}
.graymessage
{
	background-color: #f0eeee;
	border-top: solid 1px #cbc9c9;
	border-bottom: solid 1px #cbc9c9;
	border-left: solid 1px #cbc9c9;
	border-right: solid 1px #cbc9c9;
	margin:10px;
	font-weight: bold;
	color: black;
	padding: 5px 5px 5px 5px;
	display:block;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #dfdfdf;
    color: white;
    background:url('/images/aban.gif') repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#content .accordionHeader a:link
{
	color: #a10c11;
	background: none;
	text-decoration: none;
}

#content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background:url('/images/aban2.gif');
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#content .accordionHeaderSelected a:link
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #f8f6f6;
    border: 1px dotted #a10c11;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink:link, .accordionLink:visited, .accordionLink:active
{
	color:#c2c2c2;
	font-size:0.8em;
	text-decoration:none;
}

.accordionLink:hover
{
	color:#c2c2c2;
	font-size:0.8em;
	text-decoration:underline;	
}

.italicText
{	
	font-style:	italic;
	font-size:	0.9em;
}

.smallRedText
{
	color:		#ba0107;
	font-size:	0.9em;
}	


