a img{border:none;}
a:link, a:active, a:visited{text-decoration:none; color:#0095e0;}
a:hover{text-decoration:underline; color:#0095e0;}

/*  START --Remove dotted focus on image links in FF--  */
a:focus {outline: none;}
button:focus {outline: none;}
/*  END  */
           
.about{
  height:70px;
  padding:0px 0px 20px 0px;
}

/*  START - Sprite buttons  */
a.button-homelearnmore{
  background:transparent url(/images/button_homepage_learnmore.png) no-repeat scroll 0 0;
  display:block;
  height:60px;
  text-indent:-999em;
  width:221px;
  float:right;
}

a.button-homelearnmore:hover{
  background:transparent url(/images/button_homepage_learnmore.png) no-repeat scroll 0px -61px;
}

a.button-homegetstarted{
  background:transparent url(/images/button_homepage_getstarted.png) no-repeat scroll 0 0;
  display:block;
  height:60px;
  text-indent:-999em;
  width:221px;
  float:right;
}

a.button-homegetstarted:hover{
  background:transparent url(/images/button_homepage_getstarted.png) no-repeat scroll 0px -61px;
}

a.button-homegetstartedround{
  background:transparent url(/images/button_getstarted_round.png) no-repeat scroll 0 0;
  display:block;
  height:60px;
  text-indent:-999em;
  width:425px;
  float:left;
}

a.button-getstarted{
  background:transparent url(/images/button_getstarted_sprite.png) no-repeat scroll 0 0;
  display:block;
  height:54px;
  text-indent:-999em;
  width:200px;
  float:right;
}

a.button-getstarted:hover{
  background:transparent url(/images/button_getstarted_sprite.png) no-repeat scroll 0px -57px;
}

a.button-reachnewfansnow{
  background:transparent url(/images/button_reachnewfansnow.png) no-repeat scroll 0 0;
  display:block;
  height:65px;
  text-indent:-999em;
  width:474px;
}

a.button-reachnewfansnow:hover{
  background:transparent url(/images/button_reachnewfansnow.png) no-repeat scroll 0px -65px;
}

a.button-registerbeta{
  background:transparent url(/images/button_registerforbeta_sprite.png) no-repeat scroll 0 0;
  display:block;
  height:44px;
  text-indent:-999em;
  width:200px;
}

a.button-registerbeta:hover{
  background:transparent url(/images/button_registerforbeta_sprite.png) no-repeat scroll 0px -44px;
}

a.button-signuptoenter{
  background:transparent url(/images/button_signuptoenter.png) no-repeat scroll 0 0;
  display:block;
  height:48px;
  text-indent:-999em;
  width:327px;
}

a.button-signuptoenter:hover{
  background:transparent url(/images/button_signuptoenter.png) no-repeat scroll 0px -48px;
}

a.button-seehow{
  background:transparent url(/images/button_seehowitworks_sprite.png) no-repeat scroll 0 0;
  display:block;
  height:42px;
  text-indent:-999em;
  width:200px;
  position:relative;
  left:330px;
}

a.button-seehow:hover{
  background:transparent url(/images/button_seehowitworks_sprite.png) no-repeat scroll 0px -44px;
}

a.button-sendmessage{
  background:transparent url(/images/button_sendmessage_sprite.png) no-repeat scroll 0 0;
  display:block;
  height:42px;
  text-indent:-999em;
  width:200px;
  position:relative;
  left:330px;
}

a.button-sendmessage:hover{
  background:transparent url(/images/button_sendmessage_sprite.png) no-repeat scroll 0px -44px;
}

/*  END - Sprite buttons  */

.ag_left{
  width:10px; background-position:top left;
}

.ag_mid{
  background-position:top center;
  padding:6px 0px 0px 0px;
}

.ag_right{
  width:10px; background-position:top right;
}
.artistguide_nav{
  font-size:22px;
}

.artistguide_nav .selected{
  color:#FFFFFF;
  background-image:url(/images/background_ag_nav.png);
  background-repeat:no-repeat;
  height:40px;
  float:left;
}

.artistguide_nav .unselected{
  background:none;
  color:#0095e0;
  height:40px;
  float:left;
}

body{
  margin:0px;
  padding:0px;
  overflow:scroll;
  background-color:#eaeaea;
  color:#333333;
  font-family:"Helvetica", Arial, "Helvetica Neue", Verdana, sans-serif;
  line-height:1;
  text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
}

.bold{font-weight:bold}

.button {
  border: 0;
  height: 28px;
  width: 60px;
  color:#FFFFFF;
  text-align:center;
  float:right;
}

.button_estimate {
  border: 0;
  height: 40px;
  width: 130px;
  color:#FFFFFF;
  text-align:center;
  float: left;
  padding-left:40px;
}

.clear{clear:both;}

.console{
  padding:30px 0px 30px 0px;
}

.console_counter{
  padding:25px 0px 30px 0px;
  background-image:url(/images/background_fancalculator.png);
  background-repeat:repeat-x;
  position:absolute;
  width:100%;
  top:-20px;
  left:0px;
  z-index:1000000;
  height:165px;
}

.console_home{
  padding:25px 0px 0px 0px;
  background-image:url(/images/background_consolehome2.jpg);
  background-position:top center; 
  background-repeat:no-repeat;
  background-color:#2c749a;
}

.console_home .containermain{
  background-image:url(/images/background_containermain.png);
  background-repeat:no-repeat;
  background-position:top center;    
  width:983px;
  padding:40px 0px 0px 0px; 
}

.console_home .containermain .bullets{
  font-family:"Helvetica", Arial, "Helvetica Neue", Verdana, sans-serif;
  float:left;
  color:#363636;
  font-size:30px;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:62px;
}

.console_home .containermain .bullets img{
  padding: 0px 15px 0px 0px;
}

.console_home h1{
  color:#ffffff !important;
  font-size:44px !important
}

.console_home .tickerconsole .sn{
  vertical-align:top
}

.console_home .tickerconsole #ticker{
  vertical-align:top
}

.console_home .tickerconsole .text{
  height:70px;
  color:#28241f;
  font-size:24px;
  font-weight:bold;
  padding:10px 4px 0px 0px;
  vertical-align:top
}


.console_home #ticker .comma{
  float:left;
  font-size:32px;
  color:#373636;
  padding:4px;
}

