/* CSS Document */
@import url("/styles/reset.css"); 

html, body{
	font-family:Arial, Helvetica, sans-serif;
	/*color:#ffffff;*/
	width:100%;
	height:100%; 
}
html{
	background:#FFFFFF url(/panorama/imagini/background.jpg) top right  no-repeat fixed;
}
a{
	color:#FF0000;
}
input.black{
	border:1px solid black;
}
hr{
	border-top:1px solid #E0E0E0; 
	border-bottom:1px solid #FFFFFF; 
	border-left:1px solid #E0E0E0;
}
.textSize15{
	font-size:15pt;
}
.textSize13{
	font-size:13pt;
}
.textSize11{
	font-size:11pt;
}
.textSize10{
	font-size:10pt;
}
.textSize9{
	font-size:9pt;
}
.textWhite{
	color:#FFFFFF
}
.textGreen{
	color:#ffcc00;
}
.textRed{
	color:#FF0000;
}
.textBlack{
	color:#000000;
}
.textWhite{
	color:#FFF;
}
.clear{
	clear:both;
}
.pageContainer{
	margin-top:10px;
	background-color:#101010;
	padding:10px;
}

h1{	font-size:15pt; }
h2{	font-size:13pt; }
h3{	font-size:11pt; }
p, ul, ol{ font-size:10pt;}
h1,h2,h3,p,ol,ul{margin-bottom:1em;}
h1,h2,h3,strong{font-weight:bolder;}
h1,h2,h3{ text-transform:uppercase}
li{ list-style-type:square; list-style-position:outside; margin-left:30px; margin-bottom:4px; }
