a:link 			{color: #3773CA; text-decoration: none;}
a:visited 		{color: #3773CA; text-decoration: none;}
a:hover			{color: #7DA7E4; text-decoration: underline;}
a:active		{color: #7DA7E4; text-decoration: underline;}

a.nav:link		{color: #E2CACA; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 11px; background: no-repeat; margin: 7px 10px 8px 10px; text-align: center; display: block;}
a.nav:visited		{color: #E2CACA; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 11px; background: no-repeat; margin: 7px 10px 8px 10px; text-align: center; display: block;}
a.nav:hover		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 11px; background: no-repeat;}
a.nav:active		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 11px; background: no-repeat;}

a.footer:link 		{color: #B58282; text-decoration: none; padding: 4px;}
a.footer:visited 	{color: #B58282; text-decoration: none; padding: 4px;}
a.footer:hover		{color: #FFFFFF; text-decoration: none;}
a.footer:active		{color: #FFFFFF; text-decoration: none;}

html, body {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #555555;
	background: #C1C2AC;
	min-height: 100%;
	margin: 0px;
	background-image: url("../images/bg.gif");
	/*background-position: top;*/
	/*background-repeat: repeat-x;*/
	}

.header {
	font-family: tahoma, arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #7A1919;
	line-height: 16pt;
	}

.subheader {
	font-family: tahoma, arial, helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #7A1919;
	}
	
.subheader-tour {
	font-family: tahoma, arial, helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #D3944F;
	}
	
.main   {
	/*background-image: url("../images/bg-main.gif");*/
	/*background-position: bottom right;*/
	/*background-repeat: no-repeat;*/
	}

.footer {
	font-family: verdana, arial, helvetica;
	font-size: 7pt;
	color: #B58282;
	padding: 0px 10px 0px 132px;
	}

.search {
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.hilite {
	color: #7D1510;
	}

.small  {
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
	color: #8B8B8B;
	}

.margin-header {
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
	color: #555555;
	font-weight: bold;
	}

.testimonials {
	border: 1px solid #D3944F;
	background: #EEEFE2;
	font-style: italic;
	margin: 20px;
	padding: 0px 20px 10px 20px;
	/*background-image: url("../images/bg-testimonials.gif");*/
	/*background-repeat: repeat-x;*/
	}

.box	{
	font-size: 8pt;
	border: 1px solid #C1C2AC;
	background: #F5F4E0;
	margin: 20px;
	padding: 0px 20px 10px 20px;
	background-image: url("../images/bg-box.gif");
	background-position: top;
	background-repeat: repeat-x;
	}

.hover	{
	background: #FFFBE1;
	padding: 0px 10px 10px 10px;
	}

p	{
	margin-top: 10px;
	margin-bottom: 0px;
	/*text-align: justify;*/
	}

ul	{
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	}

ol	{
	list-style-type: lower-roman;
	margin-top: 10px;
	margin-bottom: 10px;
	}

li	{
	margin-top: 4px;
	}

li.indent {
	list-style-type: none;
	margin-top: 2px;
	margin-left: 7px;
	}