body {
	background-color: #595B5A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.topic {
	font-size: 18px;
	font-weight: bold;
	color: #00BBE4;
}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #00BBE4;
}

.subtitle {
	font-weight: bold;
	font-size: 13px;
	color: #00BBE4;
}

.title_center {
	font-size: 24px;
	font-weight: bold;
	color: #00BBE4;
	text-align:center;
	padding-bottom:5px;
}

.subtitle_center {
	font-size: 18px;
	color: #00BBE4;
	text-align:center;
	padding-top:5px;
}

p {
	text-align:justify;
}

.testimonials {
	text-align:justify;
	font: Courier New, Courier, mono;
	font-size:12px;
}

hr {
  border:0;
  border-top: 1px solid #00BBE4;
  height: 0;
  background: #00BBE4;
}

.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #515252;
	text-align: right;
	text-decoration:none;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
}

.item:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	text-decoration:none;
	padding-left:12px;
	padding-top:3px;
	padding-bottom:3px;
}

.content {
	font-size: 11px;
	font-weight: normal;
	color: #000000
}

.emphasis {
	font-size: 11px;
	font-weight: bold;
}

/*
li {
	color: #0264AC;
}
*/

a {
	font-weight: bold;
	color: #0264AC;
}

a:hover {
	font-weight: bold;
	color: #00BBE4;
}

a:link {
	font-weight: bold;
	color: #0264AC;
}
a:visited {
	font-weight: bold;
	color: #0264AC;
}

a.link_footer {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.link_footer:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.link_footer:link {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.link_footer:visited {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.center {
	text-align:center;
	position:50%;
}
