/* 
Links can be edited here. 
*/
a {
	text-decoration: none;
	outline: none;
	color: #B97826;
}

a:link {
	text-decoration: none;
	color: #B97826;
}
a:visited {
	text-decoration: none;
	color: #B97826;
}
a:hover, a:active {
	text-decoration: underline;
	color:#FCF302;
}
/* 
H1, H2, H3, H4, H5 tags, if is possibble, use this for your pages,
can be very usefull for . 
*/
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #B97826;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
/* 
We setup here all images border to 0 
*/
img {
	border: none;/* vertical-align: middle; */
}
/* 
Fieldset and legend is a very smart tag for making a border 
for a text without table and  also to add a header to this text.
*/
legend {
	white-space: nowrap;
	font-weight: bold;
	color: #000099;
	font-size: 1em;
	font-variant: small-caps;
}
fieldset {
	display: block;
	border: 1px #969696 solid;
	margin: 5px;
	padding: 3px;
}
p {
	margin-top: 0;
	text-align: justify;
}
br {
	line-height: 6px;
}
small {
	margin-top: 0px;
	margin-bottom: 0px;
}
acronym {
	border-bottom: none;
}
.clear {
	clear: both;
}

/* error text mostly with RED to make attention */	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
a.error:link, a.error:visited, a.error:hover {
	color: #990000;
	text-decoration: none
	}

/* You can float image automatically to left or right */	
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}
.floatleft
{
float: left;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}