/* layout */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../_img/bg_top_filler.jpg);
	background-repeat: repeat-x;
	}
.boxBorderBg {
	width: 200px;
	height: 140px;
	background-image: url(../_img/bg_box_fille.jpg);
	border: 0px solid #939598;
	border-style: none;
}
.border {
	/* [disabled]border: 1px solid #CCC; */
}
.lineBlue {
	height: 1px;
	background-color: #999;
}
.lineGrey {
	height: 1px;
	background-color: #828282;
}
.counterBg {
	background-image: url(../_img/counter_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	}
.landingpageBg {
	background-image: url(../_img/bg_landingpage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	
/* text */
	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: normal;
}
.content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	text-decoration: underline;
   }
.content a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	text-decoration: underline;
   }
.content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	text-decoration: underline;
   }
.content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}	
.contentLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
.contentLeft a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	text-decoration: underline;
   }
.contentLeft a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	text-decoration: underline;
   }
.contentLeft a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	text-decoration: underline;
   }
.contentLeft a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	}
.contentCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #212121;
	text-align: center;
}
.contentCenter a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #212121;
	text-decoration: underline;
   }
.contentCenter a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #212121;
	text-decoration: underline;
   }
.contentCenter a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #212121;
	text-decoration: underline;
   }
.contentCenter a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #008941;
	text-decoration: none;
}
.contentLandingpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-align: justify;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	font-weight: bold;
	text-align: justify;
}	
.countries {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.countries a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
   }
.countries a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
   }
.countries a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
   }
.countries a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	}
.header_huge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #008941;
   }
.header_big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d20018;
   }
.header_medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
   }
.header_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d20018;
   }
.header_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d20018;
   }
.header_box_medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
   }
.header_box_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
   }
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
   }
.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	text-decoration: none;
   }
.menu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	text-decoration: none;
   }
.menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	text-decoration: none;
   }
.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	}
.register {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
   }
.register a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	text-decoration: none;
   }
.register a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	text-decoration: none;
   }
.register a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
	text-decoration: none;
   }
.register a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008941;
	text-decoration: none;
	}
.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dadada;
	text-align: center;
}
.counterMins {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dadada;
	text-align: right;
}

/* position */

#BottomMenu {
   position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#flashHome {
	position: absolute;
	top: 175px;
	left: 785px;
	z-index: 1;
	width: 200px;
	height: 138px;
}
#watchVideo {
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 372px;
	left: 230px;
	top: 120px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939598;
	border-right-color: #939598;
	border-bottom-color: #939598;
	border-left-color: #939598;
}
#TermsCons {
	position: absolute;
	z-index: 3;
	width: 500px;
	height: 522px;
	left: 240px;
	top: 30px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939598;
	border-right-color: #939598;
	border-bottom-color: #939598;
	border-left-color: #939598;
}
#Privacy {
	position: absolute;
	z-index: 4;
	width: 500px;
	height: 522px;
	left: 240px;
	top: 30px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939598;
	border-right-color: #939598;
	border-bottom-color: #939598;
	border-left-color: #939598;
}
#Postcard {
	position: absolute;
	z-index: 5;
	width: 500px;
	height: 577px;
	left: 200px;
	top: 5px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939598;
	border-right-color: #939598;
	border-bottom-color: #939598;
	border-left-color: #939598;
}
#scrollOn{
	overflow: auto;
	height: 419px;	
}
body table tr td table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #dddddd;
}
.quotes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

