@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}


#yellow_corners_table { border: 0px; border-collapse: collapse; background-color: #ffbf00; 	margin-left: 20px; width:90%; }


#ytop-row {height: 12px; }

#ybottom-row {height: 12px; }

#ytl { width: 12px; background-image: url(../images/y_t_l.jpg); }

#ytr { width: 12px; background-image: url(../images/y_t_r.jpg); }

#ybl { background-image: url(../images/y_b_l.jpg); }

#ybr { background-image: url(../images/y_b_r.jpg); }


#green_corners_table { border: 0px; border-collapse: collapse; background-color: #91d04f; margin-left: 20px; width:90% }

#gtop-row {height: 12px; }

#gbottom-row {height: 12px; }

#gtl { width: 12px; background-image: url(../images/g_t_l.jpg); }

#gtr { width: 12px; background-image: url(../images/g_t_r.jpg); }

#gbl { background-image: url(../images/g_b_l.jpg); }

#gbr { background-image: url(../images/g_b_r.jpg); }



#brin_corners_table { border: 0px; border-collapse: collapse; background-color: #a673cd; 	margin-left: 20px; width:90% }

#btop-row {height: 12px; }

#bbottom-row {height: 12px; }

#btl { width: 12px; background-image: url(../images/b_t_l.jpg); }

#btr { width: 12px; background-image: url(../images/b_t_r.jpg); }

#bbl { background-image: url(../images/b_b_l.jpg); }

#bbr { background-image: url(../images/b_b_r.jpg); }