body{
  margin:0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  background-color:#F0F0F0;
  }
.textmain {
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.textboldwhite {
	color: #D1D4FF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.textbold {
	color: #66668A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.textboldnum {
	color: #66668A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.apointer	{
	cursor:pointer;
}

.abutton	{
	font-weight:bold;
	background-color:#B6121B;
	color:#D1D4FF;
	width:8em;
	cursor:pointer;
}
.abuttons	{
	font-weight:bold;
	background-color:#B6121B;
	color:#D1D4FF;
	width:7em;
	cursor:pointer;
}
.abuttonl	{
	font-weight:bold;
	background-color:#B6121B;
	color:#D1D4FF;
	width:12em;
	cursor:pointer;
}

