/*menu*/
.menu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
; color: #000000
}

.submenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 7.5pt;
	font-weight: bold
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #FFFF99;
	font-size : 8pt;
}

/*links*/
A:link, A:visited, A:active { text-decoration: none }
A:hover {text-decoration: underline }
.active  {
	color:#FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}

.activesub  {
	color:#FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold
}

.activefooter{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	color: #990000;
}
	
/*Document format*/

.TopDirTree {  font-family: Verdana, Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: normal; color: #000066}

.TopDirTreeBg {
	background:#ffcc99;
}

.body{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	; font-size: 9pt
}
.body1{ 
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 7.5pt;
	color : #003300;
 }
.body2{ 
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 7.5pt;
	color :  #993333;
 }
.body3{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color :  #FF9933;
  }
.small {
	
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 7.5pt;
	color: #993300;
}

.big {
	
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	; font-size: 11pt
; font-weight: bold
}
/*Background colors*/
.TopCurveBg{
	background: White url(/images/top_nav/cornerstgreen.gif) no-repeat;
}
.LogoBg {
	background:#ffcc99;
}

.MenuBg {
	background:#999933;
}

.SubMenuBg {
	background:#666600;
}

.FooterBg {
	background:#ffcc99;
}
.BodyBg1{ 
	background: #FFCC33; }

.BodyBg2{ 
	background: #FDF5E6; }
.BodyBg3{ 
	background: #CCCC99; }
.BodyBg4 {
	background: url(/entertainment/images/bg1.jpg) no-repeat;
	background-color : White;
}

/*News elements*/
.Title {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:9pt;
	font-weight:bold;
}

.TitleBg {
	background:#ffcc99;
}
.Title1{ 
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #663333;
	font-size: 18pt;
	font-weight:bold; }
.Title2{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333300;
	font-size: 12pt;
	font-weight:bold; }
.Summary {
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	color:#000000;
	font-size:8pt;
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color:#000000;
	background:#ffffff;
}

/*Hotels*/
.ListBg{
	background:#336666;
}

.MainTitle{
	font-family:Arial, Helvetica, Sans-serif;
	color:#ffffff;
	font-size:11pt;
	font-weight: bold
}

.MainTitleBg {
	background:#666666;
}

.MainList{
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#000066;
	font-size:9pt;
	list-style-type: disc;
	list-style-image:url(../images/bullets/ball16.gif);
}

.MainListBg{
	background:#CCCCCC;
}

.CountryTitle {
	font-family:Arial, Helvetica, Sans-serif;
	color:#ffffff;
	font-size:12pt;
	font-weight: bold
}

.CountryTitleBg {
	background:#009999;
}

.CountryList{
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#000000;
	font-size:9pt;
}

/*Border Formats*/
.BorderBottom {
   border-width: 0 0 1px 0;
   border-style:solid;
   border-color: #999933;
}

.BorderRight {
  border-width:0 1px 0 0;
  border-style:solid;
  border-color:#999933;
}

.BorderLeft {
   border-width:0 0 0 1px;
   border-style:solid;
   border-color:#999933;
 }

.BorderTop {
   border-width:1px 0 0 0 ;
   border-style:solid;
   border-color:#999933;
      
}
.BorderTopBottom{
	border-width : 1px  0 1px  0;
	border-style:solid;
	border-color:#999933;
}
.BorderLeftRight{
	border-width : 0 1px 0 1px;
	border-style:solid;
	border-color:#999933;
}
.BorderRound{
	border : 1px solid #999933;
}

/*Lists*/
.ListGeneral{ 
	list-style-type : disc;
	 }
.ListNumeral{ 
	list-style-type : decimal;
	 }
.List1{
	list-style-type :  disc;
	list-style-image :  url(../images/bullets/square_tiny.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	color: #666600
}
.List2{ 
	list-style-type : disc;
	list-style-image : url("../images/bullets/ball17.gif"); }
