      BODY {
           background-color : #f5ef83;
           font-family : verdana;
           font-size : 11px;
	   color : #b82c2c;
           text-transform : none;
           font-weight : normal;
           letter-spacing : 0px;
	   overflow-x: hidden;
}
      table {
           font-family : verdana;
           font-size : 11px;
	   color : #b82c2c;
           text-transform : none;
           font-weight : normal;
           letter-spacing : 0px;
	   text-align : justify;
      }
     INPUT, SELECT, OPTION {
           font-family : verdana;
           padding : 0px;
           color : #9b2818;
           background-color : #ec8374;
           border : 1px solid #fff;
           font-size : 11px;
           text-transform : none;
           font-weight : normal;
	   overflow-x: hidden;
	   overflow-y: hidden;
      }
     TEXTAREA {
           font-family : tahoma;
           padding : 3px;
           color : #000;
           background-color : #b7597c;
           border : 1px dashed #000;
           font-size : 10px;
           text-transform : none;
           font-weight : normal;
	   overflow-x: hidden;
	   overflow-y: hidden;
      }
     .head {
           text-align : right;
           font-family : century gothic;
           font-size : 20px;
           color : #cb9a00;
           padding : -20px;
           margin : 15px;
           letter-spacing : 1px;
           text-transform : uppercase;
      }
     .BOX {
           font-style : normal;
           font-size : 11px;
           font-family : verdana;
           color : #b82c2c;
           margin : 15px;
           padding : 10px;
           letter-spacing : 0px;
           text-transform : none;
           font-weight : normal;
           background-color : #f5ef83;
           border: 3px solid #fff;
      }
     a:link {
           text-decoration : none;
           font-size : 11px;
           font-weight : bold;
           font-family : verdana;
           color : #dc2a94;
      }
     a:visited {
           text-decoration : none;
           font-size : 11px;
           font-weight : bold;
           font-family : verdana;
           color : #dc2a94;
      }
     a:active {
           text-decoration : none;
           font-size : 11px;
           font-weight : bold;
           font-family : verdana;
           color : #dc2a94;
      }
     a:hover {
           text-decoration : none;
           font-size : 11px;
           font-weight : bold;
           font-family : verdana;
           color : #f14a69;
	   background-color: #fff;
      }
     b {
           color : #932b45;
      }
     u {
           color : #457f89;
      }
     i {
           color : #b68b06;

}






/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
