/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#555555;
	background: transparent;
	margin:0;
	padding:0;
	height:100%;}

b { color: #ffffff; letter-spacing: 0px; font-size:11px;}
i { color: #6e8cb3; font-style:italic; font-size:11px; font-family: tahoma;}
p {
color:#cccccc; 
font-size:11px;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-right: 3px;
}

li {
list-style-image:url('images_layout/seta.gif');
PADDING: 0px;
MARGIN-left: -15px;
}

.clear {clear: both;
	height:30px;}

.red {color:red;}
.yellow {color:#ffd502;
	font-weight:bold;}

a {text-decoration: none; font-weight:bold; color:#96b9eb;}
a:hover {
	font-weight:bold; 
	text-decoration:none; 
	color:#ffffff; 
	cursor: hand; 
	background: none;}


h1 {
background: url('images_back/aba.gif') no-repeat;
font-size:13px;
color: #e5e5e5;
letter-spacing: 0px;
padding: 10px;
padding-left: 28px;
text-align: left;
margin: 0px;
}

h2 {
background: url('images_layout/aba.gif') no-repeat;
font-variant: small-caps;
font-size:13px;
color: #e7ed44;
letter-spacing: 0px;
padding: 8px;
padding-left: 30px;
text-align: left;
margin: 0px;
}

h3 {
background: transparent; no-repeat;
text-transform: lowercase;
font-weight: none;
font-size:10px;
color: #333333;
letter-spacing: 3px;
padding: 10px;
padding-right: 10px;
text-align: right;
margin: 0px;
}

.font1 {color:#999999; font-size:10px;}

.font2 {color:#a9c3e7; font-size:11px; font-family: tahoma;}
.font3 {
	padding:0px 10px 0px 5px; 
	font-size: 11px;
	color:#666666;}
.font4 {color:#fffc02; font-size:11px; font-family: tahoma;}
.font5 {color:#cccccc; font-size:11px; font-family: tahoma;}





