.bg_home {
	padding:0px;
	margin:0px;
	background-image: url(../../images/bg_lateral.jpg);
	background-repeat:repeat-x;
	text-align:left;
	background-color:#000000;
}

.bg_hbase {
	padding:0px;
	margin:0px;
	background-image: url(../../images/bg_base.jpg);
	background-repeat:repeat-y;
	text-align:left;
	background-color:#000000;
}


a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #db0303;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #db0303;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #db0303;
	text-decoration: none;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #494949;
	background-color: #CCCCCC;
	border: 1px solid #646464;
}
select {
	color: 494949;
	font-family: Tahoma;
	font-size: 11px;
	background-color: cccccc;
	border: 1px inset #646464;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: 464646;
	background-color: cccccc;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