.console_home #ticker .digit{
  float:left;
  font-size:32px;
  color:#FFFFFF;
  background-image:url(/images/background_ticker.png);
  background-repeat:no-repeat;
  height:37px;
  padding:4px 8px 10px 9px;
}

.console_home .video{
  overflow:visible;
  padding:0px 0px 0px 40px;
  width:475px;
  height:300px;
  float:left;
}
  
.console_features{
  padding:30px 0px 30px 0px;
  background-image:url(/images/background_features.png);
  background-repeat:repeat-x;
  position:absolute;
  top:-50px;
  left:0px;
  width:100%;
  z-index:1000000;
  height:265px; 
}

.contactemail{
  background-image:url(/images/icon_email.jpg);
  background-repeat:no-repeat;
  height:33px;
  padding:2px 0px 0px 37px;
}

.contactmail{
  background-image:url(/images/icon_house.jpg);
  background-repeat:no-repeat;
  height:50px;
  padding:7px 0px 0px 37px;
}

.contactphone{
  background-image:url(/images/icon_phone.jpg);
  background-repeat:no-repeat;
  height:43px;
  padding:7px 0px 0px 37px;
}

.contacttwitter{
  height:250px;
  width:310px;
  overflow-x:hidden;
  overflow-y:scroll;
  line-height:18px;
}

.contacttwitter a:link, .contacttwitter a:active, .contacttwitter a:visited{
  text-decoration:none;
  color:#333333;
}
.contacttwitter a:hover{text-decoration:none; color:#0095e0;}

.containermain{width:980px; text-align:left;}

.countertext{padding:10px 0px; font-size:27px;}
.countertext span{padding:0px 20px}

#div_content h1{
  color:#0095e0;
  font-size:40px;
  letter-spacing:-2px;
  line-height:45px;
  font-weight:bold;
  }

.emailborderbox{
  padding:10px 0px 10px 10px;
  position:relative;
  left:-13px;
  background-color:#FFFFFF;
}


