/*===============================BODY=================================*/
body {margin: 0px;
		font-family: "Arial";
		font-size: 12px;
		background-color: #990033;
      	background-attachment:
			fixed;
}


/*=================================P==================================*/
p {margin: 3px; font-size: 12px}


/*==================================A==================================*/
a         {text-decoration: none; color: #8A8636}
a:visited {text-decoration: none}
a:hover   {text-decoration: none; color: #cAc6c6}
a:link    {text-decoration: none}
a:active  {text-decoration: none}


/*==================================A==================================*/
a.alt         {text-decoration: none; color: white}
a.alt:visited {text-decoration: none}
a.alt:hover   {text-decoration: none; color: #8A8636}
a.alt:link    {text-decoration: none}
a.alt:active  {text-decoration: none}



/*===============================INPUT=================================*/
input, select, textarea {font-family: "Verdana"; font-size: 11px}
input.Button {font-size: 12px; font-weight: bold}

/*===============================TABLE=================================*/


table	{
	border-style: solid;
	border-color: #BC9992;
	border-width: 4px;
	background-color: White;
}

table td{
	border-style: none;
}

table.cont td
{
	border-style: none solid none solid;
	border-color: #BC9992;
	border-width: 3px;
}

/*
table accomadation	{
	border-style: solid;
	border-color: #BC9992;
	border-width: 3px;
	background-color: white;
}

table.accomadation td
{
	border-style: none none none none;		
	border-width: 0px;
}
*/
table.body	{
			border-style: solid;
            border-color: #ffffff;
            border-width: 2px;
}
table.footer	{
	border-style: solid none none none;
	border-color: #ffffff;
	background-color: #993300;
}
table.noborder {
	border-style: none;

}
table.noborder td
{
	border-style: none;
	border-width: 0px;
}

table.news {
	border-style: none none solid none;

}

table.newsfull{
	border-style: solid none none none;
	background-color: white;	
}

table.guest {
	border-style: none none none none;

}

table.guestfull{
	border-style: solid none none none;
	background-color: white;	
}
