/* Core css styles for bwa projects.
   No new styles to be added without 
   consulting the web design team
   ================================= */
   
body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* Size default
================================= */
h1 { font-size: 1.5em; margin-bottom: 0.6em;}
h2 { font-size: 1.4em; margin-bottom: 0.4em;}
h3 { font-size: 1em;  margin-bottom: 0.4em;}
h4 { font-size: 1em; margin-bottom: 0em; }
p  { line-height: 1.4em; margin-top: 0; margin-bottom: 0.5em; }

li	{ line-height: 1.4em;}


/* Link default
================================= */
a, a:hover, a:visited { color: #AF2021; }
a:hover { text-decoration: underline; }
a img { border: 0 };

/* Table default
================================= */
table {
	font-size: 1em;
	vertical-align: top;
	border-collapse: collapse;
}

/* class default
================================= */
.error {
	color: #FF3333;
	font-weight: bold;
}

.smallprint {
	font-size: 0.9em;
}

/* footer default
================================= */
#footer a,
#footer a:hover,
#footer a:visited {
	color: #09f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}