@charset "utf-8";
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009;
	text-align: justify;
}
.ben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	text-transform: capitalize;
	color: #CCC;
	text-decoration: none;
	background: #666;
}
.layout {
	text-decoration: none;
	background-color: #CCC;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #900;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	text-shadow: #666 0.1em 0.1em 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
	font-weight: normal;
}
.buttons_present_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #036;
	text-decoration: none;
	background-color: #666;
	text-shadow: #666 0.1em 0.1em 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.normal_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009;
}
.image_border{
	border-style:solid;
	border-color: #CCC;
	border-width:4px;
      }

.normal_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009;
}
a.linkblack:link {color: black; }
a.linkblack:visited {color: black; }
a.linkblack:hover {color: black; }
a.linkblack:active {color: black; } 