table, td, th {
    font-family:    arial,helvetica;
    font-size:  14pt;
    margin-left:    10%;
    margin-right:   10%;
}

body {
    color:      #000000;
    background-color: #FFFFFF;
    font-family:    arial,helvetica;
    font-size:  12pt;
    margin-left:    2%;
    margin-right:   2%;
}

html {
    color:      #000000;
    background-color: #FFFFFF;
    font-family:    arial,helvetica;
    font-size:  12pt;
}

A:link {
        color:                  #00c0c0;
        background-color:       #FFFFFF;
}
A:visited {
        color:                  #803030;
        background-color:       #FFFFFF;
}
A:active {
        color:                  #803030;
        background-color:       #FFFFFF;
}
A:hover {
        color:                  #ddc0c0;
        background-color:       #FFFFFF;
}

caption.large {
        font-size:              200%;
        font-weight:            bold;
        font-style:             italic;
        font-family:            arial,helvetica;
    text-align:     center;
}

caption.small {
        font-size:              125%;
        font-weight:            bold;
        font-style:             italic;
        font-family:            arial,helvetica;
    text-align:     center;
}

h1 { 
        font-size:              200%;
        font-weight:            bold;
        font-style:             italic;
        font-family:            arial,helvetica;
        text-align:             center; 
} 
 
h2 { 
        font-size:              150%;
        font-weight:            bold;
        font-style:             normal;
        font-family:            arial,helvetica;
        text-align:             center; 
} 
 
h3 { 
        font-size:              120%;
        font-weight:            bold;
        font-style:             normal;
        font-family:            arial,helvetica;
        margin-top:             5pt;
        margin-bottom:          5pt;
} 
 
h4 { 
        font-size:              110%;
        font-weight:            bold;
        font-style:             normal;
        font-family:            arial,helvetica;
} 
 
h5 { 
        font-weight:            normal;
        font-style:             italic;
        font-family:            arial,helvetica;
} 
 
p {
        text-align:             left;
        font-family:            arial,helvetica;
        font-size:              100%;
}

p.text {
        text-align:             left;
        margin-left:            1em;
        margin-right:           1em;
        text-indent:            1em;
        font-size:              110%;
        margin-top:             3pt;
        margin-bottom:          3pt;
}

p.letter {
        text-align:             left;
        margin-left:            1em;
        margin-right:           1em;
        text-indent:            1em;
        font-size:              90%;
        margin-top:             9pt;
        margin-bottom:          9pt;
}

p.caption {
	color:			#990000;
        text-align:             left;
        margin-left:            3em;
        margin-right:           3em;
        text-indent:            0em;
        font-size:              90%;
	font-style:		italic;
	font-family:		script;
        margin-top:             9pt;
        margin-bottom:          9pt;
}

p.signature {
        text-align:             left;
        margin-left:            5em;
        margin-right:           5em;
        text-indent:            0em;
        font-size:              90%;
	font-style:		bold;
        margin-top:             9pt;
        margin-bottom:          9pt;
}


.center {
    text-align: center;

}

