@charset "UTF-8";

body {
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
	background-image: none;
	background-color: #ffffff;
}

img {
    display: none;
}

#topheader,
#header {
	margin: 0;
	height: 48px;
	padding-bottom: 10px;
	background: url(../images/pr_header.gif) top left no-repeat;
	border-bottom: #afafaf solid 1px;

}

#footer {
    margin: 10px 0 0 0;
	padding: 0;
	border-top: #afafaf solid 1px;
	font-size: 8pt;
}

#content {
    float: none;
	background: none;
}

#header_inner,
#sidebar,
#path,
#tab {
    display: none;
}

table {
	width: 99%;
	border-collapse: collapse;
}
table td,
table th {
	border: 1px solid #cccccc;
}
table td {
	padding: 5px 10px;
}
table th {
	text-align: left;
	padding: 5px 10px;
}

h2 {
   font-size: 16pt;
}

h3 {
   font-size: 13pt;
}
.sub,
.subTitle {
   font-size: 10pt;
}
