/* ---( body )------------------------------------ */

	body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(images/bg-01.jpg);
	background-repeat: repeat-x;
	}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #636060;
	font-size: 12px;
	}
	
/* ---( layout )------------------------------------ */

	.footer-bg {
	background-image: url(images/footer-bg-01.jpg);
	background-repeat: no-repeat;
}
	.bg02 {
	background-image: url(images/bg-02.jpg);
	background-repeat: no-repeat;
}
	.flag-bg {
	background-image: url(images/line-01.jpg);
	background-repeat: repeat-y;
	width: 20px;
	vertical-align: top;
}
	input.btn{
   	color:#482a2c;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#dbcdce;
   	border:1px dashed;
   	border-top-color:#a59593;
   	border-left-color:#a59593;
   	border-right-color:#a59593;
   	border-bottom-color:#a59593;
	}
	
	input.btnhov{
	color:#ffffff;
   	background-color:#482a2c;
	}

/* ---( text )------------------------------------ */

	.email-01 {
	font-size: 12px;
	font-weight: bold;
	color: #3f3f40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.title-02 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #961217;
}
	.title-03 {
	font-size: 24px;
	text-transform: uppercase;
	color: #214d72;
	font-family: "Times New Roman", Times, serif;
}
	

/* ---( links )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #ff7800;
	}
	
	a:hover {
	color: #961217;
	text-decoration: none;
	}
	
	a.nav01:link, a.nav01:active, a.nav01:visited {
	color: #5a5b5c;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.nav01:hover {
	color: #9a774d;
	text-decoration: none;
	}
	
	a.nav02:link, a.nav02:active, a.nav02:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.nav02:hover {
	color: #f8e4ba;
	text-decoration: none;
	}
.text {
	font-size: 14px;
}
.sml {
	font-size: 10px;
}
.email {
	color: #CCC;
}
.title-02b {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #961217;
}