﻿body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #656364;
	font-weight: normal;
}

#divHeader {
	width: 800px;
	height: 126px;
	min-height: 126px;
	margin: 0 auto;
	color: white;
}

#divContent {
	width: 800px;
/*	height: 400px; */
	min-height: 400px;
	margin: 0 auto;
	vertical-align: top;
}

#divFooter {
	width: 800px;
	height: 110px;
	min-height: 110px;
	margin: 0 auto;
	color: white;
}

.lnkMenu:link {
	font-size: 10px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #656364;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
}

.lnkMenu:visited {
	font-size: 10px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #656364;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
}

.lnkMenu:hover {
	font-size: 10px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #656364;
	text-decoration: underline;
	background: none;
	text-transform: uppercase;
}

.lnkMenuRed:link {
	font-size: 14px;
	font-family:"Arial Rounded MT Bold", Arial, Tahoma;
	color: #FF3333;
	text-decoration: none;
	background: none;
	text-transform: lowercase;
}

.lnkMenuRed:visited {
	font-size: 14px;
	font-family: "Arial Rounded MT Bold", Arial, Tahoma;
	color: #FF3333;
	text-decoration: none;
	background: none;
	text-transform: lowercase;
}

.lnkMenuRed:hover {
	font-size: 14px;
	font-family: "Arial Rounded MT Bold", Arial, Tahoma;
	color: #FF3333;
	text-decoration: underline;
	background: none;
	text-transform: lowercase;
}

.lnkMenuBranco:link {
	font-size: 12px;
	font-family:Arial, Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}

.lnkMenuBranco:visited {
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}

.lnkMenuBranco:hover {
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
}

.lnkVerticalMenu:link {
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #656364;
	text-decoration: none;
}

.lnkVerticalMenu:visited {
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #656364;
	text-decoration: none;
}

.lnkVerticalMenu:hover {
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #FF3333;
	text-decoration: underline;
}

.lnkFooter:link	{
	font-size: 11px;
	font-family: Arial, Tahoma; 
	font-weight: bold;
	color: #656364;
	text-decoration: none;
	background: none;
}

.lnkFooter:visited {
	font-size: 11px;
	font-family: Arial, Tahoma; 
	font-weight: bold;
	color: #656364;
	text-decoration: none;
	background: none;
}

.lnkFooter:hover {
	font-size: 11px;
	font-family: Arial, Tahoma; 
	font-weight: bold;
	color: #656364;
	text-decoration: underline;
	background: none;
}

.font_normal {
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #656364;
	font-weight: normal;
}

.font_menuvertical {
	font-size: 23px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #999999;
	text-transform: lowercase;
}

.font_titulo {
	font-size: 17px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #FF3333;
	font-variant: small-caps;
}

.ctrl {
	font-size: 11px;
	border: 1px gray solid;
	color: black;
}

.ctrlnoborder {
	font-size: 11px;
	color: black;
	border: 0 transparent none;
}

.ctrlnobordergray {
	font-size: 11px;
	color: gray;
	border: 0 transparent none;
}

.button {
	font-size: 11px;
}

.errormessage {
	font-size: 11px;
	color: red;
}

.gridheader {
	background-color: #E1E1E1;
	color: gray;	
}


.aviso
{
	color:#FE000C;
	border:solid 1px #FE000C;
	padding:4px;
	background-color:#fff;
	display:block;
	text-align:center;
	font-size:16px;
	text-decoration:none;
}
