﻿html, div , body{
  font-family : Times New Roman, Times, serif;
  font-size: 14px;
}

form {
   border: none;
   padding:0px;
   margin:0px;
}

table{
  border-collapse:collapse;
}

img{
  border-width:0px;
}

hr {
height: 0px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFFFFF;
color: #FFFFFF;
margin:5px;
#margin:0px;
}

a{
  font-weight: bold;
}

.justify{
  text-align:justify;
}

.center{
  text-align:center;
  margin:0px auto;
}


.relative{
  position:relative;
  padding:0px;
  margin:0px;
}


.cursorarrow{
  cursor:default ;
}

