/* ! DO NOT FORGET TO CHECK "same" ! */



/* Colors */



.color1 { background-color: #FFFFFF } /* Page background */

.color2 { background-color: #D5D5D5 }

.color3 { background-color: #FFCC00}

.color4 { background-color: #000000 } /* Inner borders */

.color5 { background-color: #B2B2B2 } /* Left menu (separators) */

.color6 { background-color: #C2C2C2 } /* Borders of inner tables */



/* Menus */



.mnu1 { font: 700 11px Arial, Helvetica, sans-serif;

        color: #666666 }

.mnu1 A { color: #666666;

          text-decoration: none }

.mnu1 A:hover { text-decoration: underline }



.mnu2 { font: 700 12px Arial, Helvetica, sans-serif;

        text-align: center;

        color: #666666;

        margin-left: 18px;

        margin-top: 8px }

.mnu2 A { color: #666666;

          text-decoration: underline }

.mnu2 A:hover { color: #000000 }



/* Headers */





/* Content */



.content { font: 12px Arial, Helvetica, sans-serif;

           color: #666666;

           margin-top: 17px }

.content A { color: #999999;

             text-decoration: underline }

.content A:hover { color: #000000 }

.content ADDRESS { font-style: normal;

                   margin-left: 0px }

.content UL { list-style: square }

.content .h2 { font-weight: 700;

               color: #F5B80F;

               margin-top: 17px;

               display: block }

.content .h3 { font-weight: 700;

               margin-top: 10px;

               display: block }

.content #hl1 { color: #999999 } /* Same as .content A color */



.bottomLine { margin-top: 15px }



.cell { font: 12px Arial, Helvetica, sans-serif;

        color: #666666 } /* Same as .content color */

.cell A { color: #999999; /* Same as .content A color */

          text-decoration: underline }

.cell A:hover { color: #000000 } /* Same as .content A:hover color */



.tagline H1 {
	color: #CC0000;
	margin-bottom: 5px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}



.copyright { font: 11px Arial, Helvetica, sans-serif;

             color: #b36363;

             padding: 3px 15px }

.copyright A { text-decoration: none;

               color: #b36363 }

.copyright A:hover { text-decoration: underline;

                     color: #935353 }





/* Other */



STRONG { display: none }

B { font-weight: 700 }

INPUT { font-family: Courier New, Courier, mono;

        font-size: 12px;

        color: #000000 }



#left { text-align: left }

#center { text-align: center }

#right { text-align: right }

#justify { text-align: justify }



#under { text-decoration: underline }

#noUnder { text-decoration: none }



#noMargins { margin: 0px 0px }

#noHMargins { margin-left: 0px;

              margin-right: 0px }

#noVMargins { margin-top: 0px;

              margin-bottom: 0px }



#first { margin-top: 0px }



.spacer { width: 1px;

          height: 1px }
