/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 13, 2010 */

@font-face {
	font-family: 'NeoTechProRegular';
	src: url('../fonts/neotechpro-regular-webfont.eot');
	src: local('¢'), url('../fonts/neotechpro-regular-webfont.woff') format('woff'), url('../fonts/neotechpro-regular-webfont.ttf') format('truetype'), url('../fonts/neotechpro-regular-webfont.svg#webfont5NDxF4mR') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, .smais, .event-bts, .menu-evento {
 	font-family: NeoTechProRegular,Arial, Helvetica, sans-serif;
} 

.smais {
	display:block;
	width:120px;
	font-size:16px;
	background: url(../imagens/seta-listwhite.gif) no-repeat 90px;
	text-transform: uppercase;
	text-decoration: none;
} 
.event-bts {
	color:#FFFFFF;
	display: block;
	font-size:14px;
	margin-bottom: 4px;
	text-transform: uppercase;
	text-decoration: none;
} 
.event-bts:after
{
	content:url(../imagens/seta-listblue.gif);
}
.under {
background:url('../imagens/1pix.gif') repeat-x; width:184px; height:17px; display:block;
background-position:bottom;
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03353e;
	font-weight: normal;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

sup {
	font-size: 9px;
	vertical-align: top;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	margin-bottom: 5px;
	
}

h2 {
	font-size: 23px;
	color: #03353e;
}

h3 {
	font-size: 21px;
}

h4 {
	padding: 7px 4px 0;
	font-size: 19px;
}

h5 {
	font-size: 17px;	
}

h6 {
	font-size: 15px;
	padding: 20px 20px 0px;
	color:#FFFFFF;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}



p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 14px;
}

