/*FIRST Fonts*/
.first_fontnormal{
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-style:normal;
}

.first_fontbold{
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: bold;
   font-style:normal;
}

.first_fontitalic{
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-style:italic;
}

/*FIRST Logo sizes*/

.logo{
	height:80px;
}

/*FIRST Colours*/
.first_red{   	background-color:rgb(237,28,36);}			/*  #ED1C24 */
.first_blue{  	background-color:rgb(0,101,179);}		/*  #0065B3 */
.first_grey{  	background-color:rgb(167,169,172);}	/*  #A7A9AC */
.first_white{ 	background-color:rgb(255,255,255);}	/*  #FFFFFF */
.first_black{	background-color:rgb(35,31,32);}				/*  #231F20 */
.first_text{	color:rgb(35,31,32);}									/*  #231F20 */
.first_text_i{	color:rgb(220,224,223);}						/*  #DCE0DF */

/*FIRST Competition Colours*/
.frc_bg{		background-color:rgb(0,57,116);}				/* #003974  */
.ftc_bg{		background-color:rgb(230,178,34);}			/* #E6B222  */
.fll_bg{			background-color:rgb(196,20,37);}		/* #C41425  */
.jrfll_bg{		background-color:rgb(35,158,152);}			/* #239E98  */

/*FIRST Complimentary Colour Palette*/
.first_c_r{		background-color:rgb(133,0,0);}			/* #850000  */
.first_c_b{		background-color:rgb(0,51,173);}			/* #0033AD  */
.first_c_y{		background-color:rgb(242,230,121);}	/* #F2E679  */
.first_c_lb{	background-color:rgb(194,218,230);}		/* #C2DAE6  */
.first_c_pb{	background-color:rgb(217,255,242);}		/* #D9FFF2  */
