/* CSS file created 11/11/98 */
/* Page layout tags */
/* Hide the following from CSS challenged browsers */


/* Great Help DOC: */
/*  http://www.sitebug.com/nethelp/csshelp/index.php?page=syntax    */

BODY
{
margin-left: 3%;
margin-right: 3%;
color: black;
background-image: url(background.gif);
background-color: #3F5268;
}

/*  p {color:#FFFFFF;}  */
/*  p {text-align:center;color:yellow}  */
p {color:#FFFFFF;}


A:link {
color: #80FFFF
}
 
A:visited {
color: #00B0B0
}
 


H1,H2, H3,H4 { color: #FFFFFF; }

TD { color: #FFFFFF; }

/* P { font-size: 12pt; } */
/* Class Definitions */

.lite { font-weight: 100; }
 
.bld { font-weight: bold; }
 
.bldr { font-weight: 900; }
 
.cent { text-align: center }
 
.i1
{
margin-left: 0.2in;
margin-right: 0.2in;
}
 
.ital 
{
font-style: italic;
font-weight: bold;
}
 
.blu 
{
font-weight: bold;
font-size: 20pt;
color: #00009f;
}
 
.lar 
{
font-weight: bold;
font-size: 125%;
color: #0000af;
}
 
.sma 
{
font-size: 80%;
margin-left: 0.2in;
margin-right: 0.2in;
}
 
.spec
{
font-weight: bold;
font-size: 120%;
color: #0000cf;
margin-left: 0.2in;
margin-right: 0.2in;
} 

