/* CSS Document */

body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#ebb900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004555;
	line-height:20px;
	}
	
#TopCabecalho {
	background:url(../img/BackGroundTop.jpg) center top no-repeat #ebb900;
	}
	
#divConteudo {
	width:700px;
	margin-top:80px;
	margin-bottom:80px;
	}
	
.TdPadrao {
	background:#004555;
	}
	
.MousePointer {
	width:153px;
	height:34px;
	line-height:34px;
	cursor:pointer;
	font-weight:bold;
	}
	
.MenuOut {
	background:#004555;
	color:#fccc47;
	cursor:pointer;
	}
	
.MenuOut2 {
	background:url(../img/backGroundMenu.jpg) top center no-repeat;
	color:#fccc47;
	cursor:pointer;
	}
	
.MenuOn {
	background:#fccc47;
	color:#004555;
	cursor:pointer;
	}
	
.Copyright {
	color:#004555;
	line-height:40px;
	font-size:10px;
	}
	
.textConteudo {
	margin:0px;
	margin-left:18px;
	margin-right:170px;
	line-height:normal;
	}
	
.TituloConteudo {
	font-size:18px;
	}
	
.textRed {
	color:#990000;
	}
	
.textAmarelo {
	color:#e99519
	}

a.lMenu:link    	{text-decoration:none; color:#004555}
a.lMenu:visited    	{text-decoration:none; color:#004555}
a.lMenu:hover    	{color:#004555; font-weight:bold;}

a.lAmarelo:link    		{text-decoration:none; color:#e99519}
a.lAmarelo:visited    	{text-decoration:none; color:#e99519}
a.lAmarelo:hover    	{color:#e99519; text-decoration:none;}

.ImgProduto{
	background:#004555;
	float:left;
	width:74px;
	height:74px;
	margin-right:5px;
	margin-bottom:5px;
	}
