/* ---( body )------------------------------------ */

	body {
	background-color: #ffc900;
	margin: 0;
	padding: 0;
	}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #636060;
	font-size: 12px;
	}
	
/* ---( layout )------------------------------------ */

	.header-bg {
	background-image: url(images/header-bg-01.jpg);
	background-repeat: repeat-x;
	height: 127px;
	}
	.image-bg {
	background-image: url(images/image-bg-01.jpg);
	background-repeat: repeat-x;
	height: 333px;
	background-color: #FFFFFF;
	}
	.footer-bg {
	background-image: url(images/footer-bg-01.jpg);
	background-repeat: repeat-x;
	height: 152px;
	}
	.dots-bg {
	background-image: url(images/dots-01.jpg);
	background-repeat: repeat-x;
	height: 1px;
	}
	
	input.btn{
   	color:#ffffff;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#ff9333;
   	border:1px solid #aa2a29;
	}
	input.btnhov{
	color:#ffffff;
   	background-color:#b70a0a;
	}

/* ---( text )------------------------------------ */

	.title-01 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7800;
	}
	.title-02 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #961217;
	}
	.title-03 {
	font-weight: bold;
	color: #ffffff;
	}
	.title-04 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}
	.title-05 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}
	.title-06 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7800;
	}
	.title-07 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #961217;
	}
		.title-08 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #961217;
	}
	
	
	.text-01  {
	color: #f8e4ba;
	font-weight: bold;
	text-transform: uppercase;
	}
	.text-02  {
	color: #430000;
	font-weight: bold;
	}
	.text-03  {
	font-size: 10px;
	}

	
/* ---( links )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #ff7800;
	font-weight: bold;
	}
	a:hover {
	color: #961217;
	text-decoration: underline;
	}
	
	a.nav01:link, a.nav01:active, a.nav01:visited {
	color: #f8e4ba;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	a.nav01:hover {
	color: #ffffff;
	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: #961217;
	text-decoration: none;
	}
	
	a.nav03:link, a.nav03:active, a.nav03:visited {
	color: #ff7800;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	}
	a.nav03:hover {
	color: #800001;
	text-decoration: none;
	}
	
	a.nav04:link, a.nav04:active, a.nav04:visited {
	color: #ff7800;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	a.nav04:hover {
	color: #800001;
	text-decoration: none;
	}
	
	a.link01:link, a.link01:active, a.link01:visited {
	color: #d50002;
	text-decoration: none;
	font-weight: bold;
	}
	a.link01:hover {
	color: #800001;
	text-decoration: underline;
	}
