body {
		text-align:center;
    font: 8pt/16pt georgia; 
    color: #555753; 
/*  background: #fff */
		background-color: #fff;
		margin: 0px; /* 0px 0px 0px; */
}

h1 {
		margin:0px 0px 5px 0px;
		}

.pn-logo {

	font-weight: bold;
	font-size: 14px;
	border-bottom: 0px solid #000;
	color: #DA680C;
}

.pn-title {

	font-weight: bold;
	font-size: 14px;
	border-bottom: 0px solid #000;
	color: #DA680C;
} 

.pn-pagetitle {

	font-weight: bold;
	font-size: 12px;
	border-bottom: 0px solid #000;
	color: #DA680C;
}

input, textarea, button {
	border: 1px solid #0000c0;
	font-family: Geneva, Verdana, Arial, Garamond, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
}

table { 
	font-family: Geneva, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #000000 
} 

a {
/*color: #DA680C; */
  color: #00a000;
	text-decoration: none;
}

a:visited {
/*color: #DA680C; */
	color: #0000c0;
}

a:hover {
/*color: #FF7200;*/
  color: #ffffff;
  background: #006000;
	text-decoration: none;
}

h2 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 40px;
}

p,li {
	line-height: 15px;
}

.title {
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px; 
	border: 1px dashed #666;

  background: #000060;
  color: #c0c0c0;
}

div.sidetitle {
	font : 11px Verdana, Georgia, Tahoma, "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #000080;
/*border-bottom: 1px solid #ccc;*/
/*border-bottom-style: solid;*/
	background: #000060;
  color: #f0f0f0;
	padding: 3px; 
}

.footer
	{
/*  width: 700px; */
		padding: 5px;
/*  background: #fff;*/
    color: #d0d0d0;
    background: #000060;
		float: center
	}
	

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
/*	background: #ffc080;*/
		background: #006000;
		color: #ffffff;
	}

#bottom {
	border-top: 1px solid #666;
	background-color: #F16C00;
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fff;
	text-align: right;
	letter-spacing: 2px;
}

	