/*
	Justsoft Home - Stylesheet
	Copyright (c) 2006 - 2007 Justsoft Informática e Publicidades Ltda.
	Todos os direitos reservados.

	http://www.justsoft.com.br/
*/

* {
	text-decoration: none;
}

/* Estilo do menu superior */
#topo {
	padding: 3px;
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
	background-color: #396DA5;
	color: white;
	border-width: 1px;
	border-color: #5b8fc7;
	border-style: solid;
}

#topo a {
	padding: 3px;
	/*font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;*/
	color: white;
}

#topo a:hover {
	background-color: #5b8fc7;
	color: white;
}

.titulo {
	font-size: 18pt;
	font-family: tahoma, verdana, sans-serif;
	color: black;
}

/* Menu de navegação */
#menu {
	font-size: 14px;
	text-align: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	color: black;
}

#menu li:hover {
	border-width: 1px;
	border-color: #5b8fc7;
	border-style: solid;
	background-color: #396DA5;
	color: white;
}

#menu a {
	padding: 5px;
	display: block;
	color: #396DA5;
}

#menu a:hover {
	background-color: #396DA5;	
	color: white;
}

/* Caixa de texto */
#mytextbox {
	background-color: #eeeeee;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 10px;
}

/* Corpo da página */
body {
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
	/*width: 785px;*/
	width: 800px;
}
td {
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
}
h1 {
	color: #396DA5;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14pt;
}
h2 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12pt;
}
h3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
}
h4 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
}
input {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
}
p {
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
}
table {
	border: 0;
	width: 100%;
}

a {
	color: #396DA5;
	font-weight: bold;
}
