html, body {
	font-family: arial;
	font-size: 1em;
}

font.small {
	font-size: .75em;
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: black;}
a:active {color: black;}

a:link.nav {text-decoration: none; color:black;}
a:visited.nav {text-decoration: none; color: black;}
a:hover.nav {text-decoration: none; color: black;}
a:active.nav {text-decoration: none; color: black;}

a img { border: none; }

#selected {
	font-weight: bold;
}

img {
	vertical-align:middle;
} 
#heading {
    	font-size: 2em;
    	font-weight: bold;
    	color: orange;
    	line-height: 50px;
}
#attn {
	font-weight: bold;
}
#paraHeading {
	font-size: 1.2em;
	font-weight: bold;
}


