/* CSS Document */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

html, body{height:100%; border:none}
img {border:none;}

body {
	background-color: #333; margin: 0;
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #313131;
	}
	
li {color: #E41E25; margin-left: -25px;}

p, .text  { font-size: 11px; color: #313131;}

.background {background: url(images/background.jpg) no-repeat bottom;}
.button {font-size: 11px;}

.copy a:link {color: #FFF;}
.copy a:visited {color: #FFF;}
.copy a:hover {color: #FFF; text-decoration: underline;}
.copy a:active {color: #FFF;}
.copy{
	font-size: 10px;
	color: #999;
	}
.info a:link {color: #F2832A; text-decoration: underline;}
.info a:visited {color: #F2832A;}
.info a:hover {color: #E41E25; text-decoration: underline;}
.info a:active {color: #F2832A;}
.info {
	font-size: 10px;
	color: #F2832A;
	}

.titol {
	font-size: 12px; font-weight: bold;
	color: #E41E25;
	}
.titol1 {
	font-size: 14px; font-weight: bold;
	color: #E41E25;
	}
.titol2 {
	font-size: 12px; font-weight: bold;
	}