body  {
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	width: 100%;
	margin: 0px;
}

img {
	border-style: none;
}
input.button {
    padding: 0 .25em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
    padding: 0 .25em;
}
input.btn {
   font: bold 75% 'Arial, Helvetica, sans-serif';
 }
 
.dlr_button{
	background: url(images/display_bar_small.jpg);

}
.dlr_button:hover{
	color: #ffffff;
	cursor: pointer;
	background: #ff6c01;
}	
.mouse_ptr:hover{
	cursor: pointer;
}	
select.sel_small{
	font: bold 85% 'Arial, Helvetica, sans-serif';
}	
span.ast{
	vertical-align: super;
	font-size: 0.75em;
	line-height: 0.5em;
	color: red;
}

.hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1pt;
width: 96%;
margin-left: 2%;
margin-right: 2%;
text-align: center;
}

.small {
  font-size: 10pt;
}
.smaller {
	  font-size: 8pt;
}
.smallest {
	  font-size: 6pt;
}
.big {
  font-size: 14pt;
}
.bigger {
	  font-size: 18pt;
}
.biggest {
	  font-size: 22pt;
}

.small-b {
	font-size: 10pt;
	font-weight: bold;
}
.smaller-b {
	font-size: 8pt;
	font-weight: bold;
}
.smallest-b {
	font-size: 6pt;
	font-weight: bold;
}
.big-b {
	font-size: 14pt;
	font-weight: bold
}
.bigger-b {
	font-size: 18pt;
	font-weight: bold;
}
.biggest-b {
	font-size: 22pt;
	font-weight: bold;
}
.small-r {
	font-size: 10pt;
	color: #ff0000;
}
.smaller-r {
	font-size: 8pt;
	color: #ff0000;
}
.smallest-r {
	font-size: 6pt;
	color: #ff0000;
}
.big-r {
	font-size: 14pt;
	color: #ff0000;
}
.bigger-r {
	font-size: 18pt;
	color: #ff0000;
}
.biggest-r {
	font-size: 22pt;
	color: #ff0000;
}
.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italic-b {
	font-style: italic;
	font-weight: bold;
}
.bold-i {
	font-style: italic;
	font-weight: bold;
}

.big-i {
	font-size: 14pt;
	font-style: italic;
}
.bigger-i {
	font-size: 18pt;
	font-style: italic;
}
.biggest-i {
	font-size: 22pt;
	font-style: italic;
}
.small-i {
	font-size: 10pt;
	font-style: italic;
}
.smaller-i {
	font-size: 8pt;
	font-style: italic;
}
.smallest-i {
	font-size: 6pt;
	font-style: italic;
}
.big-bi {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}
.bigger-bi {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}
.biggest-bi {
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
}
.small-bi {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.smaller-bi {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}
.smallest-bi {
	font-size: 6pt;
	font-style: italic;
	font-weight: bold;
}
.big-ir {
	font-size: 14pt;
	font-style: italic;
	color: #ff0000;
}
.bigger-ir {
	font-size: 18pt;
	font-style: italic;
	color: #ff0000;
}
.biggest-ir {
	font-size: 22pt;
	font-style: italic;
	color: #ff0000;
}
.small-ir {
	font-size: 10pt;
	font-style: italic;
	color: #ff0000;
}
.smaller-ir {
	font-size: 8pt;
	font-style: italic;
	color: #ff0000;
}
.smallest-ir {
	font-size: 6pt;
	font-style: italic;
	color: #ff0000;
}
.und {
	font-decoration: underline;
}	
