﻿.rtl { direction: rtl;}
.ltr { direction: ltr;}


.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.royalBlue { color: royalblue; }
.orange { color: Orange; }
.forestGreen { color: ForestGreen; }
.yellow { color: yellow; }
.cyan { color: cyan; }
.borderRed{ border: solid 1px red;}
.requiredField{ color: red;}
.textAlignCenter{ text-align: center;}
.nowrap { white-space: nowrap;}
.wrap { white-space: normal;}


.font10 { font-size: 10pt; }
.font10B { font-size: 10pt; font-weight: bold; }
.font12 { font-size: 12pt; }
.font12B { font-size: 12pt; font-weight: bold; }
.font14 { font-size: 14pt; }
.font14B { font-size: 14pt; font-weight: bold; }
 


