@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../imagens/bg_pag.jpg);
	background-repeat:repeat-x;
	background-color: #cccccc;
	border: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu_tit {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #29166F;
	padding-left:2px;
	text-align: center;
}

.main_style {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

#main_style {
	font-family: Verdana;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
	text-align: justify;
}
#main_style a:link {
	font-weight: normal;
	color: #29166F;
}
#main_style a:hover {
	font-weight: bold;
	color: #4023B4;
}
#main_style a:visited {
	font-weight: normal;
	color: #2D187B;
}

#menu  {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left:2px;
}
#menu a:link {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left:2px;
	text-decoration:none;
}
#menu a:visited {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #29166F;
	padding-left:2px;
	text-decoration:none;
}
#menu a:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #2D187B;
	padding-left:4px;
}
#menu a:active {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #29166F;
	padding-left:0px;
	text-decoration:none;
}
#linkp {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color: #333333;
	padding-right:2px;
	line-height:18px;
}
#linkp a:link {
	color: #333333;
	padding-right:2px;
	text-decoration:none;
}
#linkp a:visited {
	color: #000033;
	padding-right:2px;
	text-decoration:none;
}
#linkp a:hover {
	color: #CC0033;
	padding-right:4px;
}
#linkp a:active {
	color: #000033;
	padding-right:0px;
	text-decoration:none;
}

option, input, textarea {
	FONT-SIZE: 11px;
	color:#003366;
	FONT-FAMILY: Arial;
}
img {
	border:0px;
}