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

body
		{
	background-color: #939598;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.bold
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.italic
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.bolditalic
		{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.twelvept
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.banner
		{
	background-image: url(site_images/cropped_globe.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
.phrase
		{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #939598;
}
.wstfacility
		{
	clear: right;
	float: right;
	padding: 15px;
}
a:link {
	color: #0F66B2;
}
a:visited {
	color: #0F66B2;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
.style1 {color: #FFFF00}
