﻿/* ABS */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #535554;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 10px;
	margin: 0;
}
ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	color: #333333;
	margin: 10px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	color: #333333;
	margin: 10px;
}
li {
	list-style-type: square; /* square circle disc decimal */;
	list-style-position: outside;
	color: #333333;
	margin-left:10px;
}
hr {
	background-color: #BDD054;
	color: #BDD054;
	width: 175px;
	border: 0;
	float: left;
	magen: 3px 0px;
}
/* links */
a:link, a:visited {
	color: #BDD054;
	text-decoration: none;
	font-size: 10px;
	line-hight: 10px;
	
}
a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	line-hight: 10px;
}
a img {
	border: 0;
}
/* forms */
input, select, textarea, option, button {
	font-size: 12px;
	border: 1pt solid #E0E0E0;
	background-color: #EEEEEE;
	padding: 0.5px;
	letter-spacing: 0pt;
}
/* classes */
.ClassName {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 9px;
	font-weight: bold;
}
.title {
	font-size: 17px;
	color: #5F615F;
	text-transform: capitalize;
}
.menu a:link, .menu a:visited, .menu a:active  {
	/*color: #8D8E8D;*/
	color: #777777;
	text-decoration: none;
	font-size: 11px;
	line-hight: 8px;
}
.menu a:hover, .menu a:active   {
	color: #BDD054;
	text-decoration: none;
	font-size: 11px;
	line-hight: 8px;
}
.sub_menu a:link, .sub_menu a:visited{
	/*color: #8D8E8D;*/
	color: #777777;
	text-decoration: none;
	font-size: 10px;
	line-hight: 8px;
}
.sub_menu a:hover, .sub_menu a:active   {
	color: #BDD054;
	text-decoration: none;
	font-size: 10px;
	line-hight: 8px;
}
.subtitle
{
	font-weight: bold;
}
/* by id */
#ContentArea {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
#fer
{
	border:1px solid;
	background-color:#999999;
	display:none;
	margin-bottom:5px;
}
#fer a
{
	color:#BDD054;
}
/* End CSS */