
/* **************************************************************************** */

/*	Style sheet for primiero.net by Daniele Gubert [dtm@belder.com]                 	*/

/* **************************************************************************** */
body {
  	color: navy;
}

/*	Paragraph									*/
p {
  /* margin-left: 60px; */

color: #000000;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
  background-color: #FFFFFF;
}

/*	Table cells								*/
td {
  font-size: 11px;
  /* color: #000000;    */

/* background: #FFFFFF;  */

font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
}

td.txt {
	font-size: 11px;
	/* color: #000000;
	*/
	/* background: #FFFFFF;
	*/
	font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
	text-align : justify;
}

/*	Table header cells								*/
th {
  font-size: 11px;
  font-weight: bold;
  color: #F0F0EF;
  text-align: left;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
}

/*	Menu									*/
small.menu {
  font-size: small;
  color: #000000;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
  background-color: #FFFFFF;
}

/*	---------------------- Menu unvisited links							*/
a.menulink:link {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: navy;
}

/*	Menu visited links							*/
a.menulink:visited {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: navy;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
  	font-weight: bold;
  	text-decoration: none;
  	font-size: 11px;
  	color: #FF6666;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
  	font-weight: bold;
  	text-decoration: none;
  	font-size: 11px;
}

/*	---------------------- Unvisited links								*/
a:link {
  	color: teal;
}

/*	Visited links								*/
a:visited {
  	color: teal;
}

/*	Active links (not widely supported)					*/
a:active {
  color: #FF6666;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
  color: #FF6666;
}

/*	New links								*/
sup.new {
  font-size: x-small;
  color: #FF3300;
  /* background: #FF3300; */

font-weight: bold;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
}

/*	Date and hits							*/
small.date {
  font-size: x-small;
  color: #666666;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
  background-color: #FFFFFF;
}

/*	This is used for headers					*/
font.heada {
  	font-size: 16px;
  	font-weight: bold;
  	color: #4E697C;
  	line-height: 22px;
  	font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
}

/*	Preformatted text							*/
pre {
  margin-left: 60px;
  font-size: small;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
}

/*	Unordered lists							*/
ul {
  margin-left: 60px;
  color: #000000;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
  list-style-type: disc;
}

/*	Definition list									*/
dl {
  color: #000000;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
  background-color: #FFFFFF;
}

/*	This class is for the error messages					*/
strong.error {
  color: #FFFFFF;
  font-weight: bold;
  font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
  background-color: #FF3300;
}

/*	This is for the margin for the form elements				*/
div.margin {
  margin-left: 6px;
}

/*	This is for forms elements			*/
input {
  font-size: 12px;
}

LINK {
}
