/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : iTunes  */
/* Date : 11th July 2007 */


/* form classes */

/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #000;
font-size: 11px;
}

body {
margin: 0px;
padding: 0px;
background-color: #667181;
}

.full-size-table {
width: 780px;
}

a {
color: #000;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/headerFR.jpg");
background-repeat : no-repeat;
background-color: #020202;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
background-color: #98b730;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 1px 1px 1px 10px;
color: #fff;
}

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 11px;
padding: 5px 1px 1px 10px;
}

.box-back {
background-image: url("images/box-back.jpg");
background-repeat : no-repeat;
background-position: right bottom;
background-color: #b7b6bb;
padding: 10px;
}

.boxa {
background-image: url("images/tile1.jpg");
background-repeat : repeat-x;
border-top : #520f2d 1px solid;
border-right : #520f2d 1px solid;
border-bottom : #520f2d 1px solid;
padding: 15px;
background-color: #020202;
}

.boxb {
background-image: url("images/tile2.jpg");
background-repeat : repeat-x;
border : #3b4919 1px solid;
padding: 15px;
background-color: #020202;
}

.boxc {
background-image: url("images/tile3.jpg");
background-repeat : repeat-x;
border-top : #194249 1px solid;
border-left : #194249 1px solid;
border-bottom : #194249 1px solid;
padding: 15px;
background-color: #020202;
}

/* links */

/* background colours */

.black {
background-color: #020202;
}

.gray {
background-color: #3c434e;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #d0dbea;
}

.blue-txta {
color: #0e3ddc;
font-family: arial;
}

.orange-txt {
color: #e8c421;
font-family: arial;
}

.orange-txta {
color: #f9a217;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 16px;
}