/* Style Sheet file DOCStyles.css */
body  {
          Background-color: #295A9F;
		 Font-family: Arial,'Times New Roman','Courier New',Serif,Sans-Serif;
          }
/* ------------------------------- */
/* Class For Input Button Works In Internet Explorer Browser */
/* "yelbutton" Make the button YELLOW */
.yelbutton {
			Font-family: Arial,'Times New Roman','Courier New',Serif,Sans-Serif;
               font-weight: bold;
		     text-align: center;
		     color: #000000;
		     background-color:#ffff00;
		     /* margin-top: 0.5em; */
               }
/* "grnbutton" Make the button GREEN */
.grnbutton {
			Font-family: Arial,'Times New Roman','Courier New',Serif,Sans-Serif;
               font-weight: bold;
		     text-align: center;
		     color: #000000;
		     background-color: #00db00;
		     /* margin-top: 0.5em; */
               }
/* "blubutton" Make the button BLUE */
.blubutton {
			Font-family: Arial,'Times New Roman','Courier New',Serif,Sans-Serif;
               font-weight: bold;
		     text-align: center;
		     color: #ffffff;
		     background-color: #0000ff;
               }
/* "redbutton" Make the button RED */
.redbutton {
			Font-family: Arial,'Times New Roman','Courier New',Serif,Sans-Serif;
               font-weight: bold;
		     text-align: center;
		     color: #000000;
		     background-color:#ff6347;
               }
/* ------------------------------- */
