body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.std-txt {
	font-size: 11px;
}
.error {
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: blink;
}
.framed {
	border: 1px solid #EFEFEF;
}
.framed-dark {
	border: 1px solid #6E6E6E;
}
.button {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;


}
.button:hover {
	font-size: 12pt;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-align: center;


}
.button-border {
	background-color: #48A4FF;
	border: 1px solid #0066CC;
	text-align: center;

}
h3 {
	background-color: #CCCCCC;
}
