
body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 0px;
}
td { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
A:link, A:active, A:visited {
  color: #BC1919;
  font-family: arial;
  text-decoration: none;
  font-size: 12px;
}
A:hover {
  color: #838383;
  font-family: arial;
}
A.red:link, A.red:active, A.red:visited {
  color: #BC1919;
  font-family: arial;
  text-decoration: none;
  font-size: 12px;
}
A.red:hover {
  color: #838383;
}
A.wh2:link, A.wh2:active, A.wh2:visited {
  color: #FFF;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
A.wh2:hover {
  color: #FEFFB7;
}
.alert {color:red;}
.lt {
	float: left;
	display:block
}
.rt {
    float: right;
    display:block
}
.w {
	width:100%;
}
A.button:link, A.button:active, A.button:visited {
        background-color: transparent;
        text-decoration: none;
}
A.button:hover {
        background-color: #FFF;
}

A.result:link, A.result:active, A.result:visited {
        background-color: transparent;
        text-decoration: none;
}
A.result:hover {
        background-color: #EFEFEF;
}

A.b:link, A.b:active, A.b:visited { font-weight: bold; }
A.b:hover { font-weight: bold; }

A.i:link, A.i:active, A.i:visited { font-style: italic; }
A.i:hover { font-style: italic; }

.ch { cursor:pointer;}

/* Text Color */
.t_red { color: #D50000; }
.t_blk { color: black; }
.t_whi { color: #FFFFFF; }
.t_yel { color: #FEFFB7; }
.t_gre { color: #808080; }
.t_dgre { color: #3D3D3D; }
.t_blu { color: #2D69A9; }

/* Text Attributes */
.b { font-weight: bold; }
.i { font-style: italic; }

/* Text Size */
.t8 { font-size: 08px; }
.t9 { font-size: 09px; }
.t10 { font-size: 10px; }
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }
.t13 { font-size: 13px; }
.t14 { font-size: 14px; }
.t15 { font-size: 15px; }
.t16 { font-size: 16px; }
.t17 { font-size: 17px; }
.t18 { font-size: 18px; }
.t19 { font-size: 19px; }

.pad3 { padding: 3px; }
.pad4 { padding: 4px; }
.pad5 { padding: 5px; }

/* Background Colors */
.b_whi { background-color: #FFFFFF; }
.b_yel { background-color: #FEFFB7; }
.b_lblu { background-color: #D3E0ED; }
.b_dblu { background-color: #2D69A9; }
.b_lgre { background-color: #EFEFEF; }
.b_dgre { background-color: #808080; }
.b_red { background-color: #DC0303; }
.b_dred { background-color: #B50101; }
.b_lgrn { background-color: #99CC99; }
.b_bla { background-color: #000000; }
.b_lbr { background-color:#EEEAE0; }

.widge {
        font-size: 12px;
}
.widgey {
    font-size: 12px;
	background-color: #FEFFB7;
}

