/* CSS Document */

body {
	color:#111111;
    }
		   
.text8px {font-size:8px; 
	}


.text10px {font-size:10px; 
	   }
	   
	   
.text11px {font-size:11px; 
	   }
	   
.text12px {
	font-size:12px;
	line-height: 24px;
	   }
	   
a:hover {color:#FF3333;}

.title18px{
	font-size: 18px;
}
.title14px {
	font-size: 14px;
	color: #FFFFFF;
}
.text14px {
	font-size: 14px;
}
.text12blue {
	font-size: 14px;
	color: #000066;
	line-height: 25px;
	font-weight: 200;
}
A {
	text-decoration: none;
  color : #414141;
  
}
