
textarea	{
	font-size : 10pt; 
	font-family : Arial, Verdana, Helvetica, Sans Serif; 
	border : 1px solid Black;
	height: 100pt; 
	width : 200pt; 
}

input	{
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 9pt; 
	border : 1px solid Black;
	width : 200pt; 
	height: 15pt; 
}
.button{
	font-family: Verdana, Helvetica, Sans Serif; 
	font-size: 10pt; 
	font-weight : bold;
	color : navy;
	border : 1px solid navy;
	width : 100pt; 
	height: 18pt; 
	background : #F2F9FF;
}

.select	{
	font-family: Arial, Verdana, Helvetica, Sans Serif; 
	font-size: 10pt; 
	border : 1px solid Black;
	width : 200pt; 
}


li,ul,table,td  {
	font-family : Arial, Verdana, Helvetica, helv, sans-serif, swiss;
	font-size : 10pt;
	color : #000000;
	text-decoration : none;
}



h1  {
	font-family : Arial, Verdana, Helvetica, helv, sans-serif, swiss;
	font-weight : bold;
	font-size : 16pt;
	color : #000000;
	text-decoration : none;
}

h2 { 
	font-family : Arial, Verdana, Helvetica, helv, sans-serif, swiss;
	font-size : 14pt;
	color : #000000;
	text-decoration : none;
}

h3 { 
	font-family  : Arial, Verdana, Helvetica, helv, sans-serif, swiss;
	font-weight  : bold;
	font-size  : 12pt;
	color   : #000000;
	text-decoration  : underline;
}




a {
	font-family : Arial, Verdana, Helvetica, helv, sans-serif, swiss;
	font-size : 10pt;
	color : #003399;
	background : none;
	text-decoration : underline;
}

a:visited  {
	font-family : Arial, Verdana, Helvetica, helv, sans-serif, swiss;
	font-size : 10pt;
	color : #003399;
	background : none;
	text-decoration : underline;
}


BODY {
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #2C7CD1;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #969696;
	scrollbar-darkshadow-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	background-color: #2C7CD1;
	font-size: 12;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}