﻿
	.HyperText
{
	text-decoration: none;
	font-size: 15px;
	vertical-align: middle;
	font-family: Arial;
}
.MenuTDStyle
{
	width: 10%;
	height:16px;
	text-align: center;
	font-family:Verdana;
	font-weight:600;
	font-size: 11px;
	color: #697C8F;
	background-image: url(Images/Menu_bg.jpg);
}
.HeadingMsg
{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-weight:700;
	color: white;
	text-transform: none;
	text-align:left;
		
}
.LangaugeText
{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: white;
	text-transform: none;
	text-align:right;	
}

.BlockDarkTD
{
	font-weight: normal;
	font-size: 15px;
	font-weight:700;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	letter-spacing: normal;
	background-color:#798B9D; /* #666699;*/
}
.FooterTextCopyRigth
{
	font-weight: 700;
	font-size: 13px;
	color: black;
	font-family: Verdana;
	letter-spacing: 1px;
	text-align: center;
}
.FooterTextContact
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
	text-align: center;
}
.TourismMenu
{
	font-size:12px;
	font-family:Verdana;
	color:Black;
	text-decoration:none;	
}

.Command
{
  font-size:12px;
  font-family:Arial;
  text-decoration:none;
  color:#a8262b;
  
  
}
.SuggestASiteText
{
	font-size:13px;
	font-family:Arial;
}

#leftColumn
{
    width: 100%;
}

#nav
{
    margin: 0;
    padding: 0;
    width:200px;
    list-style: none;
}

#nav a
{
    display: block;
    font-size: 12px;
    font-family:Arial;
	text-decoration:none;
	color:Black;
    padding: 7px;
    width: 160px;
    height: 10px;
    border-bottom: 1px dotted #333;
}

#nav a:hover
{
    background-color: #DDDDDD;
}

