body
{
	margin: 0 0 0 0;
	background: black;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #333333;
}

table
{
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
}

a
{
	color: #177110;
	text-decoration: none;
}

li
{
	text-align: justify;
}

a:hover
{
	color: #685f16;
	text-decoration: underline;
}

hr
{
	color: #685f16;
	height: 1;
}

/***** Container Principal *****/
.container
{
	width: 770;
	background: #eef2ea;
}

.containerTop
{
	background: url('../images/container/top.gif') no-repeat;
	height: 145;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 27px;
	padding-right: 5px;
	color: #17666d;
	font-weight: bold;
	font-size: 7.5pt;
}

.containerLeftCell
{
	width: 200px;
	vertical-align: top;
}

.containerRightCell
{
	vertical-align: top;
}

.address
{
	height: 30;
	background: url('../images/container/address.gif') no-repeat bottom;
}

/***** Menu Lateral *****/
#menu
{
	margin: 20 0 20 20;
	width: 200;
	background: #fbfaf0;
	border: 1px solid #969594;
}

#menu a
{
	color: #7f9155;
	font-weight: bold;
	letter-spacing: -1;
	text-decoration: none;
}

#menu a:hover
{
	color: #7f9155;
	font-weight: bold;
	letter-spacing: -1;
	text-decoration: underline;
}

#menu td
{
	padding: 6px;
}

.arrow
{
	padding-right: 0px;
	padding-bottom: 3px;
	width: 15;
}

/***** Menu Lateral *****/
.mainPage
{
	margin-top: 20px;
	width: 100%;
}

/***** Tabela Principal das Páginas *****/
#mainTable
{
	width: 510px;
	margin: 20px;
}

.topCell
{
	height: 13;
	background: url('../images/general/topTable.gif') repeat-y;
}

.middleCell
{
	background: url('../images/general/backgroundTable.gif') repeat-y;
	padding: 0 10 0 10;
}

.bottomCell
{
	height: 13;
	background: url('../images/general/bottomTable.gif') repeat-y;
}

/***** Título das páginas *****/
.title
{
	border-bottom: 2px solid #32684d;
	font-size: 10pt;
	font-weight: bold;
	color: #32684d;	
}

/***** Texto das páginas *****/
#textTable
{
	line-height: 2;
}

#textTable td
{
	text-align: justify;
}

/***** Informações da diretoria *****/
#direction
{
	width: 100%;
	color: #333333;
	line-height: 2;
}

#direction image
{
	margin-right: 15px;
}

/***** Cursos *****/
#courses
{
	width: 100%;
	line-height: 2;
}

#courses image
{
	margin-right: 8px;
}

/***** Tabela de formulário *****/
#formTable
{
	width: 90%;
	background: #f4f6f2;
	border: 1px solid #CCCCCC;
}

#formTable td
{
	padding: 3px;
}

#formTable input, textarea
{
	border: 1px solid #888888;
	padding: 1px;
	font-family: Verdana;
	font-size: 8pt;
	color: #555555;
}

/***** MENSAGEM DA APLICAÇÃO *****/
.success
{
	background: #fbfaf0;
	color: #847910;
	font-size: 10pt;
	font-weight: bold;
	border: 2px solid #847910;
}

.error
{
	background: #fbfaf0;
	color: #d01d1d;
	font-size: 10pt;
	font-weight: bold;
	border: 2px solid #847910;
}

/***** NOTÍCIAS DA ÁREA ADMINISTRATIVA *****/
#newsTable
{
	background: #CCCCCC;
	width: 90%;
}

#newsTable th
{
	background: #f4f6f2;
}

#newsTable td
{
	background: #FAFAFA;
}

#newsTable a
{
	cursor: pointer;
}

/***** NOTÍCIAS DA PÁGINA INICIAL *****/
.lastNews
{
	width: 248;
	font-size: 8pt;
	text-align: left;
	line-height: 1.5;
}

.lastNewsTop
{
	background: url('../images/general/newsTop.gif');
	height: 16;
}

.lastNewsBottom
{
	background: url('../images/general/newsBottom.gif');
	height: 16;
}

.lastNewsDate
{
	color: #000000;
	font-weight: bold;
}

.lastNewsTitle
{
	line-height: 1.5;
	font-weight: bold;
	color: #456e57;
}

.lastNewsTitleCell
{
	background: url('../images/general/newsMiddle.gif');
	padding-left: 5px;
	height: 70;
	vertical-align: top;
}

.lastNewsText
{
	padding-top: 5px;
	vertical-align: top;
	background: url('../images/general/newsMiddle.gif');
	height: 100;
}

.lastNewsReadMore
{
	background: url('../images/general/newsMiddle.gif');
	text-align: right;
	padding-right: 10px;
}

.lastNewsLink
{
	color: #9c6250;
	font-weight: bold;
}

.lastNewsLink:hover
{
	color: #9c6250;
	font-weight: bold;
	text-decoration: underline;
}

/***** LISTA DE NOTÍCIAS *****/
.newsListTr
{
	cursor: pointer;
}

.newsListTrOver
{
	cursor: pointer;
	text-decoration: underline;
}