/* CascadeSheetStyle by Alessandro Simonetto - Rights reserved, (c) 2006-07 */

/* main ________________ */

td { font-family: Verdana, Arial, Utopia, Sans-Serif;
	font-size: 70%;
	background-color: #FFFFFF
	}

p { font-family: Verdana, Arial, Utopia, Sans-Serif;
	margin-top: 0;
	margin-bottom: 6;
	line-height: 118%;
	color: #000033
	}

.important 
	{
	font-size: 110%;
	margin-top: 6;
	margin-bottom: 6;
	line-height: 132%;
	text-align:justify
	}
 
body { color: #000033;
	background-color: #FFFFF9;
	scrollbar-face-color: #FCF366;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFF99;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #DDCC40;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFDD
	}

/* titles ________________ */

h1 { font-size: 140% }
h2 { font-size: 130% }
h3 { font-size: 110% }
h4 { font-size: 100% }
h5 { font-size: 90% }
h6 { font-size: 90% }

/* links ________________ */

a { color: #000000; text-decoration: underline }
a:active { color: #CC0000; text-decoration: underline }
a:link { color: #303030; text-decoration: underline }
a:visited { color: #909090; text-decoration: underline }

a:hover { color: #000000;
	text-decoration: none
	}

/* various */

		a:visited.grey { color: #606060 }
		a:hover.white {color: #FFFFFF; text-decoration: none }
		a:hover.lemon {color: #FFFF66; text-decoration: none }
		a:hover.lemon {color: #FFFF66; text-decoration: none }

/* graphics ________________ */

hr { color: #FCF366;
	margin-top: 6;
	margin-bottom: 6;
	text-align: left;
	background-color: #0000FF;
	size: 1;
	height: 1;
	width: 30%
	}

/* lists ________________ */

ul { font-size: 8pt;
	margin-bottom: 6;
	margin-top: 6;
	line-height: 140%;
	list-style-image:url('gifs/arrows-list.gif')
	}
	
ol { font-size: 8pt;
	margin-bottom: 6;
	margin-top: 6;
	line-height: 140%
	}
	
li { font-size: 8pt;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: -16;
	line-height: 128%
	}

/* forms */

input.field {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #transparent;
	}

option.field {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFF66;
	}

select.field {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFF66;
	}

button.field {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFF66;
	background-color: #606060;
	}

textarea.field {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFF66;
	scrollbar-face-color: #FCF366;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFF99;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #DDCC40;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFDD
	}

.section { font-family: Verdana, Arial, Utopia, Sans-Serif;
	margin-top: 0;
	margin-bottom: 6;
	line-height: 118%;
	color: #000033
	}


/* 16/09/04 - New css for onclassical only! */
/* 23/11/04 - Format filled. */
/* 1/2005   - Added h4 and filled all. */
/* 8/2005   - Added scrollbards on body. */
/* 5/2007 - Preso da classicaland.com e adattato a onclassical.com */
/* 7/2007 - Semplificato ulteriormente... */