body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

a, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #000000;
    text-decoration: bold;
    font-weight: bold;
}

.nohover a:hover {
    color: #000000;
    font-weight: normal;
}

option, textarea, input, select, file, button {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    color: #000000; 
    background-color: #ffffff; 
    border: 1px solid #333333;
}

fieldset {
    border: 1px solid #ff9b24;
    font-size: 14px;
    padding: 10px;
}
legend {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

h1 {
	color: #FF0000;
	text-align: center;
}

.popupbt {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: bold;
    color: black; 
    background-color: #FF8409;    
    border: 2px solid #333333;
}

.longunderline {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.longunderlinecolor {
	font-size: 18px; 
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.table_border {
	border-left-width:2px;
  border-left-style:solid;
  border-left-color:#ff9b24;
	border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#ff9b24;
}
.dashed_border {
	border-right-width:1px;
  border-right-style:dashed;
  border-right-color:black;
	border-bottom-width:1px;
  border-bottom-style:dashed;
  border-bottom-color:black;
}
.img_border {
	border-left-width:2px;
  border-left-style:solid;
  border-left-color:black;
	border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:black;
	border-right-width:2px;
  border-right-style:solid;
  border-right-color:black;
	border-top-width:2px;
  border-top-style:solid;
  border-top-color:black;
}
.img_fat_border {
	border-left-width:30px;
  border-left-style:solid;
  border-left-color:black;
	border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:black;
	border-right-width:30px;
  border-right-style:solid;
  border-right-color:black;
	border-top-width:2px;
  border-top-style:solid;
  border-top-color:black;
}

.result{
	border: 2px black solid;
	padding: 3px;
}
