/* av.css - Agorafobia */

A {
  color: #BE3D29; 
	font: 13px verdana;
	font-weight: bold;
	text-decoration: underline;
}
A:link { 
	color: #BE3D29;
	text-decoration: underline;
}
A:visited { color: #BE3D29; }    
A:hover { 
	color: gray;
	text-decoration: none;
}    
A:active { 
	color: #777777;
	text-decoration: none;
} 

.menu, A.menu:link, A.menu, A.menu:visited {
	color: #BE3D29;
	font: 13px verdana;
	font-weight: bold;
	text-decoration: none;
}	
A.menu:hover {
	text-decoration: none;
	color: gray;
}

.big, A.big:link, A.big, A.big:visited {
  color: black;
	font: 25px verdana;
	text-decoration: none;
}	
A.big:hover {
	text-decoration: none;
	color: gray;
}

.legal, A.legal:link, A.legal, A.legal:visited {
	color: #BE3D29;
	font: 11px arial;
	text-decoration: none;
}	
A.legal:hover {
	text-decoration: none;
	color: silver;
}

.sub {
	color: gray;
	font: 12px arial;
	text-decoration: none;
}
A.sub:link, A.sub, A.sub:visited {
	color: gray;
	font: 12px arial;
	text-decoration: none;
}	
A.sub:hover {
	text-decoration: none;
	color: silver;
}

BODY {
	background-image : url(../images/bkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

INPUT, SELECT {
	font: 13px verdana;
	color: #777777;
	border: 1px solid #cccccc;
}

.button {
	font: normal 12px verdana;
	color: white;
	background-color: #BE3D29;
	padding : 0px ;
	border: thin outset;
}

TEXTAREA {
	font: 13px verdana;
	color: #777777;
	width : 80%;
	border: 1px solid #cccccc;
}

TABLE {
	font: normal 13px verdana;
	padding-bottom : 1px;
	padding-top : 1px;
}


