@charset "utf-8";
/* CSS Document */

body{
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#FFF;
/*font-size:12pt;*/
}

h1, h2, h3 {
	font-size:16pt !important;
	color:#000 !important;
}

ul, ol {
	font-size:12pt !important;
	color:#000 !important;
}

p {
	font-size:12pt !important;
	color:#000 !important;
}

#leftColumn, #navigation, #searchDiv, #headermiddle, #headerright, #relatedlinks, #footerleft, #footerright {
	display:none;
}

#subpagecontent {
	width:auto;
}

#subpagecontent img{
	display:none;
}

.footermidLinks {
	display:none;
}

#headerleft {
	font-size:16pt;
	font-weight:bold !important;
}

a:after {
	content: " (" attr(href) ") ";
}
