body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-stretch : normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: White;
	background-color: #23205D
}

p, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-stretch : normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: White;
}

.DefaultTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 32pt;
	font-style : italic;
	font-stretch : normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: White;
}

.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style : italic;
	font-stretch : normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: White;
}

.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-stretch : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform: none;
	text-decoration : none;
	color : White;
}

.menuTitle {
	font-size: 12pt;
	font-weight: bold;
	font-style : normal;
	color : Red;
}

.checchin {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-stretch : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform: none;
	text-decoration : none;
	color : White;
}

TH {
	background-color : #630031;
}

A, A:VISITED, A.menu:LINK, A.menu:VISITED {
	text-decoration : none;
	color : #FFCE00;
}

A:HOVER, A.menu:HOVER {
	text-decoration : none;
	color : #319CFF;
}

A.checchin:LINK, A.checchin:VISITED {
	text-decoration : none;
	color : Green;
}

A.checchin:HOVER {
	text-decoration : none;
	color : Red;
}


