#bottom a, a:visited, a:link, a:active {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover {
	color : #fff;
	text-decoration: none;  
}
#bottom p {
  padding: 12px 12px 0 12px;
  margin: 0;
}

#page a, a:visited, a:link, a:active {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#page a:hover {
	color : #aeaeae;
	text-decoration: underline;  
}

#page h2 {
  color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 24px 12px 16px 12px;
	text-align: left;
}
#page ul {
  text-align: left;
}
#page h4 {
  color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 12px 12px 12px 12px;
	text-align: left;
}

#page p {
  color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px 12px 8px 12px;
	text-align: justify;
}

#page p.auth {
  color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 12px 12px 12px;
	text-align: right;
}

#page p.i {
  color: #000;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	padding: 6px 12px 6px 12px;
	text-align: right;
}

#page p.info {
  color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 6px 12px 6px 12px;
	text-align: justify;
}

#page img {
  border: 0px;
}