body { }
p { 
	font-size: 10pt; 
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-stretch: ultra-expanded;
	color: #555555;}
}
td { }
a:link { 	
	font-size: 10pt; 
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-stretch: ultra-expanded;
	color: #555555;}
a:visited {	
	font-size: 10pt; 
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-stretch: ultra-expanded;
	color: #CCCCCC;
	 }
a:hover { 	
	font-size: 10pt; 
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-stretch: ultra-expanded;
	color: #111111;}
a:active {
	font-size: 10pt; 
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-stretch: ultra-expanded;
	color: red;
}


/* Adding columns */
div.column_wrapper{
    width: 740px;
}

div.left_column{
    float: left;
    padding: 10px;
    width: 320px;
    border: none;
}

div.right_column{
    float: right;
    padding: 10px;
    width: 320px;
    border: none;
}

div.clearboth{
    clear: both;
}



/* Page Properties */
.title { 
	color: 000000; 
	font-weight: bolder; /* force browser to go one shade bolder than whatever we set */
	font-size:2.5em;
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	/* font-variant: small-caps; */
	vertical-align: 0.5em;
	}
.header { 
	color: 000000; 
	font-weight: bolder; 
	font-size: 18pt; 
	font-family:  "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	}

.footer { 
	color: BBBBBB; 
	font-size:0.6em;
	font-family: "Century Gothic","Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	vertical-align: bottom;
	}



.headblack { color: black; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Arial, Helvetica, Times;}
.link { color: #256564; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Arial, Helvetica, Times; vertical-align: middle }
.textblack { color: black; font-size: 9pt; font-family: "Trebuchet MS",  Arial, Helvetica, Times; }
.texttitle { color: black; font-size: 18pt; font-family: "Trebuchet MS",  Arial, Helvetica, Times; }
.headwhite { color: white; font-weight: bolder; font-size: 14pt; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
.footerwhite { color: white; font-size: 8pt; line-height: 9pt; font-family: "Trebuchet MS", Arial, Helvetica, Times;}
.boldblue { color: #547185; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Arial, Helvetica, Times;}
a { color: black; font-weight: boldest; font-size: 9pt; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }