/*******************
****  Formats  ****
********************/
html {
  font-size: 81.25%;
  background: #efefef;
}

body {
  color: #5d5d5d;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  /*background:#f6f6f6*/
}

.web_2010 {
  /* links */
  /* titles */
  /* percentual widths */
  /* misc */
  /* list */
  /* font size */
  /* paddings margins */
  /* backgrounds */
  /* fonts colors */
  /* #d5002c */
  /* pantone 1935coated */
  /* borders */
  /* shadows */
  /* form */
  /*input[type="text"],
  input[type="password"],
  textarea                  { border-bottom-left-radius:4px;border-bottom-right-radius:4px;  border-top-left-radius:4px;border-top-right-radius:4px}*/
  /**** end form ****/
  /* tables */
  /**FB**/
}
.web_2010 img {
  border: 0;
}
.web_2010 hr {
  border: 1px solid #e9e9e9;
}
.web_2010 strong {
  font-weight: bold;
}
.web_2010 a:link,
.web_2010 a:visited {
  color: #5d5d5d !important;
}

.web_2010 a:link span,
.web_2010 a:visited span {
  color: #5d5d5d !important;
}
.web_2010 a:hover {
  color: #c80502 !important;
  text-decoration: underline;
}
.web_2010 a.nounderline {
  text-decoration: none !important;
}
.web_2010 a.nounderline:hover {
  text-decoration: underline !important;
}
.web_2010 h1, .web_2010 h2, .web_2010 h3, .web_2010 h4, .web_2010 h5 {
  font-weight: bold;
  color: #5d5d5d;
}
.web_2010 h1, .web_2010 h2 {
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
}
.web_2010 h1 {
  font-size: 3em;
  font-weight: bold;
  padding-bottom: 0.769em;
  color: #000;
  padding-left: 0;
  position:relative;
  font-family: 'MotoGP Display Font', Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.web_2010 h2 {
  font-size:2.5em;
  padding: 0.5em 0;
  color: #c5003e;
  font-weight: bold;
  font-family: 'MotoGP Display Font', Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.web_2010 h3 {
  font-size: 1em;
  padding: 0.45em 0;
}
.web_2010 h2 a {
  text-decoration: none;
}
.web_2010 h2 a:hover {
  text-decoration: underline;
}
.web_2010 .yellow_soft_box h2,
.web_2010 .gray_eb_box h2,
.web_2010 .gray_99_border_box h2 {
  padding-top: 0;
}
.web_2010 .width20 {
  width: 20%;
}
.web_2010 .width25 {
  width: 24.99%;
}
.web_2010 .width30 {
  width: 29.99%;
}
.web_2010 .width33 {
  width: 32.99%;
}
.web_2010 .width35 {
  width: 35%;
}
.web_2010 .width40 {
  width: 39.99%;
}
.web_2010 .width45 {
  width: 44.5%;
}
.web_2010 .width50 {
  width: 49.99%;
}
.web_2010 .width55 {
  width: 54.5%;
}
.web_2010 .width60 {
  width: 59.99%;
}
.web_2010 .width66 {
  width: 66.99%;
}
.web_2010 .width75 {
  width: 74.99%;
}
.web_2010 .width80 {
  width: 79.99%;
}
.web_2010 .width100 {
  width: 100% !important;
}
.web_2010 .float_width .width20, .web_2010 .float_width .width25, .web_2010 .float_width .width33, .web_2010 .float_width .width40, .web_2010 .float_width .width35, .web_2010 .float_width .width45, .web_2010 .float_width .width50, .web_2010 .float_width .width55, .web_2010 .float_width .width60, .web_2010 .float_width .width66, .web_2010 .float_width .width75, .web_2010 .float_width .width80 {
  float: left;
}
.web_2010 .aligncenter {
  text-align: center !important;
}
.web_2010 .alignright {
  text-align: right !important;
}
.web_2010 .alignjust {
  text-align: justify;
}
.web_2010 .bold {
  font-weight: bold !important;
}
.web_2010 .normal {
  font-weight: normal !important;
}
.web_2010 .italic {
  font-style: italic;
}
.web_2010 .block {
  display: block;
}
.web_2010 .inline {
  display: inline !important;
}
.web_2010 .hidden,
.web_2010 .noShow {
  display: none;
}
.web_2010 .hiddenTotal {
  display: none !important;
}
.web_2010 .visibilityh {
  visibility: hidden;
}
.web_2010 .overflowh {
  overflow: hidden;
}
.web_2010 .upper {
  text-transform: uppercase;
}
.web_2010 .capitalize {
  text-transform: capitalize;
}
.web_2010 .lowercase {
  text-transform: lowercase;
}
.web_2010 .texttransform_none {
  text-transform: none !important;
}
.web_2010 .decoration_none {
  text-decoration: none;
}
.web_2010 .underline {
  text-decoration: underline !important;
}
.web_2010 .line_through {
  text-decoration: line-through;
}
.web_2010 .clear_simple {
  clear: both;
}
.web_2010 .clear {
  clear: both;
  height: 0;
  padding: 0;
}
.web_2010 .clearfloat {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}
.web_2010 .clearfix:before,
.web_2010 .clearfix:after {
  display: table;
  content: " ";
}
.web_2010 .clearfix:after {
  clear: both;
}
.web_2010 .floatl {
  float: left;
}
.web_2010 .floatr {
  float: right;
}
.web_2010 .floatl_important {
  float: left !important;
}
.web_2010 .absolute {
  position: absolute;
}
.web_2010 .relative {
  position: relative;
}
.web_2010 .lineh16 {
  line-height: 1.230em;
}
.web_2010 .lineh17 {
  line-height: 1.307em;
}
.web_2010 .lineh18 {
  line-height: 1.384em;
}
.web_2010 .lineh19 {
  line-height: 1.461em;
}
.web_2010 .lineh20 {
  line-height: 20px;
}
.web_2010 .lineh24 {
  line-height: 24px;
}
.web_2010 .border0 {
  border: 0;
}
.web_2010 .z_index100 {
  z-index: 100;
}
.web_2010 .pointer {
  cursor: pointer;
}
.web_2010 .center_all {
  margin: 0 auto;
  width: 630px;
}
.web_2010 .center_all2 {
  margin: 0 auto;
  width: 646px;
}
.web_2010 .center_974 {
  margin: 0 auto;
  width: 974px;
}
.web_2010 .line {
  border-bottom: 1px dotted #ccc;
}
.web_2010 .no_line {
  background: #fff;
  height: 1px;
  position: relative !important;
  top: -1px;
}
.web_2010 .nowrap {
  white-space: nowrap;
}
.web_2010 ul.bullet {
  margin: 0 0 10px 10px;
}
.web_2010 ul.bullet li {
  list-style: disc inside none;
}
.web_2010 .valignt {
  vertical-align: top;
}
.web_2010 .valignm {
  vertical-align: middle;
}
.web_2010 .valignb {
  vertical-align: bottom;
}
.web_2010 .fonts9 {
  font-size: 0.692em;
}
.web_2010 .fonts10 {
  font-size: 10px;
}
.web_2010 .fonts11 {
  font-size: 0.846em;
}
.web_2010 .fonts12 {
  font-size: 0.923em !important;
}
.web_2010 .fonts13 {
  font-size: 1em !important;
}
.web_2010 .fonts14 {
  font-size: 1.076em !important;
}
.web_2010 .fonts15 {
  font-size: 15px;
}
.web_2010 .fonts16 {
  font-size: 1.230em;
}
.web_2010 .fonts17 {
  font-size: 1.307em;
}
.web_2010 .fonts18 {
  font-size: 1.384em;
}
.web_2010 .fonts20 {
  font-size: 20px;
}
.web_2010 .fonts24 {
  font-size: 1.846em;
}
.web_2010 .fonts30 {
  font-size: 30px;
}
.web_2010 .fonts36 {
  font-size: 2.769em;
}
.web_2010 .pad0 {
  padding: 0 !important;
}
.web_2010 .pad2 {
  padding: 2px !important;
}
.web_2010 .pad5 {
  padding: 5px;
}
.web_2010 .pad20 {
  padding: 20px;
}
.web_2010 .pad10 {
  padding: 10px;
}
.web_2010 .padtop2 {
  padding-top: 2px;
}
.web_2010 .padtop5 {
  padding-top: 5px !important;
}
.web_2010 .padtop0 {
  padding-top: 0 !important;
}
.web_2010 .padtop5 {
  padding-top: 5px;
}
.web_2010 .padtop10 {
  padding-top: 10px;
}
.web_2010 .padtop15 {
  padding-top: 15px;
}
.web_2010 .padtop20 {
  padding-top: 20px;
}
.web_2010 .padtop25 {
  padding-top: 25px;
}
.web_2010 .padtop30 {
  padding-top: 30px;
}
.web_2010 .padtop35 {
  padding-top: 35px;
}
.web_2010 .padtop40 {
  padding-top: 3.0769em;
}
.web_2010 .padtop80 {
  padding-top: 80px;
}
.web_2010 .padbot0 {
  padding-bottom: 0 !important;
}
.web_2010 .padbot5 {
  padding-bottom: 5px !important;
}
.web_2010 .padbot10 {
  padding-bottom: 10px !important;
}
.web_2010 .padbot15 {
  padding-bottom: 15px;
}
.web_2010 .padbot20 {
  padding-bottom: 20px;
}
.web_2010 .padleft0 {
  padding-left: 0 !important;
}
.web_2010 .padleft5 {
  padding-left: 5px !important;
}
.web_2010 .padleft10 {
  padding-left: 10px;
}
.web_2010 .padleft15 {
  padding-left: 15px;
}
.web_2010 .padleft20 {
  padding-left: 20px;
}
.web_2010 .padleft30 {
  padding-left: 30px;
}
.web_2010 .padleft50 {
  padding-left: 50px;
}
.web_2010 .padright5 {
  padding-right: 0.385em;
}
.web_2010 .padright0 {
  padding-right: 0 !important;
}
.web_2010 .padright10 {
  padding-right: 10px;
}
.web_2010 .padright15 {
  padding-right: 15px;
}
.web_2010 .padright20 {
  padding-right: 20px;
}
.web_2010 .margin0 {
  margin: 0 !important;
}
.web_2010 .margin5 {
  margin: 5px;
}
.web_2010 .margin10 {
  margin: 10px;
}
.web_2010 .margintop_5 {
  margin-top: -5px;
}
.web_2010 .margintop0 {
  margin-top: 0 !important;
}
.web_2010 .margintop1 {
  margin-top: 1px;
}
.web_2010 .margintop2 {
  margin-top: 2px;
}
.web_2010 .margintop5 {
  margin-top: 5px !important;
}
.web_2010 .margintop10 {
  margin-top: 10px;
}
.web_2010 .margintop15 {
  margin-top: 15px !important;
}
.web_2010 .margintop20 {
  margin-top: 20px !important;
}
.web_2010 .margintop25 {
  margin-top: 25px;
}
.web_2010 .margintop40 {
  margin-top: 40px;
}
.web_2010 .margintop100 {
  margin-top: 100px;
}
.web_2010 .marginbot0 {
  margin-bottom: 0 !important;
}
.web_2010 .marginbot2 {
  margin-bottom: 2px;
}
.web_2010 .marginbot5 {
  margin-bottom: 5px !important;
}
.web_2010 .marginbot10 {
  margin-bottom: 10px !important;
}
.web_2010 .marginbot15 {
  margin-bottom: 15px;
}
.web_2010 .marginbot20 {
  margin-bottom: 20px;
}
.web_2010 .marginbot25 {
  margin-bottom: 25px;
}
.web_2010 .marginbot30 {
  margin-bottom: 30px;
}
.web_2010 .marginbot50 {
  margin-bottom: 50px;
}
.web_2010 .marginleft0 {
  margin-left: 0 !important;
}
.web_2010 .marginleft2 {
  margin-left: 2px;
}
.web_2010 .marginleft5 {
  margin-left: 5px;
}
.web_2010 .marginleft10 {
  margin-left: 10px;
}
.web_2010 .marginleft20 {
  margin-left: 20px;
}
.web_2010 .marginright0 {
  margin-right: 0 !important;
}
.web_2010 .marginright2 {
  margin-right: 2px;
}
.web_2010 .marginright5 {
  margin-right: 5px;
}
.web_2010 .marginright10 {
  margin-right: 10px !important;
}
.web_2010 .marginright20 {
  margin-right: 20px !important;
}
.web_2010 .margintop-4 {
  margin-top: -4px;
}
.web_2010 .margintop-10 {
  margin-top: -10px;
}
.web_2010 .bk_gray1 {
  background: #f4f4f4;
}
.web_2010 .bk_gray2 {
  background: #ededed;
}
.web_2010 .bk_gray3 {
  background: #dbdbdb;
}
.web_2010 .bk_gray4 {
  background: #ccc;
}
.web_2010 .bk_gray5 {
  background: #b2b2b2;
}
.web_2010 .bk_gray6 {
  background: #999;
}
.web_2010 .bk_gray7 {
  background: #666;
}
.web_2010 .bk_gray8 {
  background: #505050;
}
.web_2010 .bk_gray9 {
  background: #333;
}
.web_2010 .bk_footer {
  background: #4790B5;
}
.web_2010 .bk_red {
  background: #d90042 !important;
}
.web_2010 .bk_white {
  background: #FFF;
}
.web_2010 .bk_black {
  background: #000;
}
.web_2010 .bk_h1 {
  background: #c5003e;
}
.web_2010 .bk_green {
  background: #01D452;
}
.web_2010 .bk_fixed {
  background-attachment: fixed !important;
}
.web_2010 .bk_none {
  background: none !important;
}
.web_2010 .black_background {
  background: none !important;
  background-color: #000;
}
.web_2010 .bk_gray_g {
  background: -moz-linear-gradient(center bottom, #d4d4d4 9%, #f1f1f1 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d4d4d4));
}
.web_2010 .bk_blue_g {
  background: -moz-linear-gradient(center bottom, #4aafdc 9%, #f1f1f1 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#4aafdc));
}
.web_2010 .bk_gold_g {
  background: -moz-linear-gradient(center bottom, #eee06a 9%, #f1f1f1 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eee06a));
}
.web_2010 .white {
  color: white !important;
}
.web_2010 .gray1 {
  color: #f4f4f4;
}
.web_2010 .gray2 {
  color: #EDEDED;
}
.web_2010 .gray3 {
  color: #DBDBDB;
}
.web_2010 .gray4 {
  color: #CCCCCC;
}
.web_2010 .gray5 {
  color: #B2B2B2;
}
.web_2010 .gray6 {
  color: #999999;
}
.web_2010 .gray7 {
  color: #666666 !important;
}
.web_2010 .gray8 {
  color: #505050 !important;
}
.web_2010 .gray9 {
  color: #333333;
}
.web_2010 .red {
  color: #d90042 !important;
}
.web_2010 .black {
  color: black !important;
}
.web_2010 .bodyc {
  color: #5d5d5d !important;
}
.web_2010 .blueh1 {
  color: #000 !important;
}
.web_2010 .orange {
  color: #FA6D1F;
}
.web_2010 .yellow {
  color: #fde403 !important;
}
.web_2010 .white_shadow {
  text-shadow: #fff 0px 0px 4px;
}
.web_2010 .black_shadow {
  text-shadow: #000 0px 0px 4px;
}
.web_2010 .border0 {
  border: 0 !important;
}
.web_2010 .bordertop0 {
  border-top: 0 !important;
}
.web_2010 .borderbot0 {
  border-bottom: 0 !important;
}
.web_2010 .borderright0 {
  border-right: 0 !important;
}
.web_2010 .border_gray1 {
  border: 1px solid #F4F4F4;
}
.web_2010 .border_gray2 {
  border: 1px solid #EDEDED;
}
.web_2010 .border_gray3 {
  border: 1px solid #DBDBBD;
}
.web_2010 .border_gray4 {
  border: 1px solid #CCC;
}
.web_2010 .border_gray5 {
  border: 1px solid #B2B2B2;
}
.web_2010 .border_gray6 {
  border: 1px solid #999;
}
.web_2010 .border_gray7 {
  border: 1px solid #666;
}
.web_2010 .border_gray8 {
  border: 1px solid #505050;
}
.web_2010 .border_gray9 {
  border: 1px solid #333;
}
.web_2010 .border_red {
  border: 1px solid #d90042;
}
.web_2010 .border_flag {
  border: 1px solid #ededed;
  -moz-box-shadow: 0 0 3px 1px #b2b2b2;
}
.web_2010 .shadow_white {
  -moz-box-shadow: 0 0 10px 3px #fff;
  -webkit-box-shadow: 0 0 10px 3px #fff;
  box-shadow: 0 0 10px 3px #fff;
}
.web_2010 .shadow_red {
  -moz-box-shadow: 0 0 10px 3px #d90042;
  -webkit-box-shadow: 0 0 10px 3px #d90042;
  box-shadow: 0 0 10px 3px #d90042;
}
.web_2010 option {
  margin: 0 0 1px;
  padding: 1px 5px 1px 3px;
  width: 100%;
}
.web_2010 input, .web_2010 textarea, .web_2010 select {
  padding: 1px;
  /*border-top:2px solid #666; border-bottom:1px solid #b2b2b2; border-right:1px solid #b2b2b2*/
}
.web_2010 input, .web_2010 textarea {
  padding: 3px;
}
.web_2010 input[type="submit"],
.web_2010 input[type="radio"] {
  border: none;
}
.web_2010 textarea:hover, .web_2010 input:hover {
  background: #fcfcfc;
  border: 2px solid #ccc;
  height: 19px;
}
.web_2010 textarea:focus, .web_2010 input:focus {
  background: #f9f9f9;
  border: 2px solid #c0c0c0;
  height: 19px;
}
.web_2010 input:hover[type="submit"] {
  border: none;
  color: black !important;
}
.web_2010 select[disabled], .web_2010 input[disabled], .web_2010 textarea[disabled] {
  border: 1px solid #999;
  background-color: #ddd;
}
.web_2010 select option.selected {
  font-weight: bold;
  color: #fff;
  background-color: #c5003e !important;
}
.web_2010 label span {
  font-weight: bold;
}
.web_2010 input[type="checkbox"] {
  border: none;
}
.web_2010 .none_clear_both label {
  clear: none !important;
  margin-left: 5px;
}
.web_2010 .none_clear_both div {
  float: left;
  display: block;
  padding-bottom: 0px;
}
.web_2010 table {
  border: 1px solid #999;
}
.web_2010 td, .web_2010 th {
  text-align: left;
  padding: 5px 3px;
}
.web_2010 th {
  font-weight: bold;
  border-bottom: 0.076em solid #999;
}
.web_2010 tr {
  border-top: 0;
}
.web_2010 tbody tr:hover {
  background: #ccc;
}
.web_2010 .noover tr:hover {
  background: none;
}
.web_2010 tbody th {
  border: 0;
}
.web_2010 tbody .even {
  background: #ededed;
}
.web_2010 .login_button {
  height: 18px;
  overflow: hidden;
  padding-right: 2px;
}




#main_result h1 {
  width:465px;
}
#main_result h1 .sprite_ico {
  display: inline-block;
  background-position: -4px -126px;
}

/* EOF */