.Print{}
.noPrint{}
 
.hideTxt{display:none;}
.showTxt{display:inline;}

body{color: #494949; background-color: #999999; 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;}

h1{font-size: 100%; font-weight: bold; margin-bottom: 10px;}
h2{font-size: x-small; font-weight: bold; display: inline;}
h3{font-size: 110%; font-weight: bold; margin: 0px 0px 15px 0px;}
hr{color: #000000; border-style: dotted;}
form{display: inline}

A {color: #1d124c; font-size:small; text-decoration: underline;}
A:hover{color: #1d124c; text-decoration: none;}

A.header{color: #1d124c; font-size:medium; font-weight:bold; text-decoration: underline;}
A.header:hover{color: #1d124c; text-decoration: none;}

A.entries{color: #ca6d29; text-decoration:none;}
A.entries:hover{color: #ca6d29; text-decoration: underline;}

A.newsLinks{color: #1d124c; font-size:small; font-weight:bold; text-decoration: underline;}
A.newsLinks:hover{color: #1d124c; text-decoration: none;}

A.footer{color: #ffffff; font-size: x-small; text-decoration:none;}
A.footer:hover{color: #7f5c11; text-decoration: underline;}
.pagingBtn{background-color: #f7f7f7; text-decoration: none; font-size: 80%; font-weight: normal; border: solid 1px #aaaaaa; padding: 0px 2px 0px 2px;}
.currentBtn{background-color: #ffffff; color: #999999; font-size: 80%; font-weight: normal; border: solid 1px #d7d7d7; padding: 0px 2px 0px 2px;}
.Data{color: #636363; font-family: arial; font-size: 11px; border: 1px solid #999999; padding-left: 3px;}
.DataBtn{color: #2f2f2f; font-size: 80%; border: outset 1px;}
.dataLabel{text-align: right; color: #636363;}
.dataLabelDisabled{text-align: right; color: #cccccc;}

.dateText{color: #aaaaaa; font-family: arial; font-size: 12px;}

.menuLine
{
	background: #fefefe url('../App_Themes/WebBlue/img/MenuBackground.gif') repeat-x;
	line-height: 23px;
}


.footerLine{background-image: url(../Images/footer.gif);}

.headerBanner
{
    background-image: url(../images/headerRight.gif);
    padding-top:36px;
}

.rightTile
{
    background-image: url('../images/tileRight.gif'); 
    background-repeat: repeat-y;
}

.leftTile
{
    background-image: url('../images/tileLeft.gif'); 
    background-repeat: repeat-y;
}

.menuOn
{
     background-image:url('../images/menuOn.jpg');
     line-height: 24px; 
     padding-left:20px;
     color:White;
     font-weight:bold;
     cursor:arrow;
}

.menuNOn
{
     background-image:url('../images/menuOn.jpg');
     line-height: 24px; 
     padding-left:20px;
     color:White;
     font-weight:bold;
     cursor: pointer;
}

.menuOff
{
     background-image:url('../images/menuOff.gif');
     line-height: 24px; 
     padding-left:20px;
     color: #1d124c;
     font-weight:bold;
     cursor:arrow;
}

.menuOver
{
     background-image:url('../images/menuRollover.jpg');
     line-height:24px; 
     padding-left:20px;
     color: #7f5c11;
     font-weight:bold;
     cursor:pointer;
}