﻿body { font-family: Arial, Sans-Serif; }

book { font-size: 1em; }

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: 0.89em; }

/*
a { color: #08628c; }
a:visited { color: #532371; }
a:hover, a:active { color: #ef3124; }
*/

.nowrap
{
	white-space: nowrap;
}

div#book div#bookmarks div.bookmark a
{
	font-family: Tahoma; 
	font-size: 0.84em;
	font-weight: bold;
	color: #ffffff;
}

/*
*
* Top Content
*
*/

div#topContent, div#topContent
{
	text-align: right;
	line-height: 1.8em;
	font-size: 0.7em;
	font-weight: bold;
	color: #346090;
	
}


/*
*
* Middle Title
*
*/

div#book div#middle div#middleTitle
{
	font-size: 0.75em;
	text-align: right;
}

div#book div#middle div#middleTitle h1
{
	font-size: 1.4em;
	margin: 0px 10px 0px 0px;
	padding-top: 30px;
}

/*
*
* Middle Content
*
*/

div#middleContent
{
	font-size: 0.75em;
}

/*
*
* Bottom Content
*
*/

div#bottomContent
{
	font-size: 0.7em;
}
div#bottomContent table#bottomContacts tr td
{
	width: 50%;
	vertical-align: top;
	/*white-space: nowrap;*/
}
div#bottomContent table#bottomContacts thead tr td
{
	font-weight: bold;
	color: #3c6b9e;
}
div#bottomContent table#bottomContacts tbody tr td
{
	color: #2e5784;
}
div#bottomContent table#bottomContacts tbody tr td div.footnote
{
	font-size: 80%;
	margin-top: 4px;
}


/*
*
*  Pages
*
*/
#hotTourAds table.newsGrid > tbody > tr > td > p:first-child 
{
	margin: 0px;
}
#hotTourAds table.newsGrid > tbody > tr > td > h2:first-child 
{
	margin-bottom: 5px;
}
