
/*css sheet for TLFdesigns,  mmd.css */

body
{
background-image: url(bkgnd.jpg);
background-color: #fae2c4;
background-repeat: repeat-y;
text-align: left;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 11pt;
font-weight: normal
}



a:hover 
{
color: #000000;
}

h1 
{
color: #B96A0E;
font-size: 18pt;
font-weight: bold;
}


h2 
{
color: #0000ff;
font-size: 14pt;
font-weight: bold;
}


h3 
{
color: #0000ff;
font-size: 12pt;
font-weight: bold;
}


h4 
{
color: #ff0000;
font-size: 11pt;
font-weight: bold;
}


h5 
{
color: #ff0000;
font-size: 10pt;
font-weight: bold;
}


h6 
{
color: #000000;
font-size: 10pt;
font-weight: normal;
}


p 
{
color: #000000;
font-size: 13pt;
}

ul, li
{
font-family: arial, verdana, helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
}

li
{
list-style-image: url(bull.gif);
}

span.bigcap
{
color: #0000ff;
font-size: 150%;
font-weight: bold;
}

span.spanbolder
{
color: #000000;
font-size: 14pt;
font-weight: bold;
}


span.spanbold
{
color: #000000;
font-size: 12pt;
font-weight: bold;
}

.paraindent 
{
margin-left: 20px;
}

.textindent 
{
text-indent: 20px;
}

.textcenter 
{
text-align: center;
}

.textright 
{
text-align: right;
}

hr
{
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
text-align: left;
}