/* CSS Document */


.headerErroeMsgTxt {
  font-size: 15px; 
  color:#B20E1D;
  font-weight:bold;
  margin:0 0 5px 0; padding:0 20px 0 20px;
  font-family:"trebuchet ms", "times new roman", times, serif;
  
  }
.bodyErrorMsgTxt {
  font-size: 13px;
  color:#000000;
  font-weight:bold;
  margin-top:0; 
  padding-top:1em;
  font-family:"trebuchet ms", "times new roman", times, serif;
  }



.errortablebg{ background-color:#CDCDCD;}


/* Square cutout Borders*/
.square {background: transparent; width:80%; margin:0 auto;}
.square h1, .square p {margin:0 10px;}
.square h1 {font-size:2em; color:#FFFFFF; letter-spacing:1px;}
.square p {padding-bottom:0.5em;}

.square .top, .square .bottom {display:block; background:transparent; font-size:1px;}
.square .b1t {margin:0 6px; display:block; overflow:hidden; height:5px; background:#ffffff; border-left:1px solid #B20E1D; border-right:1px solid #B20E1D; border-top:1px solid #B20E1D;}
.square .b2 {display:block; height:1px; margin:0; background:#ffffff; border-left:7px solid #B20E1D; border-right:7px solid #B20E1D; overflow:hidden;}
.square .b1b {margin:0 6px; display:block; overflow:hidden; height:5px; background:#ffffff; border-left:1px solid #B20E1D; border-right:1px solid #B20E1D; border-bottom:1px solid #B20E1D;}

.square .boxcontent {display:block; background:#ffffff; border-left:1px solid #B20E1D; border-right:1px solid #B20E1D; height:200px; vertical-align:middle; font-family:"trebuchet ms", "times new roman", times, serif;}

 .boxcontent a:hover{ text-decoration:none; color:#FF0000; font-family:"trebuchet ms", "times new roman", times, serif;}
 .boxcontent a{ text-decoration:underline; color:#FF0000; font-family:"trebuchet ms", "times new roman", times, serif;}