/*
Some common special characters:

    &frac14;    1/4
    &frac12;    1/2
    &frac34;    3/4
    &micro;     Greek letter mu
    &deg;       A degree mark
    &copy;      Copyright
    &sup2;      A super-script 2 (squared)
    &sup3;      A super-script 3 (cubed)
    &larr;      left arrow
    &rarr;      right arrow
    &uarr;      up arrow
    &darr;      down arrow
*/

#signature
{
    margin: 0;
    padding: 0;
    border-bottom: solid 1px blue;
    font-family:
        'Pristina'
        'Lucida Handwriting'
        'One Stroke Script LET'
        'Freestyle Script'
        'Lucida Calligraphy'
        'Monotype Corsiva'
        'Mistral AV'
        'Kunstler Script'
        'kristen ITC'
        'Lucida Grande',
        Verdana, 
        Geneva,
        Lucida,
        Arial, 
        Helvetica,
        sans-serif;
    /* font-weight: bold; */
    font-size: 150%;
    margin-left: 350px;
}

a.header
{
    color: brown;
    text-decoration: none;
}

a
{
    text-decoration: none;
}

#header
{
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px brown;
    text-decoration: none;
    color: brown;
    font-weight: bold;

    font-family: 'Lucida Grande', Verdana, 
                 Geneva, Lucida, Arial, 
                 Helvetica, sans-serif;

    font-size: 100%;
}

#left_header
{
    width: 32%;
    /* background: red; */
    text-align: left;
}

#center_header
{
    width: 32%;
    /* background: red; */
    text-align: center;
}

#right_header
{
    width: 32%;
    /* background: yellow; */
    text-align: right;
}

.caption
{
        font-size: 60%;
}

div.titleheader
{
        margin: 0;
        padding: 0;
        position: relative;
	text-align: center;
	font-weight: bold;
        font-size: 200%;
}

div.fixedwidth
{
        width: 600px;
}

h1
{
        font-family: 'Lucida Grande', Verdana, 
                     Geneva, Lucida, Arial, 
                     Helvetica, sans-serif;
	text-align: left;
        margin: 30px;
        margin-left: 0;
        padding: 10px;

	border-bottom: solid 1px #CCCCCC;
}

h2
{
	text-align: left;
        margin: 20px;
        margin-left: 0;
        padding: 0px;
        font-size: 140%;
}

h3
{
	color: #000000;
	text-align: left;
        margin: 10px;
        margin-left: 0;
        padding: 0px;
}

h4
{
	font-weight: bold;
        margin: 0;
        padding: 0;
}	

body
{
	background:
  	  #FFF8F0
	  /* url(../../foo.jpg) */
	  no-repeat
	  fixed
	  10px 10px;
	color: #000000;
        font-family: 'Lucida Grande', Verdana, 
                     Geneva, Lucida, Arial, 
                     Helvetica, sans-serif;
/*
        font-family: Times, Times Roman, serif;
        font-size: 110%;
*/
	/* border: solid 5px #000000; */
        margin: 10px;
	margin-left: 60px;
	margin-right: 10px;
        padding: 10px;
        width: 100%;
        height: 100%;
}

@media print
{

    body
    {
	background:
  	  white
	  none
	  no-repeat
	  fixed
	  10px 10px;
	color: #000000;
        margin: 0;
	margin-left: 50px;
	margin-right: 50px;
        padding: 0;
    }
}	

p
{
	text-align: left;
	font-style: normal;
        margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
        padding: 5px;
}

p.first-letter
{
        margin: 0;
        padding: 0;
        line-height: 0.9em;
        line-height: 1.2em;
        font-size: 140%;
        font-weight: bold;
        font-family: Times, Times Roman, serif;
	color: #207020;
        position: relative;
        float: left;
}

.initialcap
{
        margin: 0;
        padding: 0;
        font-size: 115%;
        font-weight: bold;
        line-height: 0.9em;
	color: #A77777;
        position: relative;
        top: 0em;
        height: 0em;
}

/* For preformatted text - Netscape goof-up */

pre
{
	font-size: x-small;
	font-family: Courier, monospace;
        white-space: pre;
}
