/*
	pag:	page
	bdy:	body
	ban:	baner
	men:	menu
	con:	content
	l:	left
	c:	center
	r:	right
	pub:	pub
	foo:	foot
*/
body {
	margin:0.2em 0.4em;
	font-size:0.7em;
	font-family:Verdana;
	background-color:#EEE9C3;
}

.hidden { display:none; }
.b, .bold { font-weight:bold; }
.i, .italic { font-style:italic; }

.a_l { text-align:left !important; }
.a_c { text-align:center !important; }
.a_r { text-align:right !important; }

h1, h2, h3, h4, h5 { color:#990000; }

h1 { font-size:1.2em;margin:1.0em 0 0.8em; }
h2 { font-size:1.1em;margin:0.9em 0 0.7em; }
h3 { font-size:1.0em;margin:0.8em 0 0.6em; }
h4 { font-size:0.9em;margin:0.7em 0 0.5em; }
h5 { font-size:0.8em;margin:0.6em 0 0.4em; }

h1 a, h2 a, h3 a, h4 a, h5 a { border-bottom:1px dashed #990000; }
h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
h5 a:hover, h5 a:active
{
	border-bottom:1px solid #990000;
	text-decoration:none !important;
}

b { color:#990000; }
p, li, ol { text-align:justify; }

a, a:link, a:visited { color:#990000;text-decoration:none; }
a:hover, a:active { text-decoration:underline; }
a img { border:0 none; }

form { padding:0;margin:0; }
