body, td {color: #2D3A52; font-size: x-small; font-family: Verdana, Arial}

.textfield   {border: 1px #000000 solid; background-color: #E0E6ED;}

  body { 
    scrollbar-face-color: #A1B1C3;
    scrollbar-arrow-color: #4E658A;
    scrollbar-track-color: #9FAAB8;
    scrollbar-shadow-color: #A1B1C3;
    scrollbar-highlight-color: #E9E9E9;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #666666;
  }


A { color : #666666; text-decoration : underline; }
A:Visited { color : #666666; text-decoration : underline; } 
A:Active { color : #666666; text-decoration : underline; } 
A:Hover { color : #A1B1C3; text-decoration : none; }

.menu A { color : #000040; text-decoration : none; }
.menu A:Visited { color : #000040; text-decoration : none; } 
.menu A:Active { color : #000040; text-decoration : none; } 
.menu A:Hover { color : #000040; text-decoration : none; }

  .menulines   { border:1px solid #DEE3EC; }
  .menulines a { font-size: 9px; text-decoration:none; color:black; }
  .colored { color: #516575; }
  .divider { border-bottom: 1px dashed #516575; }

  select, input { background-color: #F7FDFF; color: #516575; font-size: 11px; font-family: Tahoma; border: 1px solid #516575; }

  textarea { width: 100% }

  .gray { background-color: #F0F0F0; }

  .textbox { width: 120px }
  .medbox { width: 170px }
  .longbox { width: 220px }

  .breadcrumb { font-size: 11px; font-weight: bold; }
  .text { font-size: 12px }
  .small { font-size: 9px }

.forms_field {
	background: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: Black;
	border-style: rigid;
	border-width: 1px;
	}
	
.forms_submit {
	background: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px groove Black;
}
.forms_browse {
	background: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	font-weight: bold;
	border: 1px groove Black;
}

.uploadform { background-color: #E9E9E9;
                        width: 350px;
                        border: dotted;
                        border-width: 2px 2px 2px 2px;
                        border-color: #000000 #000000 #000000 #000000;
                        padding: 6px;
                        font-family: Verdana, Arial, Helvetica, sans-serif;;
			font-size: 10px;
 }