body {
	background-color: #ffffff;                  /* arrumada */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;                /* preto */
}
p {
    font-family: Arial, Helvetica, sans-serif; /* arrumada */
    font-size: 10 px;
	color: #000000;
}
p.menu {
    font-family: Arial, Helvetica, sans-serif; /* arrumada */
    font-size: 10 px;
	color: #ffffff;
}
td,th {
	font-family:Arial, Helvetica, sans-serif;  /* arrumada */
	font-size: 12px;
	line-height: 24px;
	color: #cccff;
}

a:link, a:visited, a:active, a:hover {
     text-decoration: none;
	 color:#ffffff;
}

form {
	background-color: #6699cc; /* arrumada */
	font-family: Arial, helvetica,sans-serif;
	font-color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;   /* arrumada  toda */
    font-size: 13px;
	line-height: 10px;
    background-color: #ffffff;
	color: #ff0000;        /*vermelho */
	text-align:center;                          
}

p.subtitle {                                      /* arrumada toda */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background:
	font-weight: bold;
    color: #3366cc;
}

p.header {                                          /* arrumada toda */
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #3366cc;
    color: #DCDCDC;
}

.nav {											/* arrumada toda */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	background-color: #6699ff;
	text-decoration: none;
}

.navLink {										/* arrumada toda */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
	text-decoration: none;
}

.sidebar {										/* arrumada toda */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {							/* arrumada toda */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #3366cc;
	background-color: #ffffff;
}

p.sidebarFooter {                                  /* arrumado todo */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {										/* arrumada toda */
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	background-color: #6699ff;                    /*azul */
}

.legal {										/* arrumada */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;         /* arrumada */
	border-width: medium;
    border-style: ridge;
	color: #3366cc;
}

.titlebar {								/*arrumada */
	font-family: verdana, Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

