body{
	font-family: Tahoma, Arial, sans-serif;
	color: #7a7a7a;
	font-size: 11px;
	background-color: #FFFFFF;
}
a:link, a:visited, a:hover {
	color: #666666;	text-decoration: underline
}
a:hover {
	text-decoration: underline;
	color: #F0A131;
}
h1, h2, h3, h4 {
	font-family: Tahoma, Arial, sans-serif;	margin: 0px; padding: 0px
}
h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #F0A131;
}
h2{
	font-size: 20px; color: #FFFFFF; font-family: Tahoma, Arial, sans-serif; font-weight: normal
}
h3{
	font-size: 12px; color: #585858; font-family: Tahoma, Arial, sans-serif; font-weight: bold
}
h4{
	font-size: 11px; font-weight: normal; color: #666666; font-family: Tahoma, Arial
}
.bgx {
	background-repeat: repeat-x
}
.bgy {
	background-repeat: repeat-y
}
.bgxy {
	background-repeat: no-repeat
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
	background-color: #F0A131;
	width: 320px;
	position: static;
	margin-bottom: 40px;
	clear: both;
}

#pageName1{
	width: 320px;
	position: static;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#sectionName{
	padding: 0px 0px 0px 5px;
	background-color: #F0A131;
	width: 520px;
	position: static;
	margin-bottom: 20px;
	clear: both;
	margin-left: 20px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #BBBBBB;
	padding: 0px 5px 10px 0px;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 100%;
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 5px 0px 5px 5px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px;
	margin: 0 5px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	line-height: 16px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.storyNoBordur{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-indent: 5pt;
	margin-top: 10px;
}

.story img{
	float: left;
	padding-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 10px;
	color: #666666;
	padding-right: 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #storyNavigator styles ***************/

#storyNavigator{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 3px;
}

#storyNavigator img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/
.relatedLinksTitle {
	margin: 0px;
	padding: 0px 3px 5px 12px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #336699;
	line-height: 28px;
}

.relatedLinks{
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	color: #666666;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/*
.relatedLinks a:link {
	color: #666666;
}

.relatedLinks a:hover {
	color: #666666;
}

.relatedLinks a:visited {
	color: #666666;
}
*/

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	visibility: inherit;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #slogan styles **************/

.slogan H1{
	padding: 0px;
	margin-top: 0px;
}

.slogan img{
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px;
}

/************** #text styles **************/
.globalNavigator {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 9px;
	font-weight: normal;
	color: #336699;
}

.globalNavigator a:link {
	color: #336699;
}

.globalNavigator a:hover {
	color: #BBBBBB;
}

.globalNavigator a:visited {
	color: #336699;
}

/************** #storyNavigator styles **************/
.storyNavigator {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.storyNavigator a:link {
	color: #666666;
	font-weight: bold;
}

.storyNavigator a:hover {
	color: #666666;
	font-weight: bold;
}

.storyNavigator a:visited {
	color: #666666;
	font-weight: bold;
}

/************** #breadCrumbNavigator styles **************/
.breadCrumbNavigator {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.breadCrumbNavigator a:link {
	color: #666666;
	font-weight: bold;
}

.breadCrumbNavigator a:hover {
	color: #666666;
	font-weight: bold;
}

.breadCrumbNavigator a:visited {
	color: #666666;
	font-weight: bold;
}

/************** #copyright styles **************/
#copyrightText {
	WIDTH: 100%;
	clear: both;
	margin-bottom: 20px;
}

#copyrightBlock {
	WIDTH: 340px;
	FLOAT: left;
}

#copyright img{
	display: block;
	float: left;
}

.copyright {
	margin: 0px;
	padding: 0px 5px 5px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a7a7a;
}

.copyright a:link {
	color: BBBBBB;
}

.copyright a:hover {
	color: BBBBBB;
}

.copyright a:visited {
	color: #BBBBBB;
}

/************** #buttonTop styles **************/
#buttonTop {
	WIDTH: 80px;
	margin-bottom: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

/************** #sitemapNavigator styles **************/
#sitemapTitles {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sitemapNavigator {
	width: 190px;
	line-height: 18px;
	margin-left: 30px;
}

/************** #menuIcons styles **************/
#menuIcons {
	text-align: left;
	line-height: 34px;
}

#menuIcons img{
	float: left;
	width: 34px;
	margin-right: 3px;
}

/************** #menuSavePrint styles **************/
#menuSavePrint {
	line-height: 19px;
	float: left;
	margin-left: 10px;
}

#menuSavePrint img{
	width: 19px;
	margin-right: 70px;
	margin-left: 5px;
}

/************** .tabl **************/
.tabl {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	line-height: 15px;
}

.tablTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: f7f7f7;
	padding-left: 5px;
}

.tablLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.tablTopLeft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.tablHeadLeft {
	BACKGROUND-COLOR: #f7f7f7;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.tablHeadAll {
	BACKGROUND-COLOR: #f7f7f7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.tablHeadTitle A {
	COLOR: #415369
}
.tablNum {
	PADDING-RIGHT: 0px; PADDING-LEFT: 23px; WIDTH: 40px
}
.tablTitle {
	PADDING-RIGHT: 0px; PADDING-LEFT: 23px; WIDTH: 40px
}
.tablLevel {
	PADDING-LEFT: 0px
}
.tablTime {
	WIDTH: 70px
}
}
.tablPriceAll {
	WIDTH: 70px
}
.tablPriceOne {
	WIDTH: 80px
}
.tablPrice {
	PADDING-RIGHT: 23px; WIDTH: 70px
}
.formCell {
	BACKGROUND-COLOR: #f7f7f7;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}


/************** .form **************/
.form {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
.formMark {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #FF0000;
}
.New {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.space {
	clear: both;
}

.newsMark {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF0000;
}
.green12 {
	color:#006600;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal
}
.green14 {color:#006600; font-family:"microsoft Sans Serif"; font-size:14px; font-style:normal; font-weight:normal}
.green_bold12 {color:#006600; font-family:"microsoft Sans Serif"; font-size:12px; font-style:normal; font-weight: bold}
.green_bold14 {color:#006600; font-family:"microsoft Sans Serif"; font-size:14px; font-style:normal; font-weight: bold}
.green_menu {color:#006600; font-family: "microsoft Sans Serif"; font-size:12px; font-style:normal; font-weight: bold}

#pageNameSimbol{
	padding: 0px 0px 0px 10px;
	background-color: #006600;
	width: 320px;
	position: static;
	margin-bottom: 40px;
	clear: both;
}

