/* CSS Document */



body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

td{
	font-family: Tahoma;
	font-size: 11px;
	color: B3B3B3;
	font-weight: normal;
	line-height:normal;
	text-align:justify;
}

.text1 {
	font-family: tahoma;
	font-size: 11px;
	color:#4995EA;
	font-weight: bold;
}
.frase {
	font-family: tahoma;
	font-size: 11px;
	color: #004080;
	font-weight: bold;
	text-align: center;
}
.text_news{
	font-size:11px;
	color:#4995EA;
}

#container {
	width:700px;
	padding:11px;
	background-color:#FFFFFF;
	background: #fff url(images/comment.jpg) no-repeat bottom center; 
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color: #0066FF;  /*3F4A3E*/
	height:163px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:right;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#main_menu .aactive {
	background-color: #0066FF; /*3F4A3E*/
	background-image: url("images/backgrounds/link.jpg");
	height:34px;
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

#sidebar {
	width:150px;	
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {
/*	margin-left:170px; */
/*	padding:10px;*/
	border: 1px solid #cccccc;
/*	background-image: url("images/backgrounds/articlenormal.jpg");*/
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.articles {
	margin-left:50px;
	margin-right:50px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.article:hover {
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article p {
/*	margin:10px;*/
}

.indenta{
	text-indent: 20px;
}

h1,h2,h3 {	
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-image: url(images/backgrounds/headers.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

.comment {
	padding:10px;
/*	border: 1px solid #cccccc;
	background-image:url(images/comment.jpg);*/
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;	
	font-size:10px;
}
.address{
	width:120px;
	float:left;
}

.comments {
	margin-left:50px;
	margin-right:50px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;	
	font-size:10px;
}
.button {
	margin-top: 10px;
	border : solid 1px #999999;
	color:
	background: #0033CC;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 11px;
	padding: 2px;
	background-color: #9EADEB;
}

a {
	color: #008FD5;
	text-decoration:none;
}
/*a:hover {
	border-bottom:1px dotted #000000;
}*/