@charset "UTF-8";
 

.ce #cell_A {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 175px;

text-align:center;
}
.ce #cell_A h3 {
	text-align: center;
		color: #7e7f7f;
}

.ce #cell_R {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 150px;

text-align:center;
}
.ce #cell_R h3 {
	text-align: center;
		color: #7e7f7f;
}

.ce #cell_A h4, .ce #cell_B h4, .ce #cell_C h4, .ce #cell_D h4, .ce #cell_E h4, .ce #cell_F h4, .ce #cell_Q h4, .ce #cell_R h4   {

margin: 0 -4px 0 !important;
padding:0 0 0 0;
font-size:1.3em;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;

}
.ce #cell_25 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 25px;

text-align:center;

}
.ce #cell_8 {
margin:0;
padding:3px;
float:left;
width: 8px;

text-align:center;

}

.ce #cell_12 {
margin:0;
padding:3px;
float:left;
width: 12px;

text-align:center;

}

.ce #cell_35 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 35px;

text-align:center;

}
.ce #cell_45 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 45px;

text-align:center;

}

.ce #cell_60 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 60px;

text-align:center;
}

.ce #cell_75 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 75px;

text-align:center;
}

.ce #cell_100 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 100px;

text-align:center;
}
.ce #cell_125 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 125px;

text-align:center;
}


.ce #cell_155 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 155px;
text-align:center;
}

.ce #cell_175 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 175px;

text-align:center;
}
.ce #cell_210 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 210px;

text-align:center;
}
.ce #cell_225 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 225px;

text-align:center;
}
.ce #cell_250 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 250px;

text-align:center;
}

.ce #cell_275 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 275px;

text-align:center;
}


.ce #cell_300 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 300px;
text-align:center;
}

.ce #cell_325 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 325px;
text-align:center;
}
.ce #cell_335 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 335px;

text-align:center;
}


.ce #cell_367 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 367px;
text-align:center;
}
.ce #cell_SS {
margin:0;
padding:3px;
float:left;
width: 367px;
text-align:center;
}
.ce #cell_450 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 450px;
text-align:center;
}
.ce #cell_SS p{
text-align:center;
}

.ce #cell_155 h3, .ce #cell_175 h3, .ce #cell_325 h3, .ce #cell_367 h3, .ce #cell_210 h3, .ce #cell_450 h3, .ce #cell_225 h3, .ce #cell_335 h3 {
	text-align: center;
		color: #7e7f7f;
}

.ce #cell_155 h4, .ce #cell_175 h4, .ce #cell_325 h4, .ce #cell_367 h4, .ce #cell_210 h4, .ce #cell_450 h4, .ce #cell_225 h4, .ce #cell_335 h4{

margin:10px 0 -4px 0 !important;
padding:18px 0px 0px 0px;
font-size:1.3em;

text-align:center;
font-weight:bold;
font-style:italic;


}
.ce #cell_155 p.desc2, .ce #cell_175 p.desc2, .ce #cell_325 p.desc2, .ce #cell_367 p.desc2, .ce #cell_210 p.desc2, .ce #cell_225 p.desc2,  .ce #cell_335 p.desc2, {
font-size:2px;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;


}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