.entermyspace label{
  width: 100px;
  display: block;
  float: left;
  text-align: left;
  padding: 20px 10px 0px 0px;
  color:#999999;
}

.entermyspace input {
  width: 360px;
  padding: 7px 4px 6px 2px;
  margin: 0px 0px 0px 15px;
  outline:none;
  height:30px;
  font-size:22px;
}

.features{
  padding: 0px 50px 0px 0px;
  width: 350px;
  font-size:22px;
}

.features .selected{
  background-image:url(/images/feature_arrow.png);
  background-repeat:no-repeat;
  background-position:0 15px;
  border-bottom:1px solid #cccccc;
  color:#ffffff;
}

.features .unselected{
  background:none;
  border-bottom:1px solid #cccccc;
  color:#0095e0;
}

.features .icon{
  width:130px;
  height:51px;
  background-repeat:no-repeat;
  padding:30px 0px;
  background-image:url(/images/features_icons.png);
}

.features .label{
  padding:43px 0px 0px 0px;
}

.featurebox{
  background-image:url(/images/background_testimonial.png);
  background-repeat:no-repeat;
  padding:20px 20px 10px 120px;
}
  
.featureitem{
  float:left;
  padding:0px 10px 0px 0px;
}

.featureitem img{width:84px; height:78px; padding:0px 0px 5px 0px;}

.indexfeature .featureitem img{width:185px; height:145px; padding:0px 0px 5px 0px;}

.focusField{
  border:solid 2px #73A6FF !important;
  background:#EFF5FF;
  color:#000;
}
  
.footer{width:100%; background-color:#212121; border-top:#000000 1px solid;}
.footer div{padding: 5px 0px;}
.footer a:link, .footer a:active, .footer a:visited{text-decoration:none; color:#a7a7a7;}
.footer a:hover{text-decoration:underline; color:#0095e0;}
.footer .box{
  min-height:200px;
  height:auto!important;
  height:200px;
  float:left;
  text-align:left;
  background-color:#1b1b1b;
  color:#a7a7a7;
  font-size:14px;
  border:1px solid #000000;
  width:176px;
  padding:10px 0px 0px 10px;
  margin:20px 0px 20px 0px;
}

.footer .snicon a:link, .footer .snicon a:visited, .footer .snicon a:hover, .footer .snicon a:active{
  background-repeat:no-repeat;
  height:50px !important;
  padding: 15px 0px 15px 50px;
  line-height:2.2;
  position:relative;
  left:-8px;
}

.footer .box #twitter a:link, .footer .box #twitter a:visited{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 0;
}
.footer .box #twitter a:hover{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0px -175px;
}
.footer .box #twitter a:active{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 0;
}

.footer .box #facebook a:link, .footer .box #facebook a:visited{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 -43px;
}
.footer .box #facebook a:hover{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0px -218px;
}
.footer .box #facebook a:active{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 -43px;
}

.footer .box #myspace a:link, .footer .box #myspace a:visited{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 -86px;
}
.footer .box #myspace a:hover{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0px -261px;
}
.footer .box #myspace a:active{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 -86px;
}

.footer .box #blog a:link, .footer .box #blog a:visited{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 -131px;
}
.footer .box #blog a:hover{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0px -306px;
}
.footer .box #blog a:active{
  background-image:url(/images/icons_stayupdated.png);
  background-position:0 -131px;
}


.footer .wide{
  width:374px !important;
}

.formwrap{padding:0px 0px 10px 0px}

.formwrap input{
  width: 330px;
  padding: 7px 4px 6px 2px;
  outline:none;
  height:30px;
  font-size:22px;
}

.formwrap label{
  width: 12em;
  display: block;
  float: left;
  text-align: left;
  padding: 10px 10px 5px 0;
  color:#444444;
  font-size:14px;
  font-weight:bold;
}

.formwrap textarea{
  width: 330px;
  height: 150px;
  outline:none;
  margin: 0px 0 10px 0;
  padding: 10px 4px 10px 5px;
  font-family:"Helvetica", Arial, "Helvetica Neue", Verdana, sans-serif;
}

