body.Padrao {
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../Images/BkgPg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

body.Normal {
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	color: #666666;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,th {
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	color: #666666;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

a:hover { text-decoration: underline; }

a.News {
    font-weight: normal;
	text-decoration: none;
	color: #666666;
}

a.News:hover { text-decoration: underline; }

input, select {
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 12px;
	color: #666666;
	border-style: solid;
	border-width: 1;
	padding-left: 2;
	border-color: #CCCCCC;
	height: 22px;
}

textarea{
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 12px;
	color: #666666;
	border-style: solid;
	border-width: 1;
	padding-left: 2;
	border-color: #CCCCCC;
}

.Titulo {
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.Radio {
	border: 0px none;
}

.Checkbox {
	border: 0px none;
}

.Btn {
	font-family: sans-serif, Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	font-style: normal;
	line-height: normal;
	clear: both;
	padding: 2px;
	height: 23px;
	background-image: url(../Images/BkgBtn.jpg);
	border: 0px none;
}

img.Borda {
	border: 1px solid #000000;
}

hr {
	height: 1px;
	color: #999999;
	background-color: #999999;
}

hr.Traco {
	border: dashed #CCCCCC 1px;
	background-color: #FFFFFF;
}

.Txt {
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 12px;
	letter-spacing: 1px;
	text-align:left;
	line-height: 16px;
}