@charset "utf-8";
/* CSS Document */
p {
line-height:1.50em;
}
/* Sizes */
.t12 {font-size:12px;}
.t14 {font-size:14px;}
.t16 {font-size:16px;}
.t18 {font-size:18px;}
.t20 {font-size:20px;}
.t22 {font-size:22px;}
.t24 {font-size:24px;}
.t26 {font-size:26px;}
.t28 {font-size:28px;}
.t30 {font-size:30px;}



/* Style */
.normal {font-weight:normal;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}
.nounderline, #maincontent .nounderline {text-decoration:none;border:none;}
.nounderline:hover, #maincontent .nounderline:hover {text-decoration:none;border:none;}
.italic {font-style:italic}


/* Sizes */
.pink {color:#ff4298}
.green {color:#66FF00}
.grey {color:#999;}
.darkgrey {color:#666666;}

/* List */




/* Spacing */
.nopadding {padding:0;}
.nomargin {padding:0;}
.noborder {border:none;}


/* Elements */
.float-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}
.contain-clear {overflow:hidden;height:1%;}


