/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'' name: 12.css
'' type: stylesheet
'' version  | appie	| date      | by               | remarks
'' 1          2546 	  20020601    Assai              start
''                  
''                   
''         
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

body 		{ color:          white;
                }
/*
p               { font-family:    Verdana; 
                  font-size:      12px; 
                  font-weight:    normal; 
                  color:          #010145; 
                  margin-left:    12px; 
                  margin-right:   10px; 
                  margin-top:     0; 
                  margin-bottom:  0;
                }
h2              { font-family:    Verdana; 
                  font-size:      18px; 
                  font-weight:    bold;
                  color:          #010145; 
                  margin-left:    12px; 
                  margin-right:   10px; 
                  margin-top:     0; 
                  margin-bottom:  0;
                }
h3              { font-family:    Verdana; 
                  font-size:      16px; 
                  font-weight:    bold;
                  color:          #450101; 
                  margin-left:    12px; 
                  margin-right:   10px;}
h4              { font-family:    Verdana; 
                  font-size:      14px; 
                  font-weight:    bold;      
                  color:          #010145; 
                  margin-left:    12px; 
                  margin-right:   10px; 
                  margin-top:     0; 
                  margin-bottom:  0;
                }
h5              { font-family:    Verdana; 
                  font-size:      11px; 
                  font-weight:    bold;      
                  color:          #FFFFDD; 
                  margin-left:    12px;
                }
ul              { font-family:    Verdana; 
                  font-size:      12px; 
                  color:          #010145; 
                  margin-top:     0; 
                  margin-bottom:  0; 
                  margin-right:   10px;
                }
*/
a               { text-decoration: underline;
                  font-family:     Verdana; 
                  font-size:       12px; 
                }


.smallBoldWhite	  { font-family: Verdana;
                    font-size:   8pt; 
                    color:       #FFFFFF;
                    text-decoration: none;
                  }
.mediumBoldWhite  { font-family: Verdana;
                    font-size:   10pt;
                    color:       #FFFFFF;
                    text-decoration: none;
                  }
.menuBoldWhite	  { font-family: Verdana;
                    font-weight: bold;
                    font-size:   10pt;
                    color:       #FFFFFF;
                    text-decoration: none;
                  }
.bigBoldWhite	  { font-family: Verdana;
                    font-weight: bold;
                    font-size:   12pt;
                    color:       #FFFFFF;
                    text-decoration: none;
                  }
.textWhite	  { font-family: Verdana;
                    font-weight: normal;
                    font-size:   11pt;
                    color:       #FFFFFF;
                    text-decoration: none;
                  }
.mediumBoldBlue   { font-family: Verdana;
                    font-size:   10pt;
                    color:       #000088;
                    text-decoration: none;
                  }
.menuBlack        { font-family:  Verdana;
                    font-size:    10pt;
                    color:        Black;
                  }
.margins          { margin-right:  0;
                    margin-top:    0;
                    margin-bottom: 0;
                    margin-left:   0;
                  }
.buttonTable      { border-style:  outset; 
                    border-color:  #FF6600;
                    cursor:        hand;
                  }
form              { margin:        0;
                  }



#helpDropdown     { position:   relative;
                    z-index:    1;
                    color:      white
                    top:         0px;
                    right:     -10px;
                    left:       20px;
                    width:     150px;
                    height:      0px;
                    visibility: hidden;
                  }
