@charset "UTF-8";
/* CSS Document */
/*Heading Styles*/
h1{
font-size: 2.5em;
margin:0 0 10px 0;
}
h2{
font-size: 2em;
margin:0 0 10px 0;
}
h3{
font-size: 1.4em;
margin:0 0 10px 0;
}
h4{
font-size: 1.2em;
margin:0 0 10px 0;
}
p{
font-family: Tahoma, Geneva, sans-serif;
font-size: 1em;
margin: 0 10px 10px 10px;
}
.serif-geo{
font-family: Georgia, serif;
}
.serif-times{
font-family: Times New Roman, Times, serif;
}
.san-treb{
font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
}
.san-comic{
font-family: "Comic Sans MS", cursive;
}
.san-lucida{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.san-verd{
font-family: Verdana, Geneva, sans-serif;
}
.san-con{
font-family: Lucida Console, Monaco, monospace;
}


.center{text-align: center;}
/*Misc Styles*/
.featured-head{
color: #FFF;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 10px 10px 0 0;
}
.featured-body{
color: #bebebe;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 0.8em;
margin: 10px 0 0 0;
}
.fc-grey{color: #cccccc;} .fc-white{color: #ffffff;}
.fc-black{color: #000000;} .fc-yellow{color: #ffff00;}
.fc-red{color: #ff0000;} .fc-orange{color: #ff5500;}
.fc-aqua-blue{color: #3399CC;}

.fs-150{font-size: 150%;} .fs-120{font-size: 120%;}
.fs-110{font-size: 110%;} .fs-90{font-size: 90%;}
.fs-85{font-size: 85%;} .fs-80{font-size: 80%;}
.fs-75{font-size: 75%;} .fs-65{font-size: 65%;}
.fs-60{font-size: 60%;} .fs-55{font-size: 55%;}
.fs-50{font-size: 50%;}



.tcenter{text-align: center;} .tleft{text-align: left;}
.tright{text-align: right;}
