BODY {
    background-color: #0099FF;
    font-family: Verdana;
    font-size : 12px;
}

h1{
  font-size: 12pt;
}

input, textarea, select{
    color: #000000;
}

td{select,input,textarea {
    font-family : Verdana;
    font-size : 12px;
    color : #ffffff;
}

a{
    text-decoration : underline;
    font-family : Verdana;
    font-size : 12px;
    color : black;
}

a:hover{
   cursor : hand;
   color : #FF6600;
}

.HeaderLine{
    background-color: #EDEDED;
    font-family: Verdana;
    font-size : 12px;
}

.FooterLine{
    background-color: #30C800;
    font-family: Verdana;
    font-size : 11px;
}


.Menu{
    background-color: #B9F100;
    font-family: Verdana;
    font-size : 10px;
}

td.MenuLabel{
    background-color: #FF6600;
    font-family: Arial Black;
    font-size : 12px;
    color : white;
}

td.MenuLink{
    background-color: #B9F100;
    font-family: Verdana;
    font-size : 10px;
    color : maroon;
    text-indent : 10px;
}

td.MenuLine{
    background-color: #30C800;
    font-family: Verdana;
    font-size : 10px;
}


td.Main{
    background-color: #0099FF;
    font-family: Verdana;
    font-size : 12px;
}
 
table.ExchangeTable{
    width: 100%;
}
 
td.ExchangeHeader {
    background-color: #00CC00;
    font-family: Verdana;
    font-size : 12px;
    color : CCFF00;
}
 
td.Exchange1 {
    background-color: #00CC00;
    font-size : 12px;
}
 
td.Exchange2 {
    background-color: #00CC00;
    font-size : 12px;
}
 
th.Lottery_header{
    background-color: #FF6600;
    font-family: Verdana;    
    text-align: center;
    font-size: 14px;
    color : #ffffff;
    
}
 
td.Lottery_main1{
    background-color: #FF6600;
    text-decoration : bold; 
    font-family: Verdana;    
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    
}
 
td.Lottery_main2{
    background-color: #FF6600;
    text-decoration : bold;     
    font-family: Verdana;    
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}
 
table.Poll{
    background-color: #00CC00;
    font-family: Verdana;    
    text-align: center;
    font-size: 13px;
    border : thin solid #CC0000;
}
table.ReferralTable{
    width: 100%;
}

td.ReferralHeader {
    background-color: #FF6600;
    font-family: Verdana;
    font-size : 13px;
    color : FFFFFF;
}
 
td.ReferralCell {
    background-color: #B9F100;
    font-size : 12px;
    color : #000000;
}

