body {
	font-family : Heletica, Arial, sans-serif, Verdana;
	font-size: 0.8em;
	color: #17243D;
}
td {
	font-size: 0.8em;
	color: #17243D;
}
p {
	font-size: 85%;
	color: #17243D;
}

h1 {
	font-size: 130%;
	color: #C9142A;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	color: #17243D;
	font-weight: normal;
}

.main {
	padding-left: 20px;
	padding-right: 20px;
}
.rightMain {
	padding-left: 10px;
	padding-right: 10px;
}
.homeBG {
	background: url(../images/homeBG.gif) repeat-y;
}
.mainBG {
	background: url(../images/bg.gif) repeat-y;
}
.footerTable {
	background-color: #17243D;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
.footnote {
	font-size: 65%;
	color: #D6DFF0;
}
.entryBG {
	background: url(../images/entryBG.gif) repeat-x;
}
.entry {
	font-size: 65%;
	color: #787878;
	padding: 12px;
	padding-left: 20px;
	width: 235px;
}
.entryContact {
	font-size: 65%;
	color: #787878;
	padding: 12px;
	width: 130px;
}
.entryHome {
	font-size: 65%;
	color: #787878;
	padding: 2px;
}
.entryPrice {
	color: #17243D;
}
.entryTitle {
	color: #C9142A;
	font-weight: bold;
}
.entryLineTop {
	background-color: #ccc;
}
.entryLineBot {
	background: url(../images/entryBotBG.gif) repeat-x;
}
.entryDivider {
	background: url(../images/dividerBG.gif) repeat-y;
}
.entryImage {
	border: #ccc 1px solid;
	margin: 4px;
}
.entryImageAlt {
	border: #ccc 1px solid;
	margin: 4px;
	font-size: 75%;
	color: #17243D;
	width: 100px;
	height: 75px;
	align: center;
}
.flags {
	position: absolute;
	left: 9px;
	top: 8px;
	background: url(../images/flagChooseBG.gif) no-repeat;
	width: 49px;
	height: 22px;
}

/* Links */

a:link {
	color: #C9142A;
	text-decoration: underline;
}
a:visited {
	color: #C9142A;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

a:link.footer {
	color: #fff;
	text-decoration: none;
}
a:visited.footer {
	color: #fff;
	text-decoration: none;
}
a:hover.footer {
	color: #C9142A;
	text-decoration: none;
}
a:active.footer {
	color: #C9142A;
	text-decoration: none;
}

/* /Links */