form {margin: 0px; padding: 0px; display: inline;}

.border-r1 {border-right: 1px solid}
.border-l1 {border-left: 1px solid}
.border-t1 {border-top: 1px solid}
.border-b1 {border-bottom: 1px solid}
.border-r2 {border-right: 1px dashed}
.border-l2 {border-left: 1px dashed}
.border-t2 {border-top: 1px dashed}
.border-b2 {border-bottom: 1px dashed}
.border-1px-solid {border: 1px solid black;}

.bold {font-weight: bold;}
.nobold {font-weight: normal;}

.italic {font-style: italic;}
.underline {text-decoration: underline;}

.nowrap {white-space: nowrap;}

a.bluelink, a.bluelink:hover, a.bluelink:link, a.bluelink:visited {color: blue; font-color: blue; text-decoration: underline;}
a.whitelink, a.whitelink:hover, a.whitelink:link, a.whitelink:visited {color: white; font-color: white; text-decoration: underline;}

.black {color: black; font-color: black;}
.white {color: white; font-color: white;}
.whitesmoke {color: whitesmoke; font-color: whitesmoke;}
.red {color: red; font-color: red;}
.blue {color: blue; font-color: blue;}
.yellow {color: yellow; font-color: yellow;}
.lightgreen {color: lightgreen; font-color: lightgreen;}
.green {color: green; font-color: green;}
.brown {color: brown; font-color: brown;}
.purple {color: #cc0066; font-color: #cc0066;}
.grey {color: gray; font-color: gray;}
.lightgrey {color: #E6E6E6; font-color: #e6e6e6;}

.black-background {background-color: black;}
.white-background {background-color: white;}
.whitesmoke-background {background-color: whitesmoke;}
.red-background {background-color: red;}
.yellow-background {background-color: yellow;}
.blue-background {background-color: blue;}
.lightgreen-background {background-color: lightgreen;}
.green-background {background-color: green;}
.brown-background {background-color: brown;}
.purple-background {background-color: #cc0066;}


.size4 {font-size: 4pt;}
.size5 {font-size: 5pt;}
.size6 {font-size: 6pt;}
.size7 {font-size: 7pt;}
.size8 {font-size: 8pt;}
.size9 {font-size: 9pt;}
.size10 {font-size: 10pt;}
.size11 {font-size: 11pt;}
.size12 {font-size: 12pt;}
.size13 {font-size: 13pt;}
.size14 {font-size: 14pt;}
.size15 {font-size: 15pt;}
.size16 {font-size: 16pt;}
.size17 {font-size: 17pt;}
.size18 {font-size: 18pt;}
.size19 {font-size: 19pt;}
.size20 {font-size: 20pt;}
.size25 {font-size: 25pt;}
.size30 {font-size: 30pt;}
.size35 {font-size: 35pt;}
.size40 {font-size: 40pt;}
.size45 {font-size: 45pt;}
.size50 {font-size: 50pt;}
.size55 {font-size: 55pt;}

.arial {font-family: arial;}
.times new roman {font-family: times new roman;}
.tahome {font-family: tahoma;}

.hand-cursor{	cursor: hand;}

.line-height-1.0 { line-height: 1.0em;}
.line-height-1.25 { line-height: 1.25em;}
.line-height-1.5 { line-height: 1.5em;}

.table-warning-color .table-warning-colour {background-color: red; background: red;}


