/* body default values */
body {
	background-color:#FFF;
	color:#000;
	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 */
#topbars, #topbar2, #masthead, #logo, #topnav, #headingbar, #heading, #homepageflash, #homepagemidsectionbg, #homepagemidsection, #homepagetext, #imagecolumn, #bottombars, #footer2, img {
	display:none;
}

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

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