@charset "utf-8";
/* CSS Document */

/*TEXT*/
.body-Headline-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:1.2em;
	}
	
.body-x-large-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:14px;
	}

.body-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:12px;
	}
	
.body-blue-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#162A53;
	font-size:12px;
	}

.body-medium-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:11px;
	}
	
.body-blue-medium-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#162A53;
	font-size:11px;
	}
	
	
.footer-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:11px;
	color:#162a53;
	padding:7px;
	}
	
.newsletter-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:10px;
	}

.newsletter-form-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#162A53;
	font-size:10px;
	}

.top-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:10px;
	color:#162A53;
	}

/*LINKS*/
.body-x-large-link, .body-x-large-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:14px;
	color:#baca4e;
	}
	
.body-x-large-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	}

.body-link, .body-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#baca4e;
	}
	
.body-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.body-GAP-link, .body-GAP-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#baca4e;
	line-height:20pt;
	}
	
.body-GAP-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20pt;
	}
	
.body-medium-link, .body-medium-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:11px;
	color:#baca4e;
	}
	
.body-medium-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.footer-link, .footer-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:11px;
	color:#162a53;
	}
	
.footer-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.top-link, .top-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:10px;
	color:#162A53;
	font-weight:bold;
	}
	
.top-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
