/*** base ***/
body,td,th {
	font-size: 12px;
	color: #330000;
	line-height: 110%;
}
body {
	background-image: url(img/body.jpg);
	margin: 0px;
	background-color: #DDECDC;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:link, a:visited{
	color: #093532;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active{	color: #ED3F42;}

/*** layout ***/
#contener {
	width: 910px;
	margin: 0 auto;
	height: 100%;
	display: block;
}

/*** text ***/
.small {
	font-size: 11px;
	line-height: 105%;
}
.large {  font-size: 15px;}
.yell {  color: #FFC85E}
.txt {  line-height: normal}
.txtB {  font-weight: 900; line-height: 15px} 
.txtB15 { font-size: 15px; font-weight: 900}
.txt02 {  line-height: 130%}
.Red {  color: #dd0000}
.RedB {  color: #cc0000; font-weight: 900}
.Ora {  color: #dd9900}
.OraB { color: #dd9900; font-weight: 900}
.OraB15 { font-size: 15px; color: #dd9900; font-weight: 900 }
.Gre {  color: #889955}
.Blu {  color: #336699}
.light {  color: #E7E5D5}
.lightB { font-weight: 900; color: #E7E5D5; line-height: 14px }
.dark {  color: #E7E5D5}
.brown { color: #7C6B5C;}
.brownB { font-weight: bold; color: #7C6B5C;}
.white {  color: #FFFFFF}
.whiteB {  font-weight: 900; color: #FFFFFF;} 
.black {  color: #000000}
.blackB {  font-weight: 900; color: #000000;}
.purple {color: #990033}

/*** style ***/
.border_dash { border: 2px dashed #FFCC00}
.border_double { border: 3px double #F0C030}
.border_double02 { border: 3px double #386838}
.border_side {
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}
.border_under {
	border-top: 0px solid #9C9797;
	border-right: 0px solid #9C9797;
	border-bottom: 2px solid #9C9797;
	border-left: 0px solid #9C9797;
}
.border_top { border: #FFCC66 solid; border-width: 1px 0px 0px}
.border_tb {
	padding: 3px;
	border-top: 1px solid #404069;
	border-bottom: 1px solid #404069;
	width: 89%;
}
.headerback {
	background-attachment: scroll;
	background-image: url(img/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body01 {
	background-attachment: scroll;
	background-image: url(img/body01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.backtop {
	background-attachment: scroll;
	background-image: url(img/back_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.btn {
	padding: 3px;
	background-color: #dd6633;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 110px;
	border: 3px double #cc5500;
	float: left;
	margin: 3px;
}
.btn a:link,.btn a:visited {
	color: #FFFFFF;
}
.top_body {
	background-attachment: fixed;
	background-image: url(img/top_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BluB {
	color: #336699;
	font-weight: bold;
}
.smallred {
	font-size: 11px;
	color: #dd0000;
}
