	a.menuLateral{
		text-decoration:none;
		color: #595959;
		font-size:10px;
		font-weight:bold;
	}
	a:hover.menuLateral{
		color:#5A7CA9;
	}
	h4.menuLateral{
		text-align:left;
		font-size:14px;
		font-weight:bold;
		margin-top:5px;
		margin-left:5px;
		margin-bottom:5px;
		color:#006699;
	}
	
	
	table.menuFooter{
		width: 100%;
		height:30px;
	}
	
	td.menuFooter{
		text-align:center;
	}
	
	a.menuFooter{
		text-decoration:none;
		font-weight:bold;
		font-size:13px;
		color:#5A7CA9;
	}
	
	a:hover.menuFooter{
		color:black;
	}
	
	div.footerContainer{
		width:100%;
		float:left;
		border-top:10px solid #5A7CA9;
	}
	
	div.menuFooter{
		margin:auto;
		margin:10px 20px 0px 20px;
		border:1px solid #006699;
		background:#F1F1F1;
	}
	
	div.tableFooter{
		margin:auto;
		min-width:400px;
		max-width:800px;
	}
	
	div.topMenu{
		width:100%;
		vertical-align:top;
		border-bottom:1px solid #5A7CA9;
	}
	
	div.left{
		float:left;
		min-height:400px;
		max-height:600px;
	}
	
	div.leftMenu{
		float:left;
		border:1px solid #5A7CA9;
		border-top:none;
		min-height:300px;
		min-width:150px;
	}
	
	div.main{
		float:left;
	}
	
	div.general{
		width:800px;
		height:600px;
		margin:auto;
		background:white;
	}
	html{
		background-color:#DBDBDB
	}
	div.header{
		width:800px;
		height:100px;
	}
#scroll {
     width:150px;
     height:600px;
     /*background-color:#F2F2F2;*/
     overflow:auto;
}

