@charset "utf-8";
/* -------------------------------- */
/* #wrapper & #content handled at the page level */
/* -------------------------------- */

/* I like putting global tags here so they are all together */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#013298;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
}
h6 {
	font-size:1em;;
}
h5 {
	font-size:1.1em;;
}
h4 {
	font-size:1.2em;;
}
h3 {
	font-size:1.3em;
}
h2 {
	font-size:1.4em;
}
h1 {
	font-size:1.5em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p {
	margin-bottom:1em;
}