a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.white_link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a.white_link:hover {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

ul {
  text-align:left;
}

li {
  color: #000033;
  font-size: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

p {
  font-family: Times New Roman,Times,Serif;
  font-size: 13px;
  color: #000033;
  text-align: justify;
}

p.title {
  font-family: Times New Roman,Times,Serif;
  font-size: 16px;
  color: #FF0003;
  font-weight: bold;
  text-align: center;
}

p.main_title,span.main_title,a.main_title {
  font-family: Times New Roman,Times,Serif;
  font-size: 20px;
  color: #FF0003;
  font-weight: bold;
  text-align: center;
}

p.text {
  font-family: Times New Roman,Times,Serif;
  font-size: 13px;
  color: #000033;
  text-align: justify;
}

.motto,span.motto {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 16px;
  color: #FF0003;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
