body {
	margin: 0px;
	font-family:  Verdana ,Arial, sans-serif;
	color:#333333;
	font-size:11px;
	background-image:url(../img/bg_dir.gif);
	background-color:#0e4085;
	background-repeat:repeat-x;
}

.img{
border:2px solid #d9e1ee;
}
.topo{
	background: url(../img/bg_topo.jpg);
	background-repeat:no-repeat;
}

.cristo{
	background-image:url(../img/bg_cristo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
}

table{font-size:11px;}

.tablemensagem{
	background-image:url(../img/bg_mensagem.gif);
	background-color:#d9e1ee;
	background-repeat:repeat-x;
	border:1px solid #d9e1ee;
	background-position:bottom;
	padding:4px;
}

ul,li{
	text-indent:0px;
	padding:0px;
}

a.gray:link {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
a.gray:hover {
	color: #666666;
	background-color: gray;
	text-decoration: none;
}
a.gray:visited {
	color: #666666;
	text-decoration: none;
}
a.gray:visited:hover {
	color: #666666;
	background-color: gray;
	text-decoration: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:visited:hover {
	color: #666666;
	text-decoration: none;
}
a.menu{
	font-size:11px;
	font-weight:bold;
}

.botao{
background-color: #eeeeee;
border:1px solid gray;
color:gray;
font-size:11px;
}

.input {
	font-family: Verdana,  sans-serif;
	font-size:11px;
	border-bottom: 1px dashed gray;
	border-left: 1px dashed gray;
	border-right: 0px;
	border-top: 0px;
	background-color: white;
	color: gray;
	height: 16px;
}

.textarea {
	font-family: Verdana,  sans-serif;
	font-size:11px;
	border:1px solid #cccccc;
	background-color: white;
	color: gray;
}

.radio {
	background-color: white;
	border: 0px;
	width:auto;
}

.pxwhite{
color:white;
font-size:10px;
}

.pxgray{
color:#4C4C4C;
font-size:10px;
}

.pxyellow{
color:#fbb204;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}

.pxwhite{
color:white;
font-size:11px;
}

.pxblue{
color: #3359a0;
font-size:12px;
font-weight:bold;
}

.pxRED{
color: #FF0000;
font-size:14px;
font-weight:bold;
}

/*.iconfile a[href $='.pdf'] { 
	padding-left:30px;
	background: transparent url('../img/ic_pdf.gif') no-repeat center left;
	display:block;
}
.iconfile a[href $='.doc'] { 
	padding-left:30px;
	background: transparent url('../img/ic_word.gif') no-repeat center left;
	display:block;
	min-height:30px;
}
.iconfile a[href $='.docx'] { 
	padding-left:30px;
	display:block;
	background: transparent url('../img/ic_word.gif') no-repeat center left;
}
a[href $='.ppt'] { 
	padding-left:30px;
	display:block;
	background: transparent url('../img/ic_ppt.gif') no-repeat center left;
}
a[href $='.pptx'] { 
	padding-left:30px;
	display:block;
	background: transparent url('../img/ic_ppt.gif') no-repeat center left;
}
a[href $='.xls'] { 
	padding-left:30px;
	display:block;
	background: transparent url('../img/ic_xls.gif') no-repeat center left;
}
a[href $='.xlsx'] { 
	padding-left:30px;
	display:block;
	background: transparent url('../img/ic_xls.gif') no-repeat center left;
}*/