/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
.text-bold,
.text-big,
.text-normal,
.text-yellow,
.text-small,
.text-normal-center {
	font-size: 13px;
	text-align: justify;
	text-shadow: 1px 1px 2px #F7A431;
	font-family: "Arial";
	font-weight: bold;
	color: black;
	margin-top: 0;
	cursor: auto;
}

.text-big{
  	font-size: 15px;
}

.text-normal,
.text-normal-center,
.text-yellow {
  	font-size: 11px;
}

.text-small {
    font-size: 9px;
}

.text-yellow {
    color: #FACC40;
    text-shadow: 0 0 0;
}

.text-normal-center {
	text-align: center;
}

.gwt-HTML-href1,
.gwt-HTML-href2,
.gwt-HTML-brown {
	text-align: justify;
	text-shadow: none;
	font-family: "Arial";
	font-weight: bold;
  	font-size: 11px;
	color: black;
	margin-top: 0;
	cursor: pointer;
}

.gwt-HTML-href2 {
	color: white;
	cursor: pointer;
}

.gwt-HTML-brown-bigger {
	font-family: "Arial";
	font-weight: bold;
  	font-size: 13px;
	color: #831F11;
}

.gwt-Image-href {
	cursor: pointer;
}

.gwt-TextBox {
	background-image: url('img/eb-bgr.jpg');
	border-width: 1px;
	border-color: black;
	border-style: solid;
	color: white;
}