/* SOME BASIC STYLES */

A {position:relative;color : #6d78a7;text-decoration : none}
A:hover {text-decoration : underline}

.b {font-weight:bold}

.white {color:white}
.orange {color:#FF7F00}
.grey {color:#b7b6b6}
.dgrey {color:#747474}
.lgrey {color:#c5c5c5}

.green {color:#7CA332}
.red {color:#df1d1d}
.blue {color:#185372}
.link {color:#525252}
.pink {color:#E50083}

.light {color:#b7b6b6}

.right {text-align:right}
.left {text-align:left}
.center {text-align:center}

BODY {margin:0px;padding:0px;height:100%;width:100%;color:#0f1957;font-family:Verdana;font-size:10px;}

INPUT,SELECT,TEXTAREA {color:#0f1957;font-family:Verdana;font-size:10px;}

DIV {
   text-align:left;
}


FORM {
   display:inline;
}

HTML {
   height: 100%;
}

IMG {
   border:0px;
   display:block;
}

IMG.country {
   display:inline;
   float:left;
   margin-right:5px;
}

IMG.left {
   float:left;
   display:inline;
}

IMG.right {
   float:right;
   display:inline;
}

INPUT,TEXTAREA {
   color:#747474;
}

SELECT {
   color:#747474;
}


TD {
   text-align:left;

}

SPAN,P {
}
