/* CSS Document */

body  {
	background-color: #B0C4DE;
	color: Navy;
}

table#contenttbl * {
	background-color: #ffffff;
	color: Navy;
}

.tl, .tr, .bl, .br {
	background-color: #B0C4DE !important;
	background-repeat: no-repeat; 
}

.wave {background-image: url(../images/wave_blue2.gif);}

/* the four table corner styles */
table#contenttbl td.tl {background-image: url(../images/corners/quarter_tl_navy15.gif);}
table#contenttbl td.tr {background-image: url(../images/corners/quarter_tr_navy15.gif);}
table#contenttbl td.br {background-image: url(../images/corners/quarter_br_navy15.gif);}
table#contenttbl td.bl {background-image: url(../images/corners/quarter_bl_navy15.gif);}

/* the four table edge styles */
.topedge, .rightedge, .bottomedge, .leftedge {border-color: navy;}

div.buttonlink {background-image: url(../images/navbuttons/scallop_blu_lt.gif);}

div.buttonlink a {color: navy;}

div.section_open {background-image: url(../images/navbuttons/scallop_blu_dk.gif);}

div.section_open a {color: #FFD700;}