
/* body default values */
body {
	background-color:#FFFFFF;
	color:#000000;
	margin:0;
	padding:40px;
	font:normal 11pt/120% Arial, Helvetica, sans-serif;
}

/* headings */
h1 {
	font:16pt/120% Arial, Helvetica, sans-serif;
}

h2 {
	font:14pt/120% Arial, Helvetica, sans-serif;
}

h3 {
	font:12pt/120% Arial, Helvetica, sans-serif;
}

/* Hide the following items */
#masthead, #topnav, #leftnavhomepage, #mainimagehomepage, .middleredbarhomepage, .redverticalline, #leftcolumn, #mainimageinternalpage, #footer, img {
	display:none;
}

/* Links black */
a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
}

/* Show URLs for links */
#container a:after {
	content: " (" attr(href) ")";
	font-size:9pt;
}
