@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
}
.content {
	background-image: url(images/layout_r12_c2.jpg);
}
.nav {
	background-image: url(images/av_back.jpg);
}
h2 {
	color: #C9321D;
	}
a:link, a:visited {
	color: #312D8C;
	text-decoration: underline;
}
a:active {
	color: #312D8C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #C9321D;
}
.error {
	color: #C9321D;
	font-weight: bold;
}
input.btn { 
	  color:#050; 
	  font: bold; 
	  background-color: #fed; 
} 