/* Polo Democratico Alternativo standard style */

/* standards (no border,...) */

body {
	margin:0;
	border:0;
	padding:0;
	background-color:#FFFFFF;
}

div {
	margin:0;
	border:0;
	padding:0;
}

div.smallHeight {
	font-size: 1px; /* internet explorer sets the min. height to font size, even if there is no text in the container */
}

img {
	border:0;
	margin:0;
	padding:0;
}

p {
	margin-top:10px;
  margin-bottom:10px;
}

/* special styles */

p.first {
	margin-top:0px;
}

p.last {
	margin-bottom:0px;
}

img.standard {
	border:#666666 1px solid;
}

div.newsSpacer {
  font-size: 1px;
  background-color:#CCCCCC;
  height:1px;
	/*width:100%;*/
	/*margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
  margin-right:15px;*/
	border:#FFFFFF solid 15px;
	clear:left;
}

a.small {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a.noDeco {
	text-decoration:none;
	color:Inherit;
}

a.blue {
	text-decoration:none;
	color:#0033CC;
}

a.red {
	text-decoration:none;
	color:#993333;
}

/* text styles */

.menuText {
  font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
.normalText {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.smallTitleText {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
	font-weight:bold;
}
.titleText {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
	font-weight:bold;
  color:#0033CC;
}
.smallText {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* main menu style & mouse over effect */

li.mainMenu {
	border:0;
	margin:0;
	padding:0;
	float:left;
	/*width:95px;*/
}
li.mainMenu:link {
}
li.mainMenu:visited {
}
li.mainMenu:hover {
}
li.mainMenu:active {
}

a.mainMenu {
	display:block;
	border:0;
	margin:0;
	padding:0;
	line-height:31px;
	height:31px;
  width:95px;
  text-align:center;
}
a.mainMenu:link {
  color:#000000;
	text-decoration:none;
}
a.mainMenu:visited {
  color:#000000;
	text-decoration:none;
}
a.mainMenu:hover {
	color:#FFFFCC;
	/*text-decoration:underline;*/
	/*background-color:#666666;*/
	/*background-image:url(../images/menuHoverBackground.gif);*/
}
a.mainMenu:active {
}
