.bgmain {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.tourism:link		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

a.tourism:visited		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

a.tourism:hover		{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

a.tourism:active		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

a.menulink:link		{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink:visited		{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink:hover		{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink:active		{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink2:link		{
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink2:visited		{
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink2:hover		{
	color: #FF9900;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

a.menulink2:active		{
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.catlink:link		{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

a.catlink:visited		{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

a.catlink:hover		{
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

a.catlink:active		{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}
.maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.maintitle-o {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.maintitle-g {
	font-size: 14px;
	font-weight: bold;
	color: #AFAF3A;
}
.bgpic {
	background-repeat: no-repeat;
	background-position: right top;
}
.smallwhite {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #336699;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #336699;
}
.navcontainer { width: 205px; }

.navcontainer ul
{
	margin-top: 1;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	font-size: 12px;

}

.navcontainer a
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	width: 202px;
	border-bottom: 1px dashed #CCCCCC;
	background-image: url(../imgs/home/bg-arrow.jpg);
	background-repeat: no-repeat;
	text-indent: 14px;

}

.navcontainer a:link, .navlist a:visited
{
	color: #336699;
	text-decoration: none;
	font-weight: bold;

}

.navcontainer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../imgs/home/bg-arrow-on.jpg);
}

