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

.small_title {
	color: #2f3a73;
  font-weight: bold;
  text-decoration: none;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

a:link .small_title { color: #2f3a73; font-weight: bold; text-decoration: none; }
a:visited .small_title { color: #2f3a73; font-weight: bold; text-decoration: none; }
a:hover .small_title { color: #2f3a73; font-weight: bold; text-decoration: none; }
a:active .small_title { color: #2f3a73; font-weight: bold; text-decoration: none; }