body {
      font-family: verdana, arial, geneva, helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000;
	  /* top,right,bottom,left */
      margin: 4px 0px 4px 0px;
     }


/* Headings */
h1,h2,h3,h4,h5,h6 {font-family: arial, verdana, geneva, helvetica, sans-serif; margin-bottom:5px; margin-top:10px;}

h1 {font-size: 18px; line-height: 22px;}
h2 {font-size: 16px; line-height: 19px;}
h3 {font-size: 14px; line-height: 17px;}
h4 {font-size: 12px; line-height: 15px;}
h5 {font-size: 11px; line-height: 14px;}
h6 {font-size: 11px; line-height: 14px;}

p { line-height: 140%;}

ul {margin-left:15px; margin-bottom: 10px; margin-top: 5px; line-height: 140%;}
ol {margin-left: 24px; padding-left: 0px; margin-bottom: 10px; margin-top: 5px; line-height: 140%;}


Table.tblMain {height: 100%;}
TABLE.BOX {border: 1px solid #000000;}
TABLE.BOX td {font-family: verdana, arial, geneva, helvetica, sans-serif; font-size: 11px; color: #000000;}

.footer {height: 30px;}

/* link styles */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

/* Form styles */
.frmButton { border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #FF6600;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;}

.frmField { border-left: 1px solid #666666; 
        border-right: 1px solid #000000; 
        border-top: 1px solid #666666; 
        border-bottom: 1px solid #000000; 
        padding: 1px;
		font-family: arial, verdana, helvetica, sans-serif; font-size: 11px;}
