/* CSS per la 'teiocomputers.com' */
/* ecco il comando da dare */
/* <link REL="StyleSheet" HREF="style/base.css" TITLE="base" TYPE="text/css"> */

/**/
/*PER GENERICI-BASE*/
/**/
body		{
		font-family: Verdana;
		font-size: 10pt;
		background-color: #FFFFFF;
		background-image: url("../images/sfondo.jpg");
		color: #000000;
		}

p	{ /*paragrafi*/
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 0pt;
	}

img	{
	border: 0;
	}

hr	{
	text-align: center;
	width: 50%;
	}

/**/
/*PER LINK*/
/**/
a:link		{ 	color:rgb(25%, 50%, 25%); }

a:active	{	color:rgb(25%, 50%, 25%); }

a:visited 	{	color:rgb(25%, 50%, 25%); }

a:hover	{color: #800000;
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	/*background:#CCCCCC;*/
	background:rgb(90%, 90%, 90%);
	}

/**/
/*PER TITOLI&CO*/
/**/
.titolo_big	{
	color:#800000;
	font-size: 24pt;
	text-align: center;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 18pt;
	}
.titolo_medium	{
	color:rgb(20%, 70%, 25%);
	font-size: 20pt;
	text-align: left;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 6pt;
	}
.titolo_small	{
	color:rgb(20%, 70%, 25%);
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
.titolo_small2	{ /*idem ma a dx*/
	color:rgb(20%, 70%, 25%);
	font-size: 12pt;
	text-align: right;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
.titolo_small3	{ /*idem ma in centro*/
	color:rgb(20%, 70%, 25%);
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
.titolo_anagr	{
	color:rgb(20%, 70%, 25%);
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
.menu	{
	color: black;
	font-variant: small-caps;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 0pt;
	}
.visita	{ /*TABELLA*/
	background-color:rgb(80%, 100%, 80%);
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 0pt;
	border-style: none;
	vertical-align: middle;
	}
.testo	{
	font-size: 10pt;
	text-align: justify;
	margin-top: 6pt;
	margin-bottom: 0pt;
	}
.testo2	{
	font-size: 12pt;
	text-align: justify;
	margin-top: 6pt;
	margin-bottom: 6pt;
	}
.testohp	{
	font-size: 11pt;
	text-align: justify;
	margin-top: 3pt;
	margin-bottom: 0pt;
	}
.testo_big	{
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	margin-top: 8pt;
	margin-bottom: 8pt;
	}
.elenco	{
	font-size: 10pt;
	text-align: justify;
	margin-top: 0pt;
	margin-bottom: 0pt;
	}
.semplice	{
	font-size: 10pt;
	text-align: center;
	margin-top: 0pt;
	margin-bottom: 0pt;
	}
.more	{
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 0pt;
	}
.more2	{
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 0pt;
	}
.nota	{
	font-size: 8pt;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
/*TABLE*/
.page_table	{ /*per la tabella che inquadra tutta la pagina*/
	text-align: center;
	vertical-align: middle;
	width: 90%;
	}
.news	{
	text-align: center;
	vertical-align: top;
	width: 250px;
	}
.bordoverde	{
	border-style: solid;
	border-width: thin;
	border-color: rgb(80%, 100%, 80%);
	}
.bordoverde2	{
	border-style: solid;
	border-width: thin;
	border-color: rgb(20%, 70%, 25%);
	}
.bordoverde3	{
	text-align: center;
	border-style: solid;
	border-width: thin;
	border-color: rgb(25%, 50%, 25%);
	}
.bordoverdeDot	{
	border-style: dotted;
	border-width: thin;
	border-color: rgb(80%, 100%, 80%);
	}
.bordoverdeDot2	{
	border-style: dotted;
	border-width: thin;
	border-color: rgb(80%, 100%, 80%);
	background-image: url("../images/sfondo.jpg");
	}
.standard100	{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	}
.standard90	{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	width: 90%;
	}
.standard70	{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	}
.standard50	{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	}
.standard30	{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	width: 30%;
	}
.standard15	{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	width: 15%;
	}

