body{
background: url(/images/background.jpg) no-repeat 100% 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
margin: 0px;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #000000; 
}

table {
font-size: 10pt;
}

h3 {
margin: 0px;
}
form {
margin: 0px;
}

.small {
font-size: 9px;
color: #FFFFFF;
}

.box {
font-size: 8pt;
color: #FFFFFF;
padding-left: 15px;
padding-right: 15px;
}

.trans_box_grey {
color: #FFFFFF;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/grey_50.png,sizingMethod='scale');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box_grey[class] {
  background-image:url(images/grey_50.png);
}

.trans_box_white {
color: #000000;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/white_50.png,sizingMethod='scale');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box_white[class] {
  background-image:url(images/white_50.png);
}


a{
color: #000000;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}
a:visited{
color: #999999;
text-decoration: none;
}
a:hover{
color: #000000;
text-decoration: underline;
}
a:active{
color: #000000;
text-decoration: none;
}

a.navbar{
color: #FF720A;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}
a.navbar:visited{
color: #FF720A;
text-decoration: none;
}
a.navbar:hover{
color: #FF720A;
text-decoration: underline;
}
a.navbar:active{
color: #FF720A;
text-decoration: none;
}

a.white{
color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}
a.white:visited{
color: #FFFFFF;
text-decoration: underline;
}
a.white:hover{
color: #FFFFFF;
text-decoration: underline;
}
a.white:active{
color: #FFFFFF;
text-decoration: underline;
}

a.small{
color: #FF720A;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
}
a.small:visited{
color: #FF720A;
text-decoration: none;
}
a.small:hover{
color: #FF720A;
text-decoration: underline;
}
a.small:active{
color: #FF720A;
text-decoration: none;
}
