body
{
	/* font-family: Arial, Helvetica, Verdana, Sans-Serif; */
	/* font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif; */
	/* font-family: Georgia, "New Century Schoolbook", Palatino, "Times New Roman", serif; */
}

em { font-style: italic; }
strong { font-weight: bold; }

img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.show {	visibility: visible; }
.hide { display: none; }


/* Courtesy of http://www.positioniseverything.net/easyclearing.html */
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */