BODY {
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
    text-align: left
}

h1{
  font-size: 10pt;
}

td,select,input,textarea {
    font-family : Verdana;
    font-size : 10pt;
    color : #000000;
}

a{
    text-decoration : underline;
    font-family : Verdana;
    font-size : 10pt;
    color : #254869;
}

a:hover{
   cursor : hand;
   color : #FF9933;
}

a:active{
   cursor : hand;
   color : #FF9933;
}

.HeaderLine{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
}

.FooterLine{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
}


.Menu{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
}

td.MenuLabel{
    background-color: #FFFFFF;
     font-family : Verdana;
    font-size : 10pt;
   text-indent :0px;
 font-weight: bold;
    color : #ff9933;
}

td.MenuLink{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
    color : #000000;
    text-indent : 2px;
}

td.MenuLine{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
}


td.Main{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 10pt;
}


td.ExchangeHeader {
    background-color: #254869;
    font-family: Verdana;
    font-size : 10pt;
    color : white;
}

td.Exchange1 {
    background-color: #254869;
    font-size : 10pt;
}

td.Exchange2 {
    background-color: #254869;
    font-size : 10pt;
}

table.Poll{
               	background-color: #ffffff;
	font-family: Verdana;
	font-size : 10pt;
       	border : thin solid #FF9933;
                color:#000000
}

th.Lottery_header{
	
}

td.Lottery_main1{
	
}

td.Lottery_main2{
	
}

/* List of Studies ************************************************************/
table.ListStudy{
	width: 98%;
}

td.ListStudy_Header1{
	font-weight : bold;
}

td.ListStudy_Header2{
	text-align: left;
	font-weight: bold;
	background-color: 254869
	color: #FFFFFF;
	padding: 2;
	
}

td.ListStudy_Line{

}

/* Referrals *******************************************************************/

table.ReferralTable{
  width: 100%;
}

td.ReferralHeader{
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
  background-color: #254869
  color: #FFFFFF;
}

td.ReferralCell{
  vertical-align: top;
  font-size: 8pt;
}

