/* CSS de definição de conteúdo dinâmico  */

.txtConteudo, .txtConteudo table tr td, h4, h5 {
	font-family: "Trebuchet MS",Arial,Verdana;
}
.txtConteudo, .txtConteudo table tr td {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
    list-style-type: circle;
    list-style-image: url(../../image/seta_bordo.gif);
    list-style-position: outside;
}

.txtConteudo ul li, .txtConteudo table tr td ul li {
	font-size: 11px;
	color: #000000;
	list-style-image: url(../../image/seta_marcador_duple_pq2.gif);
	list-style-position: outside;
	padding-top: 2px;
	padding-bottom: 2px;
}

.txtConteudo ul li, .txtConteudo table tr td ul li {
	font-size: 11px;
	color: #000000;
	list-style-image: url(../../image/seta_marcador_duple_pq2.gif);
	list-style-position: outside;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*
.txtConteudo p, .txtConteudo table tr td p {
	text-indent: 20px;
}*/

.txtConteudo a, .txtConteudo table tr td a{
	text-decoration: underline;
	color: #063877;
	text-decoration: none;
}
.txtConteudo a:hover, .txtConteudo table tr td a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	color: #7B9FCB;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	display: block;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
h2{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #7B9FCB;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B9FCB;
	margin-top: 5px;
}
h3{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #7B9FCB;
	text-decoration: none;
	font-weight: bold;
}
h4{
	color: #7B9FCB;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 0px;
	display: block;
	margin-top: 12px;
	margin-bottom: 8px;
}

h6 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #7B9FCB;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B9FCB;
	margin-top: 5px;
}

h1 a{
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 a, h3 a, h4 a, h6 a{
	text-decoration: underline;
	color: #7B9FCB;
}
h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {
	text-decoration: none;
	color: #7B9FCB;
}

.imagePopup{
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	float: left;
}
.imagePopup:hover{
	color: #333333;
	text-decoration: none;
	border: 1px solid #43184E;
}
.imageContent{
	margin-left:10px;
	margin-right:10px;
}
.imageContentLeft{
	margin-left:0px;
	margin-right:10px;
}
.imageContentRight{
	margin-left:10px;
	margin-right:0px;
}

#grade, #grade2 {
	border-top:1px solid #ccc2c1;
	border-left:1px solid #ccc2c1;
}
#grade th,#grade2 th {
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	text-align: center;
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 10px; 
	color: #333333; 
	font-weight: bold; 
	background-color: #ccc2c1;
}
#grade tr td,#grade2 tr td {
	text-align: center;
	/*vertical-align: top;*/
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 10px; 
	color: #333333; 
	font-weight: normal;
	padding:3px;
}
#grade2 tr td{
	text-align: left;
}
