/*==================================
               BODY
===================================*/

body

{
  margin: 0px;
  background-attachment: fixed;
  background-color: #b60c0c;
  /*background-color: #656665;*/
  background-image:url('images/bg-grad-red.jpg');
  background-repeat:repeat-x;
  font-family: sans-serif;
}

/*==================================
               TEXT
===================================*/



/* NORMAL TEXT */
span.t1 {
	font-family: Trebuchet MS;
	font-size: 10pt; 
	font-style: none;
	font-weight: normal;
	color: #424242;
}


/* PAGE HEADER */
span.page-header {
	font-family: Trebuchet MS;
	font-size: 18px; 
	font-style: none;
	font-weight: bold;
	color: #313131;
}


/* RED HEADER */
span.t2 {
	font-family: Trebuchet MS;
	font-size: 13px; 
	font-style: none;
	font-weight: bold;
	color: #FF0000;
}



/* SAMPLES LINKS */
span.samples-link {
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-style: none;
	font-weight: bold;
	color: #424242;
}




/* LISTS */
span.lists {
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-style: none;
	font-weight: bold;
	color: #424242;
}




/* FOOTER CITIES - RED */
span.footer-cities-red {
	font-family: Trebuchet MS;
	font-size: 22px; 
	font-style: italic;
	font-weight: bold;
	color: #EC1C24;
}


/* FOOTER CITIES - BLACK */
span.footer-cities-black {
	font-family: Trebuchet MS;
	font-size: 22px; 
	font-style: italic;
	font-weight: bold;
	color: #313131;
}



/* COPYRIGHT TEXT */
span.copyright {
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-style: none;
	color: #FFFFFF;
}


/*==================================
               LINKS
===================================*/

a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #333333;
	}
a:active { 
	color: #333333;
	}
