BODY {
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size : 10px;
}

h1{
  font-size: 14pt;
  font-family : Arial;
  font-color: #336699;
}

h2{
  font-size: 12pt;
  font-color: #336699;
  font-family : Arial;
}

h3{
 font-family: Arial;
 font-size : 12px;
 font-color: #336699; 
 
}

td,select,input,textarea {
    
    font-size : 12px;
    font-color : #336699;
    font-family : arial;
}

a{
    text-decoration : underline;
    font-family : Verdana;
    font-size : 12px;
    color : #336699;
}

a:hover{
   cursor : hand;
   color : maroon;
}

.HeaderLine{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size : 12px;
}

.FooterLine{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size : 12px;
}


.Menu{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size : 12px;
}

td.MenuLabel{
    background-color: #336699;
    font-family: Verdana;
    font-size : 11px;
    color : white;
}

td.MenuLink{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size : 12px;
    color : maroon;
    text-indent : 10px;
}

td.MenuLine{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size : 12px;
}


td.Main{
    background-color: #ffffff;
    font-family: Verdana;
    font-size : 12px;
}


td.ExchangeHeader {
    background-color: #336699;
    font-family: Verdana;
    font-size : 12px;
    color : white;
}

td.Exchange1 {
    background-color: #FFFFFF;
    font-size : 12px;
}

td.Exchange2 {
    background-color: #FFFFFF;
    font-size : 12px;
}

table.Poll{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size : 12px;
	border : thin solid #336699;
}

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: #336699;
	color: #FFFFFF;
	padding: 2;
	
}

td.ListStudy_Line{

}

/* Referrals *******************************************************************/

table.ReferralTable{
  width: 75%;
}

td.ReferralHeader{
  text-align: center;
  font-size: 12pt;
  background-color: #336699;
  color: #FFFFFF;
}

td.ReferralCell{
  vertical-align: top;
  font-size: 12pt;
}


