TD {
font-family:verdana;
font-size:11px;
}

.greySmall {
	font-size:10px;
	color:#747474;
	text-decoration:none;
}

.title {
    color:#363636;
    font-size:11px;
    
}

.error {
    color:#ff0000;
}
.orange {
	color:#FF5400;
}

.orangesmall {
        font-size:9px;
	color:#FF5400;
}
.veryLightGreySmall {
	font-size:10px;
	color:#E6E6E6;
}

.veryDarkGrey {
	color:#363636;
}

.darkGrey {
	color:#363636;
}

A:hover {
	text-decoration:underline;
}

A {
	text-decoration:none;
}

.lightBlack {
	color:#3E4C5C;
	text-decoration:none;
}

.lightBlack:hover {
	text-decoration:underline;
}

.lightGrey {
	color:#9E9E9E;
}

BODY {
	background:#F1F1F1;
}

.selectLanguage {
	font-size:10px;
	font-family:verdana;
	width:112px;
	height:14px;
	background-color:#3D3D3D;
	color:#D2D2D2;	
	border:#3D3D3D; 
	border-style:solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.selectCountry {
	font-size:11px;
	font-family:verdana;
	width:160px;
	height:14px;
	border:#3D3D3D; 
	border-style:solid; 
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px; 
	border-left-width:1px
}

.inputTextContactUs {
	border:Solid 1px #BDBDBD;
	font-size:11px;
        width:160px;
}

.inputTextMiniContactUs {
	border:Solid 1px #BDBDBD;
	font-size:11px;
        width:40px;
}

.textAreaContactUs {
        border:Solid 1px #BDBDBD;
        font-size:11px;
        height:100px;;
        width:600px;
        overflow:scroll;
}

.inputText {
	border:Solid 1px #BDBDBD;
	width:90px;
	font-size:11px;
}

.footer {
    color:#353535;
}
