table 
{
	border: none;
    width: auto;
}
td 
{
	border: none;
    text-align: center;
    vertical-align: middle;
}
#btGenRef 
{  
	height: 70px;
	font-weight: bold;
	color: White;
	background-color: rgb(0,128,255);
	text-decoration: none;
	width: 200px;
	border: 2px double ActiveBorder;
	border-radius: 20px;
	padding: .7em 1.5em;
	margin: 10px;
} 
#btGenRef:hover {
	background-color: rgb(147,201,255);
}
#btGenRef:active {
	background-color: rgb(147,201,255);
}
h3
{ 
	float: inherit;
    color: Blue;
}
        
#ddlSelectMonthPeriodBeg, #ddlSelectMonthPeriodEnd, #ddlSelectYearPeriodBeg, #ddlSelectYearPeriodEnd
{
	font-size: 16px;
	color: Blue;
	text-align: center;
	border: 2px solid #ccc;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
} 
#tSelectInterval
{ 
	margin-left:20%;
}
.Prefix
{  
	width: 50px;
	color: Blue;
	font-size: 14pt;
	font-weight: bold;
}
  
.SelMonth
{
	width: 150px;
}
.SelYear
{  
	width: 100px;
}
#form1
{ 
	width: 800px;
}
#IndexPriceForm 
{
	width: 100%;
}      
.IPCell 
{
	border: solid 1px black;
	width: 6em;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Times New Roman;
	font-size: 12pt;
}
.PFTitle 
{
	text-align: center;
	font-family: Times New Roman;
	font-size:larger;
}
.PFTable 
{
	display: block;
	margin-left: 80px;
}
.PFFoot
{
	display: block;
	margin-left: 35%;
}