/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";
/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #D8D8D8;
	color: #666;
	font-size: 76%; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
}

h1 { font-size: 1.7em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
p { font-size: 1em; }
h6 { font-style: italic; }

h1, h2, h3, h4, h5, h6 { 
	color: #77B800;
	font-family: GEInspira, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin-bottom: 1.3em;
}


	
p { margin-bottom: 1.3em; } 

#center ol, #center ul { 
	list-style:disc;
	margin-left: 0em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#center ul ul{
margin-bottom: 0em;
}

table {
	margin-bottom: 1.3em;
	width: 100%;
}

table th, table td {
	border-top: -1px solid #8C8B8D;
	padding: 0.6em;
}

table th {
	border-top: none;
	font-weight: bold;
}

table .even {
	background: #F1F6EB;
}

hr {
	clear:both;
	background: #D8D8D8;
	color:  #D8D8D8;
	border: 0;
	height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	background: url(../images/header_novacom_fase1.gif) no-repeat top;
	height: 56px;
	width: 410px;
	left: -5px;
	top: 0;
	position: absolute;
}

#logo a {
	cursor: pointer;
	display: block;
	height: 56px;
	width: 410px;
}

#copy {
	color: #B3B3B3;
	top: 33px;
	left: 78px;
	position: absolute;
}
