@charset "utf-8";
/* CSS Document */
body {
background-color: #BF2A2E;
	margin-top: 31px;
	margin-bottom:-10px;
}
#bg-right-repeat {
	background-image : url(../images/right_repeat.jpg);
	background-repeat:repeat-y;
	width			 : 15px !important;
	width			  : 15px;
	height			 : 100px !important;
	height			 : 100px;
}
#bg-right {
	background-image: url(../images/right.jpg);
	width			: 15px !important;
	width			: 15px;
	height			: 46px !important;
	height			: 46px;
}
#footer-repeat {
	background-image : url(../images/footer.jpg);
	background-repeat:repeat-x;
	width			 : 15px !important;
	width			  : 15px;
	height			 : 17px !important;
	height			 : 17px;
}
#Title-APPF	{
    font:bold Arial;
	font-size:18px;
	color:#000000;
	text-align:center;

}
#text_sitemap	{
    font:bold Arial;
	font-size:60px;
	color:#a7a9ac;
	text-align:left;

}
#Text-APPF
{
    font: bold Arial;
	font-size:14px;
	color:#000000;
	text-align:left;
}

#Content-APPF
{
    font: Arial;
	font-size:14px;
	color:#000000;
	text-align:justify;
}
a, a:link, a:visited {
	color: #2c4767;
	text-decoration	: none;
	font-size:14px;
}
a:hover {color: #bf2a2e; font-size:14px ;}
.box_content {
	border-top-width: 18px;
	border-left-width: 18px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-left-color: #E2E2E2;
	border-right-style: none;
}

