A:link,
A:visited   { color: #FFFFCC; text-decoration:none }

A:hover     { color: #FF0000; text-decoration:overline underline }

body        { background-position: 0% 0%; font-family: Arial, Verdana, Helvetica, 'sans serif'; 
              font-size: 10pt; 
              margin-left: 2em; color:#FFFF99; 
              background-color:#000000; background-image:url('bg_red.jpg'); background-repeat:repeat 
            }

.buttonbar  { padding:2; 
			        border:3px ridge #17BAF0; 
			        background-color:#20094A
			      }

.cbutton    { font-size: 18pt; }

.cbutton a  { display: block;
  			      width: 100%; 
  			      text-decoration:none; 
  			      text-align:center
			      }

.cbutton a:link,
.cbutton a:visited,
.cbutton a:hover  { font-size: 10pt; 
                    color: #3399FF;
                  }

.cbutton a:link,
.cbutton a:visited  { border-top: 1px solid #cecece;
	 				            border-bottom: 2px solid #4a4a4a;
	 				            border-left: 1px solid #cecece;
	 				            border-right: 2px solid #4a4a4a; 
		 			            background-repeat:repeat;
					          }
.cbutton a:hover  {
		 			          border-bottom: 1px solid #CECECE;
		 			          border-top: 2px solid #4A4A4A;
		 			          border-right: 1px solid #CECECE;
		 			          border-left: 2px solid #4A4A4A; 
		 			          background-color:#720303;
				          }
               
td, th          { border:4px ridge #C0C0C0; 
		              padding:5; 
		              font-family: Arial, Verdana, Helvetica, 'sans serif'
                  font-size: 1em ;
 		              background-repeat:repeat;
 		              vertical-align:top
                }

.cleftbar td, th  { background-image:url('bg_red.jpg'); 
 		                background-repeat:repeat;
 		                vertical-align:top
		              }

table   { padding:4; 
		      border:1px dotted #000066; 
		      background-image:url('bgoutspace1.gif'); 
		      background-repeat:repeat
		    }

li      { list-style-type: circle }
