@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img  {
	border:0px;
}
body{
	text-align: center;
	background-color: #FFFFFF;
	color:#000000;
}
a:link, a:active, a:visited {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color:#536779;
}
div.container {
	position:relative;
	width: 972px;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
#content {
	float:left;
	margin-left:1px;
	width: 900px;
	background-image:url(/images/bg.gif);
}
#sleft {
	float:left;
}
#sright {
	float:right;
}
#header {
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:211px;
	width:900px;
}
#flash {
	
}
#menu {
	background-image:url(/images/bg-menu.jpg);
	background-repeat:repeat-x;
	height:42px;
	text-align:right;
	padding-top:1px;
}
#menu li{
	width:108px;
	overflow:hidden;
}
.m {
	float:left;
	cursor:pointer;
	font-weight:bold;
	width:108px;
	height:30px;
	text-align:center;
	padding-top:8px;
	background-repeat:no-repeat;
	background-position:center top;
}
.m-active{
	text-align:center;
	width:108px;
	height:30px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	padding-top:8px;
	background-image:url(/images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#login {
	float:right;
	margin-top:13px;
}
#login a {
	font-weight:bold;
}
#corpo {
	padding:20px;
	min-height:400px;
}
#titlepag{
	font-weight:bold;
	font-size:15px;
	color:#003399;
	padding-bottom:8px;
	border-bottom:1px #666666 dotted;
}
#footer {
	width:900px;
	margin-left:35px;
	text-align:center;
	height:50px;
	padding-top:5px;
	border-top:5px #354d62 solid;
}
	
	
	
input, textarea {
	border:1px #3c4e56 solid;
}

#prog{
	margin-bottom:10px;
	border-bottom:1px #333333 dotted;
}
#log{
	float:left;
}
#log img{
	float:left;
}
#descr{
	margin-left:10px;
}
#vai{
	padding-top:10px;
	text-align:right;
}

.vmenu:a, .vmenu:link, ,vmenu:visited{
	font-weight:bold;
	font-size:12px;
}
.vmenu:hover{
	color:#003366;
}
