/* Regular text size CSS for RAecT site  */

body{
	font-size: 0.8em;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1.1em;
}
h5{
	font-size:1em;
}
form.contact label{
	font-size:1em;
}
form.contact legend{
	font-size:1em;
}
#footer p{
	font-size:0.8em;
}
.skipnav{
	font-size:0.6em;
}
.piccaption p{
	font-size:70%;
}
.disclaimer {
	font-size:80%;
}
.breadcrumbs{
	font-size:0.8em;
}
.charitytext{
	font-size: 0.8em;
}

