body {
		text-align:center;
		font: 12px verdana, arial, helvetica, sans-serif;
		color: #000;
		background-color: #ccc;
		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 #E20000;
	font-family: Geneva, Verdana, Arial, Garamond, Georgia, "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;
	text-decoration: none;
}

a:visited {
	color: #DA680C;
}

a:hover {
	color: #FF7200;
	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: Verdana, Georgia, Tahoma, "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px; 
	border: 1px dashed #666;
	
}

div.sidetitle {
	font : 11px Verdana, Georgia, Tahoma, "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	border-bottom-style: dashed;
	background: #f3f3f3;
	
}

.footer
	{
		width: 700px;
		padding: 5px;
		background: #fff;
		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: #fff;
	}

#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;
}

	