BODY {
	background-image : url('/images/background-main.jpg');
	background-repeat : no-repeat;
	background-color : #8E8E8E;
	font-family: Arial, Verdana, Geneva, Helvetica;
	color: 000000;
	font-size: 13px
}


TABLE, TR, TD, P, OL, UL, LI { 
	font-size: 13px;
   color: 000000;
}

.text-header {
   font-size: 18px;
   color: #FFFFFF;
}

.text-subheader {
   font-size: 16px;
   color: #000000;
}

.text-price {
   font-size: 15px;
   font-weight: bold;
   color: #FFF799;
}

.text-price-small {
   font-weight: bold;
   color: #FFF799;
}

.text-price-flag {
   font-weight: bold;
   color: #FF0000;
}

.text-small {
   font-size: 10px
}

LI  {
	font-size: 12px;
    LINE-HEIGHT: 120%
}

.input {
    FONT-SIZE: 12px;
}

.select {
    FONT-SIZE: 12px;
    HEIGHT: 19px;
}

a {  
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;

}

a:link {  
   color: #FFFFFF;
   font-weight: bold;
}

a:hover {       
   color: #FFFFFF;
   text-decoration: underline;
   font-weight: bold;
}

a:visited {       
   color: #FFFFFF;
   font-weight: bold;   
}

a:active  {
   color: #FFFFFF;
   font-weight: bold;
}

.text-copyright {
   FONT-SIZE: 10px;
   COLOR: #DADADA;
}