.update {
	color : black ;
	font-weight : bold ;
	font-size : 10 ; }
	
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12 ; 
	color: black ;
	background-color : white ;
	text-decoration: none;
	text-align: justify; }
a {  
	color: #005076 ;
	text-decoration: underline ;
	font-weight: bold ;
	font-size: 12 ; }
a:hover{
	color: #ffa03a ;
	text-decoration: underline ;
	font-weight: bold;
	font-size: 12 ; }
a:active {
	color: #ededed ;
	text-decoration: underline ;
	font-weight: bold ;
	font-size: 12 ; }
table {  
	color: black ;
	text-decoration: none; 
	font-size: 12px ; 
	font-weight: normal;
	background-color : none ; }
div { 
	font-size: small;
	font-weight: normal; 
	color: black ; 
	text-decoration: none; 
	font-size: 12px; }
.inputbox {
	background-color: white ;
	border-width: 1px;
	border-color: #a5acb2 ;
	border-style: groove;
	font-size: 12px;
	color: black ; }
.radio {
	background-color: white ;
	border-width: 0px;
	border-color: #727d03 ;
	border-style: groove;
	font-size: 12px;
	color: black ; }
.checkbox {
	background-color: white;
	border-width: 0px;
	border-color: #4F81B4 ;
	border-style: groove;
	font-size: 14px;
	color: #4F81B4 ; }
.submit {
	border-width: 1px;
	background-color : #87a70e ;
	border-color: white ;
	border-style: groove;
	font-size: 14;
	color: white ;
	height : 20 ; }
ul {
	list-style-type: square;
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px; }
.select
    {
    width: 120px;
    font-size: 10 ;
    background-color: white ;
    color : #a7adb2 ;
    border-color: #a7adb2;
    border-style: solid;
    border-width: 1px;
    margin-top: 0px;     }
.option {
    font-size: 10 ;
    color : #a7adb2 ;    }
.scroll
{
width: 750px;
height: 100%;
scrollbar-base-color: black ;
scrollbar-3d-light-color: black ;
scrollbar-arrow-color: #809bb4 ;
scrollbar-darkshadow-color: black ;
scrollbar-face-color: black ;
scrollbar-highlight-color: #809bb4 ;
scrollbar-shadow-color: #809bb4 ;
scrollbar-track-color: black ;
}



