BODY {
	color: Black;
	background-color: #ffffcc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	}		


A {
	color: Blue;
	text-decoration: underline;
   }

a:hover { background-color: rgb(255, 255, 0); }   
   
A:HOVER {
	color: Blue;
	text-decoration: underline;background-color:yellow
    }

.x {font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;}
	
h3 {font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;}	
	
h4 {font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;}	
	
.h {font-family: Verdana, Arial, sans-serif;
	font-size: 14pt
    }
.headline {font-family: Georgia,Times New Roman,Times,serif; font-size:22pt;font-weight:bold
         }

p {	font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		text-indent : 30px;
	}

.subheadline {font-family: Georgia, Times New Roman,Times,serif; font-size:24pt;font-weight:bold
             }	

.TextBox {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/box_shadow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
          }


	.box {/*this is a box */
  background: #FFFFFF;
  color : #000099;
  font-family :   Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding : 4px;
  margin: 4px;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }	
		  
	  
		  
table {
	margin-left: 10%;
       }

td {
	vertical-align: top;
	font: 10pt arial;
	padding: 5px;
    }

