body {
	background-color: #000000;
	color: #FFFFFF;
}
a:link{
color: blue;
text-decoration: none;
}
a:hover{
color: green;
text-decoration: none;
}
a:visited{
color: blue;
text-decoration: none;
}
preto{
color: black;
text-align: center;
}
req{
color: white;
}
req:hover{
color: white;
}
#container {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6c7a1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6c7a1;
	margin: 0 auto;
}

#contents {
	margin:0;
	padding: 0 0px;
}

#left {
	background-image: url(images/bg_left2.png);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right2.png);
	background-repeat: repeat-y;
}

#menu {
	padding: 10px 0 10px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.menu {
	padding: 10px 0 10px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.5px;
}

#titulo {

	padding: 15px 8px 10px 8px;
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}
.titulo {

	padding: 15px 8px 10px 8px;
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

.menu a:link {
   color: #cfc295;
	text-decoration: none;
}

.menu a:visited {
	color: #cfc295;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}


#menu a:link {
   color: #cfc295;
	text-decoration: none;
}

#menu a:visited {
	color: #cfc295;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

#contents_right {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#copyright {
	background-image: url(images/bg_down2.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e6fa;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
	
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
	
}

.heading {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-align: center;	
}

.pub {
	width:640px;
	text-align: center;	
}

.labelfield{ /*CSS for label field in general*/
color:green;
font-size: 70%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: blue;
text-decoration: none;
font-weight: bold;
}

#example3 a:hover{ /*CSS specific to demo 3*/
color: green;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}

