.txt {
    font-size: 12px;
    font-family: Arial;
    color: #000000;
}

.txt_bold {
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
}

.button {
	font-family		: arial, helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	border-color		: #FF3300;
	border-width		: 1px;
	background-color	: #FFFFFF;
	scrollbar-base-color	: #FF3300;
	/*width			: 140px;*/
	color			: #FF3300;
}