/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #f7f7f7;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color:#f7f7f7;
	}
	
#main
{
width:700px;
height:auto;
margin:0 auto;
background-color:#FFFFFF;
padding-left:5px;
padding-top:5px;
}
#topo
{
background-color:#b9c408;
width:692px;
height:200px;
top:10px;
margin-top:10px;
}
#miolo
{
width:700px;
height:auto;
background-color:#FFFFFF;
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #b9c408;}
a:hover {color: #f7f7f7f;}
a:visited {color: #b9c408;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}
.tit{
	color: #FFF;
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:10px;
	padding-left:10px;
}
.t {
font-weight: normal;
font-size: 36px;
padding-top:10px;
padding-left:10px;
color: #FFF;
} 
.pagination
{
word-spacing:10px;
}

/* #######################  END GENERAL SETTINGS ############################ */
