/* BASIC LAYERS */

.structure {
	background-image: none;
	background-repeat: repeat;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	visibility: visible;
	left: 0px;
	top: 0px;
}
.shape {
	position: absolute;
	z-index: 1;
	height: 350px;
	width: 810px;
	top: 100px;
	left: 50px;
}
.links {
	position: absolute;
	z-index: 2;
	height: 126px;
	width: 590px;
	left: 254px;
	top: 306px;
}
/* TXT STANDARD LAYERS */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c4c4c4;
}

a{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* TXT .may LAYERS */

.text_red_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.text_white_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.text_gray_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
}
