
*  {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
   }

code.html { color: #000000; }

h1 { 
	text-align: center;
	font-size:24px;
	margin-top:auto;
	color: #009900; 
	background-color:#eeeeee;
   }

body {
	color: #000000; 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #ffffcc;
	font-size: 15px;
	margin-left:  10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom:0px;

	SCROLLBAR-FACE-COLOR: #DAD9CF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F0F0F0; 
	SCROLLBAR-SHADOW-COLOR: #555440; 
	SCROLLBAR-3DLIGHT-COLOR: #DAD9CF; 
	SCROLLBAR-ARROW-COLOR: #002448; 
	SCROLLBAR-TRACK-COLOR: #F0F0F0; 
	SCROLLBAR-DARKSHADOW-COLOR: #DAD9CD;
   }

td {
	font-size: 15px;
	background-color:#ffffcc;
	border-color:#eeeeee;
   }	

th {
	font-size: 15px;
	color: #009900;  
	background-color:#ffffcc;
	border-color:#eeeeee;
   }

table.form {
	font-size: 15px;
	background: #eeeeee;
   }

p  {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
   }

TEXTAREA {
	font-size: 15px;
	}

OPTION {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}

INPUT {
	font-size: 15px;
	}

SELECT {
	font-size: 15px;
    }

.required {
	font-size: 15px;
	color: #000000;
   }

A:link    { color: #3300cc; text-decoration: none; }      /* unvisited links */
A:visited { color: #00cc00; text-decoration: none; }      /* visited links   */
A:hover   { color: #004080; text-decoration: underline; } /* user hovers     */
A:active  { color: #ff00cc; text-decoration: none; }      /* active links    */

.form1 { 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

.title { 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px; 
	font-style: italic; 
	color: #000000; 
	text-decoration: strong;
	font-weight: bold;
	background:#ffffff;
	}

.block {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px; 
	color: #000000; 
	text-decoration: none;
	background:#F8F8F8;
	}
