/** NAVBAR **/

.page-style {
  background-color:#59564f; /**#ffcc66;   **/
  margin: 0pt; 
}

.navbar-list {
	text-align:center;
	color:#AAAAAA;
	font-family:Arial,sans-serif;
	font-size:0.7em;
	line-height:30px;
	margin-bottom:20px;
}

.navbar-list a:hover, .current-page a, .noncurrent-page a   {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.current-page, .noncurrent-page {
	width:95px;
	height:40px;
	background-position: center;
	background-repeat: no-repeat;
}

.current-page {
	background-image:url(../menu_files/orange.png);
}

.noncurrent-page {
	background-image:url(../menu_files/green.png);
}

.current-page a:hover, .noncurrent-page a:hover {
	color:#E2E2E2;
}

/** CONTENT **/

a{
	color:#AAAAAA;
	text-decoration:none;
}

.content-table {
	width:700px;
	font-family:Arial,sans-serif;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
}
.paragraph-title {
	color:#87c84a;
	font-size:30px;
	font-weight:bold;
	line-height:42px;
	text-align:center;
}

.paragraph-subtitle {
	color:#87c84a;
	font-size:20px;
	line-height:25px;
}

.paragraph-subtitle2 {
	color:#87c84a;
	font-size:18px;
	line-height:22px;
}

.paragraph-subtitle3 {
	color:#FFFFFF;
	font-size:18px;
	line-height:22px;
	text-align:left;
	text-decoration:underline;
}

.paragraph-subtitle4 {
	color:#87c84a;
	font-size:14px;
	line-height:22px;
	text-align:left;
}

.content-small {
	font-size:14px;
	text-align:justify;
}
