	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #282828 url(imgbg.png) repeat;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #919191;
	}
		
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style-type: square;		
	}
	
	
	p
	{
		line-height: 140%;
		text-indent: 50px;
		text-align: justify;
	}
	
	strong
	{
	}
	
	a
	{
		color: #747474;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		margin: 0px auto;
		width: 1200px;
	}
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
	}

	.title h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 2em;
		color: #FFF;
	}
	
	.title .byline
	{
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	label
	{
    display: block;
    width: 350px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
	}
	
	input[type="text"]
	{
    border: 1px solid #888888;
    background: #ffffff;
	}
	
	input[type="password"]
	{
    border: 1px solid #888888;
    background: #ffffff;
	}
	
	input[type="button"]
	{
	display: inline-block;
	margin-top: 2em;
	background: #BC1414;
	line-height: 4em;
	padding: 0.5em 3em;
	letter-spacing: 0.25em;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	white-space: nowrap;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.80em !important;
	color: #fff !important;
	}

	input[type="button"]:hover
	{
	background: #991414;
	}
		
	input[type="button"]:active
	{
	background: #701414;
	}
		
	input[type="submit"]
	{
	display: inline-block;
	margin-top: 2em;
	background: #BC1414;
	line-height: 4em;
	padding: 0 3em;
	letter-spacing: 0.25em;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	white-space: nowrap;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.80em !important;
	color: #fff !important;
	}

	input[type="submit"]:hover
	{
	background: #991414;
	}
		
	input[type="submit"]:active
	{
	background: #701414;
	}
		
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 1em 0em;
		text-transform: uppercase;
	}
	
	#logo h1 a
	{
		text-decoration: none;
		font-size: 1.5em;
		color: #FFF;
	}
	
	#logo span
	{
		color: #BC1414;
	}
	
	#logo p
	{
		margin: 0;
		padding: 0;
		letter-spacing: 0.10em;
		font-size: 0.90em;
	}

	#logo p a
	{
		text-decoration: none;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		background: #1B1B1B url(imgbg.png) repeat;
		border-bottom: 4px solid #BC1414;
	}
	
	#menu ul
	{
		margin: 0;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: normal;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu a
	{
		display: block;
		padding: 0em 2em;
		line-height: 60px;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		color: #838383;
	}
	
	#menu .current_page_item a
	{
		background: #BC1414;
		color: #FFF;
	}
	
	#menu a:hover
	{
		background: #BC1414;
		text-decoration: none;
		color: #FFF;
	}
	
	#menu a:active
	{
		background: #000000;
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		overflow: hidden;
		padding: 2em 0em;
		border-bottom: 1px solid #363636;
	}
	.linha
	{
		width:500pt;
		padding-right:200px;
		clear:both;
		float:right;
	}
	
	.coluna
	{
		padding:5px;
		height:20px;
		float:left;
	}

/*********************************************************************************/
/* Formulario                                                                 */
/*********************************************************************************/

	#formulario
	{
		float: left;
		width: 850px;
		padding: 40px 50px 60px 50px;
		margin-bottom: 2em;
		background: #FFF;
		border-bottom: 4px solid #BC1414;
		color: #525252;
	}

/*********************************************************************************/	
/* Sidebar 																		*/
/*********************************************************************************/

#sidebar {
	float: right;
	width: 230px;
	padding: 5px;
	background: #FFF;
	border-bottom: 4px solid #BC1414;
	color: #525252;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px 0px;
	color: #404040;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: ##BC1414;
}
a:link, a:visited {
	text-decoration: none
	}

#sidebar .current_page_item a
	{
		background: #BC1414;
		color: #FFF;
	}
	
#sidebar a:hover
	{
		background: #BC1414;
		text-decoration: none;
		color: #FFF;
	}
	
#sidebar a:active
	{
		background: #000000;
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		padding: 2em 0em;
		font-size: 0.75em;
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		color: #6A6A6A;
	}
	
	#copyright a
	{
		color: #747474;
	}









