/* CSS Document */

body {
	color : #000000;
	background : #FFFFFF;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}
a {
	text-decoration : underline;
	color : #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

#header, #subhead, #sidebar, #footer, #menu {
  display : none;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#container, #content{
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
