@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	background:#f8f8f8;
	font-size:13px;
}
table.tablemain td.bg-up{
	background:url(../images/faacorp_res_01_bg.png) top repeat-x;
}
table.tablemain td.bg-dwn1{
	background:url(../images/faacorp_res_03_foo_01.jpg) top repeat-x;
}
table.tablemain td.bg-dwn2{
	background:url(../images/faacorp_res_03_foo_02.jpg) bottom repeat-x;
}
.tablemenu td a{
	display:block;
	color:#333333;
	padding:5px;
	text-decoration:none;
	font-weight:900;
	text-align:left;
	font-size:12px;
}
.tablemenu td a:hover{
	display:block;
	background:#ba0b15;
	color:#FFFFFF;
	padding:5px;
	text-decoration:none;
	font-weight:900;
	text-align:left;
	font-size:12px;
}
.mainpagecolumn{
	text-align:justify;
	width:90%;
	padding:10px 0;
}
.mainpagecolumn2{
	text-align:justify;
	width:95%;
	padding:10px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#e3e3e3;
}
.mainpagecolumn3{
	text-align:justify;
	padding:10px 15px;
	/*height:150px;*/
}
.mainpagecolumn4{
	text-align:justify;
	padding:10px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#e3e3e3;
}
.mainpagecolumn5{
	text-align:left;
	width:98%;
	padding:10px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#e3e3e3;
}
.mainpagecolumn6{
	text-align:left;
	padding:10px 15px;
}
.titlecolumn1{
	font-size:17px;
	font-weight:900;
	padding-bottom:5px;
}
.titlecolumn2{
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color: #ba0b15;
	font-style: italic;
	font-variant: small-caps;
}
.title1{
	font-size:15px;
	font-weight:900;
	padding-bottom:5px;
	color:#ba0b15;
}
.footer1{
	color:#ffffff;
	font-size:11px;
}
.footer1  a{
	color:#c20707;
	text-decoration:none;
}
.footer1  a:hover{
	color:#c20707;
	text-decoration:underline;
}
.footer2{
	color:#ffffff;
}
#navlist
{
	margin-left: 8px;
	padding-left: 0;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navlist li
{
	padding: 3px 0px 3px 18px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	/*border:1px solid #88a902;*/
}
#navlist li a{
	text-decoration:none;
	font-weight:100;
	color:#462212;
}
#navlist li a:hover{
	text-decoration:underline;
	font-weight:100;
	color:#333333;
}
.link1 a,a:hover{
	font-weight:900;
	text-decoration:none;
	color:#333333;
}
.link1 a:hover{
	font-weight:900;
	text-decoration:underline;
	color:#333333;
}
.link2 a,a:hover{
	font-weight:100;
	text-decoration:underline;
	color:#000000;
}
.link3 a{
	font-weight:900;
	text-decoration:underline;
	color:#333333;
}
.link3 a:hover{
	font-weight:900;
	text-decoration:underline;
	color:#333333;
}
.pt-10{
	padding-top: 10px;
}