/* ---( BASE Styles )------------------------------------ */

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

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9B9C;
	font-size: 12px;
	}
	

/* ---( TEXT Styles )------------------------------------ */

	.title01 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
	}
	
	.title02 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #4bac16;
	}
	
	.title03 {
	font-weight: bold;
	text-transform: uppercase;
	color: #4bac16;
	}
	
	.text01 {
	color: #FFFFFF;
	}
	
	.text02 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	}
	
/* ---( LAYOUT Styles )------------------------------------ */
	
	.justify01 {
	text-align: justify;
	}
	
	.nav-pad {
	padding-right: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

    .line01 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5f6466;
	}
	
	input.btn{
   	color:#482a2c;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#dbcdce;
   	border:1px solid #a59593;
	}
	
	input.btnhov{
	color:#ffffff;
   	background-color:#482a2c;
	}
	
	
	

/* ---( LINK Styles )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #4bac16;
	text-transform: uppercase;
	}
	
	a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a.link01:link, a.link01:active, a.link01:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	}
	
	a.link01:hover {
	color: #95ed65;
	text-decoration: none;
	}
	
	
