/* CSS Document */

body,html{margin: 0; height: 100%;}
body{background-image:url(../images/background.gif); background-repeat:repeat-x; background-color:#baceda;}

.cell_top{height:5px; background-image:url(../images/cell_t.gif);}
.cell_topleft{height:5px; width:5px; background-image:url(../images/cell_tl.gif);}
.cell_topright{height:5px; width:5px; background-image:url(../images/cell_tr.gif);}

.cell_center{padding: 8px; background-color:#d5e2e9; text-align: center;}
.cell_center_np{background-color:#d5e2e9; text-align: center;}
.cell_left{width:5px; background-image:url(../images/cell_l.gif);}
.cell_right{width:5px; background-image:url(../images/cell_r.gif);}

.cell_bottom{height:5px; background-image:url(../images/cell_b.gif);}
.cell_bottomleft{height:5px; width:5px; background-image:url(../images/cell_bl.gif);}
.cell_bottomright{height:5px; width:5px; background-image:url(../images/cell_br.gif);}

.cell_space{width:14px;}
.cell_inside{width:153px; background:url(../images/background_inside.gif) no-repeat;}

td.link{font-family:verdana; font-size:10px; color:#165b84; text-align:center; padding:6px;}
td.link:hover{font-family:verdana; font-size:10px; color:#ffffff; text-align:center; padding:6px; background:url(../images/background_rollover.gif) bottom ; cursor: pointer;}
td.contact{font-family:verdana; font-size:10px; color:#165b84; text-align:center; font-style:italic; line-height:14px;}
