/* CSS Document */

body {
		font-family : arial, sans-serif; 
		font-size : 11px; 
		background-image : url(../gfx/nautiluspackage006.jpg); 
} 

A:link {
		text-decoration : none; 
		color : #333; 
} 

A:active {
		text-decoration : none; 
		color : #f00; 
} 

A:visited {
		text-decoration : underline; 
		color : #333; 
}
 
A:hover {
		text-decoration : none; 
		color : #f00; 
		background-color : #ccff33; 
} 

div.menutop {
		text-align : right;
		background-color: #FFFFCC; 
		font-family : Arial, Helvetica, sans-serif; 
		margin : 10px; 
		font-weight : bold; 
		font-style : italic; 
		text-decoration : none; 
		padding : 5px; 
} 

div.footer {
		color: #999999;
		background-color: #FFFFCC; 
		font-size : 11px; 
		text-align : center; 
		font-family : arial; 
		margin : 5px; 
		padding : 5px; 
		height : 10ù0px; 
} 

div.content {
		background-color : #fff; 
		margin : 6px; 
		border : 2px solid black; 
		padding : 4px; 
		width : 900px; 
} 
div.gray {
		background-color : #e5e5e5; 
		margin : 4px; 
		border : 0; 
		padding : 10px; 
} 

div.white {
		background-color : #fff; 
		margin : 4px; 
		border : 0; 
		padding : 10px; 
} 

div.labelT {
		background-color : #006600; 
		margin : 4px; 
		border : 0; 
		padding : 4px; 
} 

div.labelI {
		background-color : #000099; 
		margin : 4px; 
		border : 0; 
		padding : 4px; 
} 

div.labelA {
		background-color : #990000; 
		margin : 4px; 
		border : 0; 
		padding : 4px; 
} 

p {
		margin : 2px; 
		padding : 2px; 
		font-family : arial; 
} 

p.header {
		margin : 2px; 
		padding : 2px; 
		text-indent : 0; 
		font-weight : bold; 
		font-size : 14px; 
		color : #cc0000; 
		font-style : italic; 
} 

h1 {
		font-style : italic; 
		font-family : Geneva, Arial, Helvetica, sans-serif; 
		font-size : 20px; 
		margin : 0; 
		color : #fff; 
} 

h2 {
		font-style : italic; 
		font-family : Arial, Helvetica, sans-serif; 
		font-size : 16px; 
		margin : 0; 
		color : #cc9900; 
} 

a.evidenzia {
		font-family : Verdana, Arial, Helvetica, sans-serif; 
		font-style : italic; 
		font-size : 11px; 
		color : #000000; 
		text-decoration : none; 
} 

a.evidenzia:hover {
		font-size : 11px; 
		text-decoration : none; 
		font-weight : normal; 
		background-color : #ccff33; 
} 
