@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	color: #000033;
	font-size: 14px;
}

div.right.heading-moreinfo {
	font-size:80%;
	font-weight:lighter;
	letter-spacing:0.5px;
	text-transform:uppercase;
}

a.pagelink {
	text-decoration: none;
	color: #0054A6; 
}
a.pagelink:hover {
	text-decoration: underline;
	color:#00F;
}

.emphasis {
	font-style: italic;
}

/* Header - specific */

h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {
	color: #000; 
	text-decoration: none;
}

h1 a:hover , h2 a:hover , h3 a:hover , h4 a:hover , h5 a:hover , h6 a:hover {
	color: #2324E7; 
	text-decoration: underline;
}  

/* Announce Bar - specific */

#announce {
	font-family: "Myriad Pro";
	font-size:14px;
	font-weight:lighter;
}

/* Menu - specific */




/* Content - specific */

#content .articlelist div.content.brief {
	font-size: 100%;
}

#content div.content.brief {
	font-size: 90%;
}

#content div.content.brief h3 {
	margin-top: 0;
	padding-top: 0;
}
