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

/*TEXT*/
body{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	}
p{
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:7px;
	}
.body-Headline-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.6em;
	color:#FFFFFF;
	}
	
.body-Sub-Headline-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.2em;
	color:#FFFFFF;
	}
.body-Sub-Headline-blue-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.2em;
	color:#1a91dd;
	}
	
.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-required-field-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:10px;
	color:#FFFFFF;
	font-style:italic;
	}
	
.body-black-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#000000;
	}
	
.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;
	}
	
.drop-cap-text{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:5em;
	color:#FFFFFF; 
	padding:5px; 
	line-height:35pt; 
	float:left;
}

.drop-cap-text-Medium{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:3em;
	color:#FFFFFF; 
	padding:3px; 
	line-height:20pt; 
	float:left;
}

.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:#FFFFFF;
	font-size:10px;
	}

/*LINKS*/
a, a:visited{
	color:#FFFFFF;
}
a:hover{
	color:#1a91dd;
	text-decoration:none;
}
.body-x-large-link, .body-x-large-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#1a91dd;
	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-x-large-white-link, .body-x-large-white-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:14px;
	}
	
.body-x-large-white-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#1a91dd;
	font-size:14px;
	text-decoration:none;
	}


.body-link, .body-link:visited{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#1a91dd;
	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:#1a91dd;
	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:#1a91dd;
	font-size:10px;
	}
	
.top-link:hover{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	}