/* CSS Document */

/* Text */

.TxtBrown{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}

.TxtBlack{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.TxtBlue{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #00386B;
	text-decoration: none;
}

.TxtPaleBrown_bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E8E7E1;
	text-decoration: none;
}

.TxtOrange_bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E77817;
	text-decoration: none;
}

.TxtWhite_Arial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}




/* Buttons */


.BotonOrange_bold:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E77817;
	text-decoration: none;
}
.BotonOrange_bold:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E77817;
	text-decoration: none;
}
.BotonOrange_bold:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #EFA45F;
	text-decoration: none;
}
.BotonOrange_bold:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E77817;
	text-decoration: none;
}

.ButtonBlue:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #00386B;
	text-decoration: none;
}
.ButtonBlue:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #00386B;
	text-decoration: none;
}
.ButtonBlue:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #006BCC;
	text-decoration: none;
}
.ButtonBlue:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #00386B;
	text-decoration: none;
}

.ButtonBrown:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}
.ButtonBrown:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}
.ButtonBrown:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #8A714A;
	text-decoration: none;
}
.ButtonBrown:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}

.ButtonBrown10:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}
.ButtonBrown10:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}
.ButtonBrown10:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8A714A;
	text-decoration: none;
}
.ButtonBrown10:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3B3020;
	text-decoration: none;
}

.Buttongreen:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6C844B;
	text-decoration: none;
}
.Buttongreen:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6C844B;
	text-decoration: none;
}
.Buttongreen:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #96AF74;
	text-decoration: none;
}
.Buttongreen:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6C844B;
	text-decoration: none;
}

.ButtonOrange10:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #E77817;
	text-decoration: none;
}
.ButtonOrange10:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #E77817;
	text-decoration: none;
}
.ButtonOrange10:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #EFA45F;
	text-decoration: none;
}
.ButtonOrange10:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #E77817;
	text-decoration: none;
}



/* Lines + Frames */

.LineBrownDashedRight{
	border-right: 1px;
	border-right-color: #4D4437;
	border-right-style: dashed;
}


.LineBrownDashedBottom{
	border-bottom: 1px;
	border-bottom-color: #4D4437;
	border-bottom-style: dashed;
}

.BrownFrameSolid{
	border-left: 1px solid #3B3020;
	border-right: 1px solid #3B3020;
	border-bottom:1px solid #3B3020;
	border-top:1px solid #3B3020;
}

/* backgrounds */

.GradientBrown {
	background-image:  url(images/background_gradient_brown.jpg);
	background-repeat: repeat-x;
}

.GradientVeryLightBrown {
	background-image:  url(images/background_gradient_lightbrown.jpg);
	background-repeat: repeat-x;
}