h1{
  color:#0095e0;
  font-size:50px;
  letter-spacing:-2px;
  line-height:45px;
  font-weight:bold;
  margin:0;
}

h2{
  color:#0095e0;
  font-weight:bold;
  font-size:24px;
  letter-spacing:-1px;
  line-height:24px;
  margin:0 0 3px;
}

h3{
  color:#999999;
  font-weight:normal;
  font-size:18px;
  letter-spacing:0px;
  line-height:24px;
  margin:5px 0px 8px 0px;
}

h4{
  color:#444444;
  font-weight:bold;
  font-size:24px;
  letter-spacing:-1px;
  line-height:24px;
  margin:0 0 3px;
}

h5{
  color:#555555;
  font-size:17px;
  font-weight:normal;
  letter-spacing:0;
  line-height:24px;
  margin:9px 0 18px;
}

.hide_content{display:none;}

img.top {vertical-align:top}
img.middle {vertical-align:middle}
img.bottom {vertical-align:bottom}

.error {
  font-size:12px;
}

.errorbox{
  position:relative;
  left:10px;
  font-size:16px;
}

.header{
  background-image:url(/images/background_header2.png);
  background-repeat:repeat-x;
  background-color:#eaeaea;
  height:111px;
}

.header .logo img{
  width:452px;
  height:47px;
  padding:40px 0px 0px 0px;
}

.header #mainnav a:link, .header #mainnav a:active,.header #mainnav a:visited{
  color:#363636;
  display:inline;
  float:left;
  font-size:15px;
  font-weight:normal;
  line-height:1;
  text-decoration:none;
  width:auto;
  text-transform:uppercase;
}

.header #mainnav a:hover{
  color:#0095e0;
  display:inline;
  float:left;
  font-size:15px;
  font-weight:normal;
  line-height:1;
  text-decoration:none;
  width:auto;
  text-transform:uppercase;
  position:relative;
}

.header .orange a:link,.orange a:visited,.orange a:focus,.orange a:active { color:#f08f34 !important; }
.header .orange a:hover{color:#0095e0 !important;}

.header .nav{position:relative; top:-20px;}

.header .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .nav li {
  color:#333333;
  display:inline;
  float:left;
  font-size:14px;
  font-weight:normal;
  line-height:1;
  padding:75px 10px 18px;
  text-decoration:none;
  width:auto;
  text-transform:uppercase;
  position:relative;
  left:5px;
}

.header .nav #divider {padding:30px 10px 0px 10px!important}

.header .nav li a:link, li a:active, li a:visited{
   color:#363636;
   display:inline;
   float:left;
} 
.header .nav li a:hover{
   color:#0095e0;
   display:inline;
   float:left;
}
 
.header .nav #login a:link,#login a:visited,#login a:focus,#login a:active { color:#f08f34 !important; }
.header .nav #login a:hover{color:#0095e0 !important;}


.idleField{
  background:#FFF;
  color: #6F6F6F;
  border: solid 2px #DFDFDF;
}
  
.input{
  width: 315px;
  padding: 7px 4px 7px 2px;
  outline:none;
  height:30px;
  font-size:25px;
}
  
.inputbox {
  width: 240px;
  height: 30px;
  border: 1px solid #c8c8c8;
  padding: 7px 4px 7px 2px;
  background:#FFFFFF url(/images/input_bg.jpg) repeat-x scroll center top;
  font-size:25px;
}

.inputbandname {
  width: 320px;
  height: 25px;
  border: 1px solid #c8c8c8;
  padding: 10px 4px 10px 2px;
  background:#FFFFFF url(/images/input_bg.jpg) repeat-x scroll center top;
  float:left;
  font-size:18px;
  font-style:italic;
  color:#aaaaaa;
}

.inputemail {
  width: 300px;
  height: 16px;
  border: 1px solid #c8c8c8;
  padding: 10px 4px 10px 2px;
  background:#FFFFFF url(/images/input_bg.jpg) repeat-x scroll center top;
  float:left;
  font-size:14px;
  font-style:italic;
  color:#aaaaaa;
}

.ital{font-style:italic}

label {
  width: 15em;
  display: block;
  float: left;
  text-align: right;
  padding: 0px 10px 0px 0px;
  color:#0295e1;
}

.inputlanding{
  width: 185px;
  margin: 5px 0px 0px 0px;
  padding: 3px 4px 3px 2px;
  outline:none;
  height:20px;
  font-size:12px;
}

.inputsignup{
  width: 285px;
  margin: 5px 0px 0px 0px;
  padding: 3px 4px 3px 2px;
  outline:none;
  height:20px;
  font-size:12px;
}

.jumpin{
  float:left;
  text-transform:uppercase;
  text-align:center;
  width:184px;
  padding:5px 0px 0px 10px;
}

.jumpin img{
  padding:0px 0px 10px 0px;
}

#jumpinconsole .left{
  padding:8px 0px 0px 30px;
}

#jumpinconsole .right{
  padding:0px 0px 0px 0px;
  margin:8px 30px 0px 0px;
  width:430px;
  height:130px;
}

