a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: Blue;
}
a:hover {
	text-decoration: underline;
	color: #3C6;
}
a:active {
	text-decoration: none;
	color: Blue;
}

.texto {
	font-family: "trebuchet MS";
	font-size: 14px;
	color: Black;
}
.erro
{
	font-family: "trebuchet MS";
	font-size: 14px;
	color: Red;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Gray;
}

.style9 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style13 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style14 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
/* formato do panel */
.pnModal
{
	padding: 10px;
	background-color: #FFFFFF;
	border: 4px solid #C0CCD6;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

/* formato da GridView */
.bgrdmodal
{
	background-color: #000000;
	opacity: 0.35;
	moz-opacity: 0.35;
	filter: alpha(opacity=35);
}

.boxmsg
{
	padding: 5px;
	color: #ffffff;
	background-color: Red;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.okmsg
{
	padding: 5px;
	color: #ffffff;
	background-color: #009900;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.imgBoxMsg
{
	cursor: default;
	margin-right: 10px;
	margin-bottom: 4px;
	border: none;
	padding: 0px;
}