/**
 * dvds.css 
 * Author: Benoit Mahe benoit@mahe-family.com
 */

body              { 
                    background-color: white;
                    font-family: Helvetica, Arial, sans-serif }

/********* DIV **********/

DIV.dvd           { font-family: Helvetica;
                    margin: 2.0%; 
                    margin-top: 1.0%;
                    padding-top: 1%;
                    padding-left: 1%;
                    border: thin solid silver; 
                    width: 100.0% }

DIV.body          { margin-left: 5pt; }


DIV.links         { margin-left: 10pt; }

DIV.main          { margin-left: 20pt; }

/********** H **********/

h1                { font-weight : bold; 
                    font-family : helvetica; 
                    color : #669 }
      
td                { font-family: Helvetica; font-size: 10pt }

td.free           { font-size: 10pt }

/********** ul li **********/

ul                { list-style: none  }
li                {  }

/********** table **********/

tr.color          { color: blue }
	
td.color          { color: blue }

td.title          { font-weight: bold;
                    font-size: large }

/********** anchors **********/

a.menu:link       { color: #FFFFFF;
                    text-decoration: none;
                    font-size: 10pt;
                    font-weight: bold;
                    font-family: "verdana", "arial", "geneva", sans-serif }
	
a.menu:visited    { color: #E0E0EF;
                    text-decoration: none;
                    font-size: 10pt;
                    font-weight: bold;
                    font-family: "verdana", "arial", "geneva", sans-serif }

a.menu:active     { color: #FF6666;
                    text-decoration: none;
                    font-size: 10pt;
                    font-family: "verdana", "arial", "geneva", sans-serif }

a.no-deco:link    { text-decoration : none }

a.no-deco:visited { text-decoration : none }

a.no-deco:active  { text-decoration : none }

a.mini:link       { font-family: helvetica; 
                    font-size: 10pt }

a.mini:visited    { font-family: helvetica; 
                    font-size: 10pt }

a.mini:active     { font-family: helvetica; 
                    font-size: 10pt }

/********** misc **********/

address           { font-family: Helvetica;
                    font-style : normal }

ul.no-style       { list-style: none }

.firstletter      { font-size: 20pt; 
                    font-weight: bold }

.small            { font-size: small; color: red }

.mini             { font-size: 10pt;
                    font-family: helvetica }

.red              { color: red; font-weight: bold }

.error            { color: red; font-weight: bold; font-size: small }

.legend           { margin: 10pt;
                    font-family: helvetica; 
                    text-indent: 15pt }

.pre              { white-space: pre }

.gold             { color: #CC6600; 
                    font-weight: bold }

.blue             { color: #003399 }

.black            { color: #000000; 
                    font-weight: bold }

.separator        { color: white; 
                    font-weight: bold }


.glop             { color: #FFFFFF;
                    font-weight: bold;
                    font-size: 10pt;
                    font-family: "verdana", "arial", "geneva", sans-serif }