.left{float:left;}

.maincontent{
  background-color:#ffffff;
  min-height:550px;
  height:auto!important;
  height:550px;
}
#myspace_results{
  font-size:150%;
  width:100%;
  position:relative;
  left:110px;
  padding:10px 0px 0px 0px;
}

#mainnav .unselected{
  padding:4px 0px 0px 0px;
  height:105px;
  float:left;`
}

#mainnav .unselected .nav_mid{
  padding:50px 20px 40px 20px;
}

#mainnav .selected{
  padding:4px 0px 0px 0px;
  height:105px;
  float:left;
}

#mainnav .selected .nav_left{
  background-image:url(/images/nav_left.png);
  background-repeat:no-repeat;
  width:4px;
  padding:55px 0px;
  float:left;
}

#mainnav .selected a:link, #mainnav .selected a:visited, #mainnav .selected a:focus, #mainnav .selected a:active {color:#0095e0 !important;}


#mainnav .selected .nav_mid{
  background-image:url(/images/nav_mid.png);
  padding:50px 16px 40px 16px;
  float:left;
}

#mainnav .selected .nav_right{
  background-image:url(/images/nav_right.png);
  background-repeat:no-repeat;
  width:4px;
  padding:55px 0px;
  float:left;
}



p{
  color:#444444;
  font-size:13px;
  line-height:18px;
  margin:0 0 18px;
}

.pointer{cursor:pointer;}

.press_share{
  background-image:url(/images/press_tellus.jpg);
  width:170px;
  background-repeat:no-repeat;
  padding:20px 0px 0px 80px;
  height:100px;
}

#press_wrap {line-height:1.5;}
#press_wrap .left{width:265px;}
#press_wrap .right {width:330px;}

#press_wrap .title{
  color:#0095e0;
  font-size:22px;
  font-weight:bold;
}

#press_wrap .quote{
  color:#333333;
  font-size:15px;
}

#press_wrap .timestamp{
  color:#9d9d9d;
  font-size:12px;
  text-transform:uppercase;
} 

#quotes{line-height:1.5;}

.registerbox{
  background-image:url(/images/box_graylight.png); background-repeat:no-repeat;
}

.registerbox .icon{
  background-image:url(/images/register_icons2.png);
  background-repeat:no-repeat;
  padding:0px 10px 0px 120px;
  height:105px;
}

.registerlabel {
  width: 175px;
  display: inline;
  float: left;
  text-align: right;
  vertical-align:middle;
  padding: 10px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  color:#0295e1;
  font-size:20px;
}

.right{float:right;}

.servererrorbox{
  width: 523px;
  height:200px;
  text-align:left;
  padding: 45px 0px 20px 77px;
}

.servererrorcontainer{
  padding:0px 15px;
  margin:10px;
  width:700px;
  text-align:left;
}

.show_content{display:visible;}

.signuplabel {
  width: 90px;
  display: inline;
  float: left;
  text-align: right;
  vertical-align:middle;
  padding: 14px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  color:#0295e1;
}

.smalllink a:link, .small a:active,.small a:visited{
  font-size:12px; text-decoration:none; color:#0095e0; font-weight:normal;
}
.smalllink a:hover{font-size:12px; color:#0095e0; text-decoration:underline; font-weight:normal}

#subconsoleitem a:link, #subconsoleitem a:visited{
  float:left;
  text-align:center;
  text-decoration:none;
  width:184px;
  height:260px;
  padding:30px 0px 0px 10px;
  background-image:url(/images/background_subconsole.jpg);
  background-color:#FFFFFF;
  background-position:0 0;
  background-repeat:no-repeat;
  color:#0095e0;
  font-size:18px;
  font-weight:bold;
}

#subconsoleitem a:hover{
  float:left;
  text-align:center;
  text-decoration:none;
  width:184px;
  height:260px;
  padding:30px 0px 0px 10px;
  background-image:url(/images/background_subconsole.jpg);
  background-color:#FFFFFF;
  background-position:0 -295px;
  background-repeat:no-repeat;
  color:#FFFFFF;
  font-size:18px;
  font-weight:bold;
}

#subconsoleitem a:active{
  float:left;
  text-align:center;
  text-decoration:none;
  width:184px;
  height:260px;
  padding:30px 0px 0px 10px;
  background-image:url(/images/background_subconsole.jpg);
  background-color:#FFFFFF;
  background-position:0 0;
  background-repeat:no-repeat;
  color:#0095e0;
  font-size:18px;
  font-weight:bold;
}

#subconsoleitem .item{
  width:100%;
  height:130px;
  background-position:center -20px;
  background-repeat:no-repeat;
}

#subconsoleitem .detail{
  color:#555555;
  font-size:12px;
  padding:0px 5px;
  line-height:19px;
  font-weight:normal;
  height:90px;
}

#subconsoleitem .learnmore{
  padding: 10px 0px 0px 0px;
  text-align:right;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:#0095e0;
}

#subconsoleitem .learnmore:hover{
  padding: 10px 0px 0px 0px;
  font-weight:normal;
  text-align:right;
  font-size:12px;
  text-decoration:underline !important;
  color:#0095e0;
}

#signup_results{
  text-align:left;
  padding:0px 0px 0px 100px;
  line-height:15px;
  background-color:#ffebe8;
  border:1px solid #dd3c10;
  padding:5px;
  width:250px;
}

sup {font-size: .5em; vertical-align:top}
 
.subconsole{background-color:#4a4a4a; position:relative; padding:10px 0px 30px 0px}

textarea {
  width: 240px;
  height: 180px;
  border: 1px solid #cccccc;
  margin: -2px 0 10px 0;
  padding: 2px 4px 3px 2px;
}

.text12gray{color:#555555; font-size:12px; line-height:18px;}
.text13gray{color:#555555; font-size:13px; line-height:19px;}
.text14gray{color:#555555; font-size:14px; font-weight:normal; letter-spacing:0; line-height:20px;}
.text14gray{color:#555555; font-size:14px; font-weight:normal; letter-spacing:0; line-height:20px;}
.text15gray{color:#555555; font-size:15px; line-height:19px;}

.text14gray2{color:#a7a7a7; font-size:17px;}
.text17gray{color:#a7a7a7; font-size:17px;}
.text18gray{color:#a7a7a7; font-size:18px;}

.text16gray3{color:#333333; font-size:16px;}

.text12white{color:#ffffff; font-size:12px;}
.text14white{color:#ffffff; font-size:14px;}
.text18white{color:#ffffff; font-size:18px;}
.text22white{color:#ffffff; font-size:22px;}
.text26white{color:#ffffff; font-size:26px;}
.text30white{color:#ffffff; font-size:30px;}

.text20orange{color:#f88300; font-size:20px;}
.text24orange{color:#f88300; font-size:24px;}

.text14blue{color:#0095e0; font-size:14px;}  
.text14blue a:link, .text14blue a:active, .text14blue a:visited{text-decoration:none; color:#0095e0;}
.text14blue a:hover{text-decoration:underline; color:#0095e0;}
.text16blue{color:#0095e0; font-size:16px;}
.text18blue{color:#0095e0; font-size:18px;}
.text20blue{color:#0095e0; font-size:20px;}
.text26blue{color:#0095e0; font-size:26px;}

.underline{text-decoration:underline;}
.uppercase{text-transform:uppercase;}