@font-face {
    font-family: 'nino_medium_caps';
    src: url('../fonts/ge/bpg_nino_medium_caps-webfont.eot');
    src: url('../fonts/ge/bpg_nino_medium_caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ge/bpg_nino_medium_caps-webfont.woff') format('woff'),
         url('../fonts/ge/bpg_nino_medium_caps-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text ul li{
	margin-left:30px;
	background:none;
	list-style: disc;
	color:#F00;
	}
.text ul li:hover{
	color:#00F;
	}
.titlestyle{
	font-family: 'nino_medium_caps' !important;
	color:#000;
	font-size:16px !important;
	}
.textcolor{
	color:#0099cc !important;
	}	
