BODY  {
	background: #FEFEFE;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
hr {  
	color: #505050; 
	height: 1px; 
	width: 118px
}

.skin0{
	position: absolute;
	width: 120px;
	border: 1px solid black;
	background-color:#53618A;
	line-height: 18px;
	font-size: 10px;
	z-index: 100;
	visibility: hidden;
}

.menuitems{
	padding-left: 5px;
	padding-right: 5px;
}

TD {
	font-size: 10px;
	text-align: left;
}

/* image styles */
IMG {
	border: 0px;
}
/* form  control styles */
TEXTAREA, INPUT {
	font-size: 10px;
	background-color : transparent;
}
INPUT.pn-text, INPUT.pn-button {
	background-color : #FEFEFE;
	width : 100px;
}
INPUT.r-button {
	background-color : transparent;
}
SELECT {
	font-size: 10px;
	font-weight : bold;
	background-color : transparent;
}
SELECT.pn-text {
	color: #505050;
	font-size: 10px;
	font-weight : bold;
	background-color : #FEFEFE;
}

/* anchor styles */
A {
	color: #505050;
	font-size: 10px;
	text-decoration: none;
	background-color : transparent;
}
A:hover, A:active {
	color: #FF9900;
}

/* pn- normal styles */
.pn-normal {
	font-size: 10px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	background-color : transparent;
}
.pn-normal A:hover, A:active {
	color: #FF9900;
}

/* pn-title classes */
.pn-title {
	font-size: 10px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
	background-color : transparent;
}
.pn-title A:hover, A:active {
	color: #FF9900;
}

/* pn-sub classes */
.pn-sub {
	font-size: 10px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	background-color : transparent;
}
.pn-sub A:hover, A:active {
	color: #FF9900;
}

/* pn-logo styles */
.pn-logo {
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	background-color : transparent;
}
A.pn-logo:hover, A.pn-logo:active	{
	color: #FF9900;
}

/* menu classes */
.menu {
	font-weight: bold;
	font-size: 10px
}
.menu A:link, A:visited {
	color: #505050;
}
.menu A:hover, A:active {
	color: #FF9900;
}

/* other pn classes */
.pn-logo-small  {
	color: #505050;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color : transparent;
}

.pn-pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
	background-color : transparent;
}
