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

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:5px;
}

.globals{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e73437;
	text-decoration:underline;
	font-weight:normal;
	margin-left:25px;
	display:block;
	float:right;
}

.globals:link{
	color:#e73437;
	text-decoration:underline;
}

.globals:visited{
	color:#e73437;
	text-decoration:underline;
}

.globals:hover{
	color:#ffffff;
	text-decoration:underline;
}

.globals:active{
	color:#e73437;
	text-decoration:underline;
}

.globals_active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
	margin-left:25px;
	display:block;
	float:right;
}

.globals_active:link{
	color:#ffffff;
	text-decoration:underline;
}

.globals_active:visited{
	color:#ffffff;
	text-decoration:underline;
}

.globals_active:hover{
	color:#ffffff;
	text-decoration:underline;
}

.globals_active:active{
	color:#ffffff;
	text-decoration:underline;
}

