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

.title_lighter {
	color: #a4a8f9;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.regular_lighter {
	color: #787def;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.regular_text {
	color: #4e52b4; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

.copyright_dark {
	color: #364061; 
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

.copyright_light {
	color: #515b7f; 
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

a:link {
	color: #515b7f;
	text-decoration: none;
}
a:visited {
	color: #515b7f;
	text-decoration: none;
}
a:hover {
	color: #6b77a3;
	text-decoration: underline;
}
a:active {
	color: #515b7f;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
