/* Text */
BODY {	background-image : url( "./Background.jpg" );
	background-repeat : repeat-x;
	font-family : Palatino Linotype ;
	font-size : 14px;
	color : rgb(153,153,153);
	background-color : rgb(255,255,255)}

.nof_PalaceOrangeBanners1-Default{
font-family:Copperplate Gothic Light ; font-size:24pt; color:rgb(250,213,111) ;
	font-style : normal;
	font-weight : bold
}

.nof_PalaceOrangeNavbar4-Regular{
font-family:Century Gothic ; font-size:10pt; color:rgb(255,255,255) 
}

.nof_PalaceOrangeNavbar5-Rollover{
font-family:Century Gothic ; font-size:10pt; color:rgb(51,51,51) 
}

.nof_PalaceOrangeNavbar6-Highlighted{
font-family:Century Gothic ; font-size:10pt; color:rgb(51,51,51) 
}

.nof_PalaceOrangeNavbar7-HighlightedRollover{
font-family:Century Gothic ; font-size:10pt; color:rgb(255,255,255) 
}

.nof_PalaceOrangeNavbar9-Regular{
font-family:Century Gothic ; font-size:8pt; color:rgb(51,51,51) ;
	font-style : normal;
	font-weight : bold
}

.nof_PalaceOrangeNavbar10-Rollover{
font-family:Century Gothic ; font-size:8pt; color:rgb(51,51,51) 
}

.nof_PalaceOrangeNavbar11-Highlighted{
font-family:Century Gothic ; font-size:8pt; color:rgb(51,51,51) 
}

.nof_PalaceOrangeNavbar12-HighlightedRollover{
font-family:Century Gothic ; font-size:8pt; color:rgb(51,51,51) 
}


P {
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(153,153,153);
	line-height : 1.5em
}

.TextObject{
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(153,153,153)
}

.TextNavBar{
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(255,124,0)
}

A:link {
	font-family: Palatino Linotype ;
	font-size : 14px
}

A:visited {
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(128,128,128)
}

A:active {
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(255,255,255)
}

H1 {
	font-family: Georgia,    Palatino,    "Times New Roman",    Times,    Serif;
	font-weight : normal;
	color : rgb(255,124,0)
}

H2 {
	font-family: Georgia,    Palatino,    "Times New Roman",    Times,    Serif;
	font-weight : lighter;
	color : rgb(250,213,111)
}

H3 {
	font-family: Georgia;
	font-weight : lighter;
	color : rgb(250,213,111)
}



UL {
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(153,153,153)
}

OL {
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(153,153,153)
}

A {
	font-size: 14px;
	font-family : Palatino Linotype ;
	color : rgb(255,124,0)
}

H4 {
	color: rgb(153,153,153)
}

H5 {
	color: rgb(255,124,0)
}

H6 {
	color: rgb(250,213,111)
}A:hover {
	font-family: Palatino Linotype ;
	font-size : 14px;
	color : rgb(250,213,111)
}

/* Accordion */
.ui-accordion{
	border: 1px solid #888888 !important;
	border-top: none !important
}
 .ui-accordion a {
	border: none !important
}
div.ui-accordion.selected a.head.selected    {
	background-image: url( "./AccordionTabOpen.png" ) !important;
	color: #333333 !important
}
.ui-accordion a.head {
	background-image: url( "./AccordionTabClosed.png" ) !important;
	background-color: #ffffff !important;
	border: none !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight: normal !important;
	text-indent: 25px !important;
	height: 30px !important;
	line-height: 30px !important
}
.ui-accordion .ui-accordion-panel a {
	display: inline !important
}

/* Tabs */
.ui-tabs-panel{
	border: 1px solid #888888 !important;
	padding: 5px !important
}
.ui-tabs-nav a {
	background-image: url( "./tab_top.png" ) !important;
	font-weight: normal !important;
	color: #333333 !important;
	font-size: 11px !important;
	line-height: 22px !important
}
.ui-tabs-nav .ui-tabs-selected a {
	color: #333333 !important
}
.ui-tabs-nav a span    {
	background-image: url( "./tab_top.png" ) !important;
	max-height: 50px;
	height: 22px !important
}

.ui-tabs-nav a:hover span{
	background-position: 0 -50px !important
}
.ui-tabs-nav a:hover{
	background-position: 100% -150px !important;
	color: #333333 !important
}

/* Toggle Pane */
div.TogglePaneFancyHeader {
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 30px;
	height: 30px !important;
	padding: 0px !important;
	text-indent: 25px;
	cursor: pointer;
	border: 1px solid #888888 !important;
	border-width: 0px 1px !important;
	background-color: transparent !important;
	background-image: url( "./TogglePaneOpen.png" ) !important;
	background-position: 0% 0% !important;
	color: #333333 !important
}
div.TogglePaneFancyHeaderClosed {
	background-color: transparent !important;
	background-image: url( "./TogglePaneClosed.png" ) !important;
	background-position: 0% 0% !important;
	color: #333333 !important
}
div.TogglePanePlainContent {
	border: 1px solid #888888 !important;
	border-top: none !important
}
