/*
CSS Reset for the design of Emenac.com
Default Created: http://meyerweb.com/eric/tools/css/reset/
Date Created: 29-11-2011
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.links_area{ width:100%; color:#1b5b73; float:left; visibility:inherit; }
.links_area #links { border:1px solid #CCC; background-color:#F2F2F2; float:left; font-size:12px; width:99.5%; padding:5px 0px; text-align:left;}
.links_area #links span{ padding:5px; color:#076a8e; padding-right:20px;color:#900;font-weight:bold;font-size:10px}
.links_area #links a{ color:#076a8e; text-decoration:none; font-size:11px}
.links_area #links a:hover{ color:#1b5b73; text-decoration:underline}

.brclear{clear: both; margin: 0;}