@charset "utf-8";
/* CSS Document */

/*TEXT*/
.body-MEGA-Headline-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.8em;
	color:#FFFFFF;
	}


.body-Headline-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.2em;
	color:#dec790;
	}


.body-GOLD-Headline-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.2em;
	color:#FFFFFF;
	}

.body-x-large-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:14px;
	color:#FFFFFF;
	}

.body-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#FFFFFF;
	}
	
.body-medium-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:11px;
	color:#FFFFFF;
	}
	
.body-small-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:10px;
	color:#FFFFFF;
	}

.footer-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:10px;
	}
	
.top-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#dec790;
	font-size:10px;
	}
	
/*LINKS*/
.body-x-large-link, .body-x-large-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#dec790;
	font-size:14px;
	}
	
.body-x-large-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	}


.body-link, .body-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#dec790;
	font-size:12px;
	}
	
.body-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
	
.footer-link, .footer-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:10px;
	}
	
.footer-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	}
	
.top-link, .top-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#dec790;
	font-size:10px;
	font-weight:bold;
	}
	
.top-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	}
