body {background-color: white}
/* body {background-color: yellow} */

b     {
			font-family : "verdana","arial"; 
			font-size : 9pt; 
			font-weight : bold; 
      }


b.links_heading     
		{
			font-family : "verdana","arial"; 
			font-size : 12pt; 
			text-indent: 0.2in;
			font-weight : bold; 
      }


td.button {
			font-family : "verdana","arial"; 
			font-size : 7pt; 
		}

td.smallbutton {
			font-family : "verdana","arial"; 
			font-size : 6.5pt; 
		}

input{
			font-family : "verdana","arial"; 
			font-size : 7pt; 
      }

select{
			font-family : "verdana","arial"; 
			font-size : 7pt; 
      }

input.submit {
			background-color: #556666;
			color : #ffffff;
			font-family : "verdana","arial"; 
			font-size : 7pt; 
			border: solid 1px black; 
      }

input.red_submit {
			background-color: #aa0000;
			color : #ffffff;
			font-family : "verdana","arial"; 
			font-size : 7pt; 
			border: solid 1px black; 
      }

textarea{
			font-family : "verdana","arial"; 
			font-size : 7pt; 
      }

table.command {
		border-bottom: solid #555555;
		border-bottom-width: 1.0px;

		padding-top:12px ;
		border-top: thin solid #000000;
		border-top-width: 0.0px;

		padding-bottom:10px ;
	}


a:link {
			text-decoration: none; 
			color:#aa0000;
	}
a:visited {
		text-decoration: none; 
		color:#aa0000;
	}
a:hover   {
		text-decoration: none; 
		color:#0000ff;
	}

/*
 in style's can use: text-decoration: underline overline;
      border-right:  solid 1px #111111;
      border-left:  solid 1px #111111;
      border-top:  solid 1px #111111;
      border-bottom:  solid 1px #111111;
      padding-top:     2px;
      padding-bottom:  2px;
      padding-right:   2px;
      padding-left:    2px; 

text-decoration: none; color: #aa0000;
font-style: normal;
text-decoration: underline overline;
*/
