@charset "utf-8";
.title_nav {
	font-family: "Trajan Pro", "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.subtitle_nav {
	font-family: "Trajan Pro", "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	font-style: normal;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.titletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


a:link {
	color: #ffffff;
	text-decoration: none;
         }
a:visited { 
         color: #FFFFFF;
         }
a:hover { 
         color: #f8f1a7;
         text-decoration: none;
         }
a:active { 
         color: #FFFFFF;
         }
.tb_bg {
	background-color: #260A06;
	background-image: url(images/bg_img2.jpg);
	background-repeat: no-repeat;
}

