body {

background: #FFFFFF url('images/bg.png') repeat-x;
font-family: tahoma;
font-size: 10pt;
color: #333333;
margin: 20px;

}
A { color: #429df9; text-decoration: none; }
A:link { color: #429df9; text-decoration: none; }
A:visited { color: #429df9; text-decoration: none;}
A:active { color: #e5e353;  }
A:hover { color: #e5e353;  }


}

table, tr, td {

font-family: tahoma;
font-size: 10pt;
color: #333333;
behavior: url('iepngfix.htc');

}

.nav1 {

height: 30px;
background: url('images/nav1.png');
font-size: 8pt;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-left: 25px;
padding-right: 25px;
width: 20px;

}

.nav2 {

height: 30px;
background: url('images/nav2.png');
font-size: 8pt;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding-left: 25px;
padding-right: 25px;
width: 20px;

}

.nav-right {

background: url('images/nav1.png');

}

.content {

padding: 7px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #FFFFFF;

}

.content-left {

width: 175px;
padding-right: 7px;

}

.content-middle {

padding-left: 7px;
padding-right: 7px;
border-left: 1px dotted #CCCCCC;
border-right: 1px dotted #CCCCCC;

}

.content-right {

width: 175px;
padding-left: 7px;

}

.footer {

height: 30px;
background: url('images/footer.png');
text-align: center;
font-size: 10px;
color: #666666;

}

/* IE PNG FIX */

img, background, table, tr, td {

behavior: url('iepngfix.htc');

}
