body, html { height: 100%; }

.bodystyle

  {	

        background-color: #ffffff;

	margin: 0px;

	font-family : Arial, Helvetica, Verdana;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 120%;

  }

.maintext, li, blockquote, font
        
  {
	font-family : Arial, Helvetica, Verdana;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 120%;
  }

A:link 

  {
        color: #006666; 
        text-decoration: underline; 
	font-weight : bold;
  }

A:visited 

  {
        color: #006666; 
        text-decoration: underline; 
	font-weight : bold;
  }

A:hover 

  { 
        color: #66CC99; 
        text-decoration: none; 
	font-weight : bold;
  }

A:active 
 
  { 
        color: #006666; 
        text-decoration: underline; 
	font-weight : bold;
  }

h1, .pagetitle

  {
	font-family : Arial, Helvetica, Verdana;
	font-size : large;
	font-weight : bold;
	letter-spacing : 1px;
	color : #006666;
	line-height : 150%;
  }

h2, .heading

  {
	font-family : Arial, Helvetica, Verdana;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : #006666;
	line-height : 110%;
  }

.page_header

  {
	font-family : Arial, Helvetica, Verdana;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : #66CC99;
	line-height : 110%;
  }


.largetext
        
  {
	font-family : Arial, Helvetica, Verdana;
	font-size : medium;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 120%;
  }

.smalltext, .page_footer
  
  {
	font-family : Arial, Helvetica, Verdana;
	font-size : 11px;
	font-weight : normal;
  }

.toptext 
        
  {
	font-family : Arial, Helvetica, Verdana;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 120%;
  }

.tablestyle
        
  {
	border: 1px solid #66CC99;
	background-color: #C0FFC0;
  }

hr
  {
	color: #66CC99;
  }

input, textarea

  {
        background-color: #C0FFC0;
        border: 1px solid #66CC99;
  }

.texthighlight
  {
	background-color: #C0FFC0;
  }

.popupstyle

  {	
        padding-top: 60px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;

        background-image: url('./images/additional_bg.jpg');
	background-repeat: no-repeat;
        background-color: #ffffff;

	margin: 0px;

  }