/* SOME BASIC STYLES */

A {position:relative;color:#E74200;text-decoration:none}
A:hover {text-decoration:underline}

.b {font-weight:bold}

.white {color:white}
.orange {color:#FF7F00}
.grey {color:#5F5F5F}
.dgrey {color:#747474}
.lgrey {color:#989898}

.green {color:#37B400}
.red {color:#B40000}
.blue {color:#185372}
.link {color:#525252}
.pink {color:#E50083}

.right {text-align:right}
.left {text-align:left}
.center {text-align:center}

BODY {
   text-align : center;
   margin : 0px;
   padding : 0px;
   height : 100%;
   width :100%;
}

DIV {
   text-align:left;
   font-family:Verdana;
   font-size:10px;
   color:#9C9C9C;
}


FORM {
   display:inline;
}

HTML {
   height: 100%;
}

IMG {
   border:0px;
}

IMG.country {
   display:inline;
   float:left;
   margin-right:5px;
}

IMG.left {
   float:left;
   display:inline;
}

IMG.right {
   float:right;
   display:inline;
}

INPUT,TEXTAREA {
   font-family : Verdana;
   font-size : 10px;
   color:#5A5A5A;
   position:relative;
}

SELECT {
   font-family : Verdana;
   font-size:10px;
   color:#5A5A5A;
}


TD {
   font-family : Verdana;
   font-size   : 10px;
   text-align:left;
   color:#5A5A5A;
}

SPAN,P {
}