/* general classes */
BODY  {
	text-align:center;
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size:11px;
    color:black;
 /*   background : #f6f6cd;*/
    background-image:  url("img/bg.jpg");
	padding:0px;
	margin:0px;
	border:0px;
}
#conteudo{
	width:980px;
	position:absolute;
	left:40%;
	margin:0px 0px 0px -390px;
}

h1{
	color:#000000;
	padding:10px;
	margin:0px;
	font-size:20px;
	text-align:center;
}

h2{
	font-family: Verdana,arial,helvetica,sans-serif;
	color:#990000;
	font-size:20px;	
}

h3{
	font-family: Verdana,arial,helvetica,sans-serif;
	color:#EDBF07;
	font-size:18px;
	font-weight : bold;
}

p{
	line-height:150%;
	letter-spacing:1px;
}

ul{
	margin-left:40px;
}

li{
	margin-left:40px;
}

dir{
	padding:10px;
	color:#500;
	font-size:120%;
}

.apostdir{
	float:right;
	width:250px;
	color:#500;
	text-align:center;
	border-left:4px solid #EDBF07;
	border-bottom:4px solid #FAD954;
	border-right:4px solid #FCEBA5;
	border-top:4px solid #FEF5D1;
	padding:10px;
	margin:10px;
	margin-top:100px;
}

.depdir{
	float:right;
	width:250px;
	color:#500;
	text-align:center;
	border-left:4px solid #EDBF07;
	border-bottom:4px solid #FAD954;
	border-right:4px solid #FCEBA5;
	border-top:4px solid #FEF5D1;
	padding:10px;
	margin:10px;
	margin-top:30px;
}

.imgdir{
	float:right;
}

.imgesq{
	float:left;
}

A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#004080;
	text-decoration : none;
}

A:HOVER {
    text-decoration: underline;
    color: red;
}

HR {
	border : 1px solid #D3D3D3;
}

.error {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Red;
}

.info {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
    color : Black;
    background-color : White;
}

.sideboxtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
    color : Black;
    background-color : White;
}

.plainboxtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
    color : #004080;
    font-weight : bold;
    background-color : Blue;
}

.plainboxtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
    color : Black;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
    color : Navy;
    font-weight : bold;
}

.centerboxtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;	
    color : Navy;
    font-weight : bold;
}

.pgprocessed {
	color: #ADADAD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* user card */
.userexttable {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color : White;
	background : #333333;
}

.usertoppanel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background-color : #F5F5F5;
	color : #333333;
}

.userbottompanel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}