body {
	background-color: #E9E9E9;
	margin: 0px;
	font-family:  Verdana;
	line-height:19px; 
	font-size:11px; 
	color: #000000;
}

.casestudylink{
	font-family:  Verdana, Arial; 
	font-weight: bold;
	font-size: 10pt;
	color: #BD4D43;
	cursor:pointer;
}
.casestudylink a, .casestudylink a:active, .casestudylink a:visited {
	color: #BD4D43;
	text-decoration: none;
}

.casestudylink a:hover {
	text-decoration: underline;
}

.industryNewslink{
	font-family:  Verdana, Arial; 
	font-weight: bold;
	font-size: 10pt;
	color: #BD4D43;
	text-decoration:none;
}
.industryNewslink a, .industryNewslink a:active, .industryNewslink a:visited, .industryNewslink a:hover{
	cursor:pointer;
	color: #BD4D43;
	text-decoration:underline;
}

h1{
	font-family:  Verdana, Arial; 
	font-weight: bold;
	font-size: 14pt;
}

h2{
 	font-family:  Verdana, Arial; 
	font-weight: bold;
	font-size: 13pt;
}

h3{
 	font-family:  Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
}

h4{
 	font-family:  Verdana, Arial;
	font-weight: bold;
	font-size: 11pt;
}

h5{
	font-family:  Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
}


hr {
	height: 1px;
	border-bottom: 0px none #F2F2EA;
	border-top: 1px solid #D5D4BA;
	border-left: 0px none #F2F2EA;
	border-right: 0px none #F2F2EA;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 80%;
	text-align: center;
}

.fullWidthHR 
{
	height: 1px;
	border-top: 1px solid #D5D4BA;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
}
.heading{
	font-family:  Verdana, Arial;
	font-weight: bold;
	font-size:12pt;
	color:#000000;
	text-align: left;
}
.font13Bold{
	font-family:  Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	color:#000000;
	text-align: left;
}
.font12Bold{
	font-family:  Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	text-align: left;
}
.font11{
	font-family:  Verdana, Arial;
	font-size:10pt;
	color:#000000;
}
/* end global styles */

/* begin body content styles */
#masterDiv {
	background-color: #FFFFFF;
	padding: 0px 7px 0px 7px;
	width:961px;
	position:absolute;
}

#contentTable {
	z-index: 10;
}
.rightnavButtonLink {
	font-family:  Verdana, Arial;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #E9E9DC;
	text-align: right;
	color: #666666;
	text-transform: uppercase;
}

.rightnavButtonLink:hover {
	background-color: #E1E0CD;
}

.rightnavButtonLink a, .rightnavButtonLink a:visited, .rightnavButtonLink a:active, .rightnavButtonLink a:hover   {
	text-decoration: none;
	color: #666666;
}

.rightnavButtonLink img {
	padding-left: 5px;
	border: 0px none #FFF;
}

#contentFooter {
	font-size: 10px;
	margin-top: 30px;
	text-align: left;
}

/* begin footer styles */
.footer {
	font-size:11px;
	color: #333333;
	background-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 1px;
	padding: 3px 10px 5px 10px;
	text-align: left;
}

.footer a, .footer a:active, .footer a:visited  {
	color: #333333;
	text-decoration : none;
}

.footer a:hover  {
	color: #EE4628;
	text-decoration : underline;
}

.closer{
	background-color: #F2F2F2;
	width: 100%;
	height: 40px;
	font-size:11px;
}
.closer a, .closer a:active, .closer a:visited {
	color: #333333;
	text-decoration: none;
}

.closer a:hover {
	text-decoration: underline;
}
/* end footer styles */



.divider {
	background-color: #EE4628;
}


.contentDivider {
	height: 2px;
	width: 100%;
	margin-left: 15px;
	text-align: left;
}

#main-div{
   width: 961px;
   position: absolute;
   /*margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;*/
   margin-left:50%;
   left:-485px;
}
