/* Stylesheets for DSB         
** Created by Darrell Gowen 10/03/99      
*/

BODY {
    BACKGROUND: url("http://www.dsb-inc.com/images/dsb_emboss_back.jpg");
    COLOR: 400000;
    FONT: 10pt bold "ms sans serif", "helvetica", "sans serif";
}

TABLE {
    FONT: 10pt bold "ms sans serif", "helvetica", "sans serif";
}

H1, H2, H3, H4, H5, H6 {
    FONT-FAMILY: "arial", "helvetica", "sans serif";
    COLOR: blue;
}

A:LINK    { COLOR: rgb(0,0,255); }
A:VISITED { COLOR: rgb(51,0,102); }
A:HOVER   { COLOR: red; }

UL { list-style-image: ; }

.clsMaroonText {
    FONT: bold 16pt "times new roman", "serif";
    COLOR: blue;
}


/* 
** Style of tables that contain content on pages
*/
.clsContentTable {
	MARGIN: 5;
	PADDING: 50;
	BORDER: thin solid black;
	WIDTH: 80%;
	BACKGROUND: rgb(220,220,204);
}

/*
** .nav class is for navigation include files 
*/
.clsNav TD {
	BORDER-STYLE: outset 2px black;
	BACKGROUND: rgb(255, 255, 204); /* 255,255,204 */
	COLOR: black;
	FONT: bold 10pt Verdana,sans-serif;
}
.clsNav A:LINK { 
	COLOR: rgb(0, 0, 153);
	TEXT-DECORATION: none;
}
.clsNav A:VISITED { 
	COLOR: rgb(153, 0, 153); 
	TEXT-DECORATION: none;
}
.clsNav A:HOVER { 
	COLOR: #B30000;
	TEXT-DECORATION: underline;
}
