
* {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

code.html { color: #000000; }

body {
	color: #000000; 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #ffffcc;
	font-size: 15px;
	margin-left: 0px;
	margin-right: 1px;
	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;
}

th {
	font-size: 15px;
}

table.form {
	font-size: 15px;
	background: #F8F8F8;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}

TEXTAREA {
	font-size: 15px;
}

OPTION {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

INPUT {
	font-size: 10px;
}

SELECT {
	font-size: 10px;
}

.required {
	font-size: 10px;
	color: #ff0000;
}

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: 10px; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	border: #003264; 
	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: 16px; 
	font-style: italic; 
	color: #003264; 
	text-decoration: strong;
	font-weight: bold;
	background:#F8F8F8;
}

.block {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
	background:#F8F8F8;
}

