.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.descriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.border1 {
	border: 1px dashed #000000;
}

.button
{
	font-size: 8pt;
	color: #000080;
	border-right: #cedeff 2px outset;
	border-top: #cedeff 2px outset;
	border-left: #cedeff 2px outset;
	border-bottom: #cedeff 2px outset;
	background-color: transparent;
	width: 100%;
	height: 20px;
}
.lightbutton
{
	font-size: 8pt;
	color: #ffffff;
	border-right: #cedeff 2px outset;
	border-top: #cedeff 2px outset;
	border-left: #cedeff 2px outset;
	border-bottom: #cedeff 2px outset;
	background-color: #00008b;
	width: 45%;
	height: 20px;
}

.filledButton
{
	border-right: #cedeff 2px inset;
	border-top: #cedeff 2px inset;
	font-size: 8pt;
	border-left: #cedeff 2px inset;
	width: 100%;
	color: #ffffff;
	border-bottom: #cedeff 2px inset;
	height: 20px;
	background-color: #6679b5;
}
