/**************************************************
 *
 * Cross browser style sheet - loaded by all CSS aware browsers
 *
 **************************************************/

html, body, div,
table, th, tr, td, 
p, 
dd, dt, dl, ul, ol, li, 
label, blockquote {
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    line-height: 120%;
}

table, hr {
    noshade;
}

blockquote {
    margin: 10
    margin-top: 5
}

a:link 	{
    color: #202030
}

a:active {
    color: white;
}

a:visited {
    color: #202030
}

a:hover {
    color:white
}

b, strong {
    font-weight : bold;
}

html, body, div,
table, th, tr, td, 
p, 
h1, h2, h3, h4, h5, h6, 
dd, dt, dl, ul, ol, li, 
label, blockquote {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight : bold;
}

i, em {
    font-style: italic;
}

pre, tt, code {
    font-family: Monaco, Courier, "Courier New", monospace; 
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Times Roman", Times, serif;
    line-height: 140%;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 22pt;
}

h3 {
    font-size: 18pt;
}

h4 {
    font-size: 16pt;
}

h5 {
    font-size: 14pt;
}

h6 {
    font-size: 13pt;
}

.title {
     font-size: 24pt;
}

.link {
    font-size: 14pt;
}