.Print{}
.noPrint{}
 
.hideTxt{display:none;}
.showTxt{display:inline;}

body{color: #1f2d3e; background-color: #979797; font-family: arial, helvetica, verdana, tahoma, sans-serif; font-size: small; margin: 5px;}
.pageBlock{min-width: 900px; max-width: 1000px; text-align: left; padding: 1px; margin: 0 auto;}

h1{font-weight: bold;  font-size: medium; color: #1f2d3e; padding: 0px;}
h2{font-size: x-small; font-weight: bold; display: inline;}
hr{color: #000000; height: 1px; border-style: dotted;}
form{display: inline}

A{color: #ec2323; font-size: small; text-decoration:none;}
A:hover{color: #ec2323; text-decoration: underline;}

A.footerT{color: #1f2d3e; font-size: x-small; text-decoration:underline;}
A.footerT:hover{color: #1f2d3e; text-decoration: none;}

A.CaseStudyTitle{ font-weight: bold; font-size: medium; color: #ec2323; text-decoration:none;}
A.CaseStudyTitle:hover{ font-weight: bold; font-size: medium; color: #ec2323; text-decoration:underline;}
.dataLabel{text-align: right; color: #000000;}

.menuLine
{
	background: #fefefe url('../App_Themes/WebBlue/img/MenuBackground.gif') repeat-x;
	line-height: 23px;
}

.footer
{
	background-image: url('../images/footer.jpg');
}

.footerEnd
{
	background-image: url('../images/footerEnd.jpg');
	line-height: 15px;
}

.footerText
{
	color: #1f2d3e;
	font-size: x-small;
}

.rightTile
{
    background-image: url('../images/RightTile.jpg'); 
    background-repeat: repeat-y;
}

.leftTile
{
    background-image: url('../images/LeftTile.jpg'); 
    background-repeat: repeat-y;
}

.menuOn
{
     background-image:url('../images/menuTileOn.jpg');
     line-height: 24px; 
     padding-left:10px;
     color:White;
     font-weight:bold;
     cursor:arrow;
}

.menuOff
{
     background-image:url('../images/menuTileOff.jpg');
     line-height: 24px; 
     padding-left:10px;
     color: #1f2d3e;
     font-weight:normal;
     cursor:arrow;
}

.menuOver
{
     background-image:url('../images/menuTileOvr.jpg');
     line-height:24px; 
     padding-left:10px;
     color: white;
     font-weight:normal;
     cursor:pointer;
}