@charset "ISO-8859-1";
html, body
{
   background-color:    #2E5DA5;
   background-repeat:   repeat;
}


.title
{
   font-family:         "Verdana", helveticia, sans-serif;
   font-weight:         bold;
   font-style:          normal;
   font-size:           35px;
   color:               #000000;
   text-align:          center;
}

.subtitle
{
   font-family:         "Verdana", helveticia, sans-serif;
   font-weight:         bold;
   font-style:          normal;
   font-size:           15px;
   color:               #000000;
   text-align:          center;
}

.normal
{
   font-family:         "Verdana", helveticia, sans-serif;
   font-weight:         normal;
   font-style:          normal;
   font-size:           15px;
   color:               #000000;
}

.small
{
   font-family:         "Verdana", helveticia, sans-serif;
   font-weight:         bold;
   font-style:          normal;
   font-size:           12px;
   color:               #000000;
}

.tiny
{
   font-family:         "Verdana", helveticia, sans-serif;
   font-weight:         normal;
   font-style:          normal;
   font-size:           10px;
   color:               #000000;
   text-align:          center;
}

.center
{
   text-align:          center;
}

.indent
{
   text-indent:         20px;
}

.justify
{
   text-align:          justify;
}

.underline
{
   text-decoration:     underline;
}

img.inline
{
   border-width:        0;
   border-style:        none;
   border-color:        transparent;
   padding-bottom:      3px;
}

table.standard
{
   width:               95%;
   margin-left:         auto;
   margin-right:        auto;
   background:          #FFFFFF;
   border-width:        0;
   border-style:        none;
   border-color:        transparent;
   padding:             1px;
}

TD.blue
{
   background-color:    #2E5DA5;
   border-width:        0;
   border-style:        none;
   border-color:        transparent;
   padding:             0;
   font-size:           10px;
   width:               33%;
}

TD.red
{
   background-color:    #FF0000;
   border-width:        0;
   border-style:        none;
   border-color:        transparent;
   padding:             0;
   font-size:           10px;
   width:               34%;
}

TD.green
{
   background-color:    #00FF00;
   border-width:        0;
   border-style:        none;
   border-color:        transparent;
   padding:             0;
   font-size:           10px;
   width:               33%;
}











