﻿/* ERIC MEYER'S CSS RESET 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

 END CSS RESET */


/* ------------------------------
global styles
------------------------------ */

body
{
	background-position: 0 0;
	margin: 0;
	padding: 0;
	font: arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:focus { color: #000; }
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active { color: red; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h1 {
	padding-top: 18px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

h2
{
	color: #000000;
	font: 140% Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2 a { text-decoration: none; }

h3
{
	color: #7d8206;
	font: 110% georgia, times, "times new roman", serif;
}


/* ------------------------------
container styles
------------------------------ */

#container
{
	margin: 1em auto 1em auto;
	width: 960px;
	text-align: left;
	background: #fff;
	border: 1px solid #676767;
}


/* ------------------------------
header styles
------------------------------ */

#header
{
	background-position: 0 0;
	height: 150px;
	width: 100%;
	position: relative;
	background: 0 0;
}

#header h1
{
	position: absolute;
	left: -500em;
}

#header img
{
	margin-left: 25px;
	margin-top: 6px;
	border-style: none;
}


/* ------------------------------
horizontalNav styles
------------------------------ */

#horizontalNav {
}
#horizontalNav ul {
	margin: 0px;
	padding-left: 24px;
}
#horizontalNav ul li {
	display: inline;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	list-style-type: none;
	margin-bottom: 6px;
}
#horizontalNav ul li a {
	padding: 3px;
	line-height: 10px;
	display: block;
}
#horizontalNav ul li a:hover {
	background-color: #E0E0DE;
}
#horizontalNav img {
	border-width: 0px;
}


/* ------------------------------
menu styles
------------------------------ */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 200px;
	padding-left: 10px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menuTop {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
	background-color: #99CCFF;
	text-indent: -20px;
	padding-left: 20px;
}
#menuBlue {
	background-color: #99CCFF;
	text-indent: -20px;
	padding-left: 20px;
}
#menuPink {
	background-color: #F997B5;
	text-indent: -20px;
	padding-left: 20px;
}
#menuYellow {
	background-color: #FFFF8A;
	text-indent: -20px;
	padding-left: 20px;
}
#menuDarkGreen {
	background-color: #84C1B4;
	text-indent: -20px;
	padding-left: 20px;
}
#menuPurple {
	background-color: #C488FF;
	text-indent: -20px;
	padding-left: 20px;
}
#menuOrange {
	background-color: #FFB66C;
	text-indent: -20px;
	padding-left: 20px;
}
#menuLimeGreen {
	background-color: #4AFB72;
	text-indent: -20px;
	padding-left: 20px;
}
#menuGrey {
	background-color: #B0B08A;
	text-indent: -20px;
	padding-left: 20px;
}
#menu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #333333;
}
#menu ul li a {
	padding: 6px 44px 6px 20px;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #009933;
}
#menu ul li:hover {
	background-color: #DDFFFF;
}


/* ------------------------------
parent-link styles
------------------------------ */

#parent-link
{
	float: left;
	width: 730px;
	margin: 0 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#parent-link p {
	padding: 8px 0px 10px 0px;
	margin: 0px 0px 2px 0px;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.red a:link {
	color: #FF0000;
}
.red a:visited {
	color: #FF0000;
}
.green {
	color: #00CC00;
}
.green a:link {
	color: #00CC00;
}
.green a:visited {
	color: #00CC00;
}
.pink {
	color: #FF00FF;
}
.pink a:link {
	color: #FF00FF;
}
.pink a:visited {
	color: #FF00FF;
}
.orange {
	color: #FF6300;
}
.orange a:link {
	color: #FF6300;
}
.orange a:visited {
	color: #FF6300;
}
.navyblue {
	color: #3333CC;
}
.navyblue a:link {
	color: #3333CC;
}
.navyblue a:visited {
	color: #3333CC;
}


/* ------------------------------
contents styles
------------------------------ */

#contents
{
	float: left;
	width: 730px;
	margin: 0 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#contents p {
	line-height: 140%;
}

.imagefloat
{
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}


/* ------------------------------
footer styles
------------------------------ */

#footnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}
#footnotes td {
	text-align: center;
	padding-top: 6px;
}
#footnotes img {
	margin-left: 6px;
	margin-right: 6px;
}
#footnotes a {
	text-decoration: none;
	color: #000000;
}
#footnotes a:hover {
	text-decoration: underline;
}
#footerAlphabet
{
	clear: both;
	text-align: center;
	background-color: #CCFFFF;
	margin-top: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footerAlphabet ul {
	padding: 0px;
	margin: 0px;
}
#footerAlphabet ul li {
	display: inline;
	line-height: 25px;
}
#footerAlphabet ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footerAlphabet ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}


/* ------------------------------
forms
------------------------------ */

form {
	margin: 25px 15px 15px 15px;
	border: 1px solid #000;
	padding: 10px 5px 10px 5px;
}
.formAnastasia {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.contactForm {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	font-weight: bold;
	background-color : #ffc;
	padding-top: 12px;
	margin-bottom: 30px;
}
.formFont {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#google_translate_element {
	padding-top: 4px;
	padding-bottom: 20px;
	text-align: center;
	height: 45px;
}
#cse-search-box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 450px;
	background-color: #CCFFFF;
	margin-top: 30px;
}
.coloredBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFF88;
	font-weight: bold;
	width: 164px;
	border: .14em dashed #7485CA;
	line-height: 150%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.coloredBox td {
	padding-bottom: 4px;
	padding-top: 5px;
}
.coloredBox p {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}


/* ------------------------------
tables and images
------------------------------ */

.imageTable {
	text-align: center;
	margin-top: 0px;
	font-size: 13px;
	height: 4px;
}
.imageTable p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageTable img {
	padding: 0px;
	border: 4px solid #C0C0C0;
	width: 130px;
	height: 174px;
	margin-top: 18px;
}
.imageTable img:hover {
	border: 4px solid #FF777D;
	padding-right: 0px;
	padding-left: 0px;
}
.imageTable a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageTable a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageTable a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageTable td {
	padding: 0px;
	margin: 0px;
	line-height: .9em;
}
.imageTable2 {
	text-align: center;
	margin-top: 0px;
	font-size: 13px;
	height: 4px;
}
.imageTable2 p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageTable2 img {
	padding: 0px;
	border: 4px solid #C0C0C0;
	width: 130px;
	height: 174px;
	margin-top: 18px;
}
.imageTable2 img:hover {
	border: 4px solid #C0C0C0;
	padding-right: 0px;
	padding-left: 0px;
}
.imageTable2 a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageTable2 a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageTable2 a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageTable2 td {
	padding: 0px;
	margin: 0px;
	line-height: .9em;
	width: 25%;
}
.imageTable3 {
	text-align: center;
	margin-top: 0px;
	font-size: 13px;
	height: 4px;
}
.imageTable3 p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageTable3 img {
	padding: 0px;
	border: 4px solid #C0C0C0;
	width: 130px;
	height: 174px;
	margin-top: 18px;
}
.imageTable3 img:hover {
	border: 4px solid #C0C0C0;
	padding-right: 0px;
	padding-left: 0px;
}
.imageTable3 a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageTable3 a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageTable3 a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageTable3 td {
	padding: 0px;
	margin: 0px;
	line-height: .9em;
}
.profileName {
		font-weight: bold;
	}
.profileDescription {
	color: #808080;
	font-weight: bold;
}
.countryDescription {
	text-align: left;
	font-size: 13px;
}
.countryDescription a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.countryDescription a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.countryDescription a:hover {
	color: #FF777D;
	text-decoration: none;
}
.countryDescription p {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.countryMap {
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 24px;
	margin-bottom: -6px;
}
.countryMap td {
	vertical-align: top;
}
.countryMap ul {
	font-size: 14px;
}
.countryMap li {
	padding-bottom: 6px;
	margin-bottom: 10px;
	margin-left: -16px;
}
.datingSiteList {
	margin-top: -4px;
}
.datingSiteList ol {
	margin-bottom: 0px;
	list-style-type: upper-roman;
}
.datingSiteList li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.datingSiteList a:link {
	font-weight: bold;
}
.datingSiteList a:visited {
	font-weight: bold;
}
.datingSiteList a:hover {
	color: #FF777D;
	text-decoration: none;
}
.datingTourList {
	margin-top: 25px;
	margin-bottom: 30px;
}
.datingTourList ul {
	margin: 0px;
	list-style-type: disc;
	padding-left: 110px;
}
.datingTourList li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.datingTourList ul li ul {
	padding-left: 50px;
	list-style-type: circle;
	padding-top: 2px;
}
.datingTourList a:link {
	font-weight: bold;
}
.datingTourList a:visited {
	font-weight: bold;
}
.datingTourList a:hover {
	text-decoration: underline;
}
.datingTourList ul li ul a:link {
	font-weight: normal;
	color: #FF0000;
}
.datingTourList ul li ul a:visited {
	font-weight: normal;
	color: #FF0000;
}
.datingTourList ul li ul a:hover {
	text-decoration: underline;
}
.directoryTable {
	text-align: center;
	margin-top: 20px;
	margin-bottom: -10px;
}
.directorySubTable {
	margin-top: 10px;
	margin-bottom: -80px;
}
.directorySubTable td {
	vertical-align: top;
}
.imageAfaProfile img {
	border: 4px solid #C0C0C0;
	width: 116px;
	height: 174px;
}
.imageAfaProfile img:hover {
	border: 4px solid #FF777D;
}
.imageAfaProfile2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageAfaProfile2 img {
	border: 4px solid #C0C0C0;
	width: 131px;
	height: 196px;
}
.imageAfaProfile2 img:hover {
	border: 4px solid #FF777D;
}
.imageAfaProfile3 {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.imageAfaProfile3 img {
	border: 4px solid #C0C0C0;
	width: 87px;
	height: 130px;
}
.imageAfaProfile3 img:hover {
	border: 4px solid #FF777D;
}
.imageFlag {
	text-align: center;
}
.imageFlag img {
	padding: 0px;
	border: 1px solid #333333;
	width: 83px;
	height: 57px;
	margin-top: 46px;
}
.imageFlag img:hover {
	border: 1px solid #333333;
}
.imageFlag a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageFlag a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageFlag a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageFlag p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
}
.imageFlagLarge {
	text-align: center;
}
.imageFlagLarge img {
	padding: 0px;
	border: 1px solid #333333;
}
.imageMain {
	text-align: left;
	font-size: 13px;
	margin-bottom: 4px;
}
.imageMain img {
	padding: 0px;
	width: 147px;
	height: 196px;
}
.imageMain a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageMain a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageMain a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageMain p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.imageTopTen {
	margin-top: 30px;
	margin-bottom: -4px;
}
.imageTopTen img {
	border: 4px solid #C0C0C0;
	width: 130px;
	height: 174px;
}
.imageTopTen img:hover {
	border: 4px solid #FF777D;
}
.imageTopTen a:link {
	font-weight: bold;
}
.imageTopTen a:visited {
	font-weight: bold;
}
.imageTopTen a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageTopTen td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.imageTopTen p {
	margin: 0px;
	padding-left: 8px;
	padding-right: 2px;
}
.imageTopPics {
	margin-top: 30px;
	margin-bottom: -4px;
}
.imageTopPics img {
	border: 4px solid #C0C0C0;
	width: 130px;
	height: 174px;
}
.imageTopPics img:hover {
	border: 4px solid #C0C0C0;
}
.imageTopPics a:link {
	font-weight: bold;
}
.imageTopPics a:visited {
	font-weight: bold;
}
.imageTopPics a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageTopPics td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.imageTopPics p {
	margin: 0px;
	padding-left: 8px;
	padding-right: 2px;
}
.imageTopTenVideo {
	margin-top: 30px;
	margin-bottom: -4px;
}
.imageTopTenVideo img {
	border: 4px solid #C0C0C0;
	width: 130px;
	height: 174px;
}
.imageTopTenVideo img:hover {
	border: 4px solid #FF777D;
}
.imageTopTenVideo a:link {
	font-weight: bold;
}
.imageTopTenVideo a:visited {
	font-weight: bold;
}
.imageTopTenVideo a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageTopTenVideo td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.imageTopTenVideo p {
	margin: 0px;
	padding-left: 8px;
	padding-right: 104px;
}
.video {
	text-align: center;
}
.video img {
	border: 4px solid #C0C0C0;
	width: 200px;
	height: 162px;
}
.video img:hover {
	border: 4px solid #FF777D;
}
.listDateLink {
	margin-top: 4px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.listDateLink a:link {
	font-weight: normal;
	color: #00CC00;
}
.listDateLink a:visited {
	font-weight: normal;
	color: #00CC00;
}
.listDateLink a:hover {
	text-decoration: underline;
}
.imageVideo {
	text-align: center;
}
.imageVideo img {
	border: 4px solid #C0C0C0;
	width: 173px;
	height: 140px;
	margin-top: 20px;
	margin-bottom: 4px;
}
.imageVideo img:hover {
	border: 4px solid #FF777D;
}
.imageVideo a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageVideo a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.imageVideo a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageWebSite {
	margin-top: 30px;
	margin-bottom: -4px;
}
.imageWebSite img {
	border: 4px solid #C0C0C0;
	width: 200px;
	height: 200px;
}
.imageWebSite img:hover {
	border: 4px solid #FF777D;
}
.imageWebSite a:link {
	font-weight: bold;
}
.imageWebSite a:visited {
	font-weight: bold;
}
.imageWebSite a:hover {
	color: #FF777D;
	text-decoration: none;
}
.imageWebSite td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.imageWebSite p {
	margin: 0px;
	padding-left: 8px;
}
.siteSearch {
	margin-bottom: -10px;
}
.siteSearch td {
	line-height: 150%;
}
.siteSearch ul {
	padding-right: 20px;
	margin-left: 37px;
	padding-left: 0px;
	margin-right: 0px;
}
.siteSearchRed a:link {
	color: #FF0000;
}
.siteSearchRed a:visited {
	color: #FF0000;
}
.namesDirectory {
	font-size: 13px;
	margin-top: 25px;
}
.namesDirectory a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.namesDirectory a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.namesDirectory a:hover {
	color: #FF777D;
	text-decoration: none;
}
.namesDirectory p {
	padding-left: 6px;
	margin-top: 16px;
	margin-bottom: 16px;
}


/* ------------------------------
advetisment styles
------------------------------ */

.advertisementCountryPage {
	text-align: center;
}
.advertisementCountryPage p {
	margin-top: 46px;
}
.advertisementEbook img {
	border-style: none;
	padding-left: 4px;
	padding-right: 4px;
}
.advertisementFullBottom {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
}
.advertisementFullTop10 {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 0px;
	margin-top: 16px;
	margin-bottom: 2px;
}
.advertisementFullProfiles {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.advertisementFullCategories {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.advertisementFullForeignIndex {
	padding-bottom: 8px;
	margin-top: -22px;
}
.advertisementFullForeignIndexBottom {
	text-align: center;
	padding-top: 23px;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
}
.advertisementRegionalPage {
	text-align: left;
}
.advertisementRegionalPage p {
	margin-top: 35px;
	padding-left: 12px;
}
.advertisementTwoFive {
	width: 40%;
	text-align: center;
}
.advertisementTwoFive p {
	margin-top: 34px;
}
.advertisementTwoFour {
	width: 50%;
	text-align: center;
}
.advertisementTwoFour p {
	margin-top: 56px;
}
.advertisementClickBank {
	width: 50%;
	text-align: center;
}
.advertisementClickBank p {
	padding-top: 12px;
}
.cupidAd {
	text-align: left;
}
.cupidAd img {
	margin: 0px;
	border-width: 0px;
	padding-top: 20px;
	width: 285px;
	height: 60px;
}
.cupidAd img:hover {
	border-width: 0px;
}
#rightSideAds {
	text-align: center;
}


/* ------------------------------
extra page styles
------------------------------ */

.alignTop {
	vertical-align: top;
}
.backgroundNumber1 {
	background-position: right;
	background-image: url('../image-files/numbers/number-one.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber2 {
	background-position: right;
	background-image: url('../image-files/numbers/number-two.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber3 {
	background-position: right;
	background-image: url('../image-files/numbers/number-three.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber4 {
	background-position: right;
	background-image: url('../image-files/numbers/number-four.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber5 {
	background-position: right;
	background-image: url('../image-files/numbers/number-five.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber6 {
	background-position: right;
	background-image: url('../image-files/numbers/number-six.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber7 {
	background-position: right;
	background-image: url('../image-files/numbers/number-seven.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber8 {
	background-position: right;
	background-image: url('../image-files/numbers/number-eight.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber9 {
	background-position: right;
	background-image: url('../image-files/numbers/number-nine.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.backgroundNumber10 {
	background-position: right;
	background-image: url('../image-files/numbers/number-ten.jpg');
	background-repeat: no-repeat;
	color: #663300;
}
.center {
	text-align: center;
}
.countryDropMenuPink {
	text-align: center;
	border: medium solid #F55A89;
	background-color: #F997B5;
	width: 200px;
	height: 120px;
}
.countryDropMenuPink form {
	margin: 0px;
	padding: 4px;
	border-style: none;
}
.countryDropMenuPink p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
.countryDropMenuYellow {
	text-align: center;
	border: medium solid #D7D700;
	background-color: #FFFF8A;
	width: 200px;
	height: 120px;
}
.countryDropMenuYellow form {
	margin: 0px;
	padding: 4px;
	border-style: none;
}
.countryDropMenuYellow p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
.countryDropMenuGreen {
	text-align: center;
	border: medium solid #4F9B8A;
	background-color: #84C1B4;
	width: 200px;
	height: 120px;
}
.countryDropMenuGreen form {
	margin: 0px;
	padding: 4px;
	border-style: none;
}
.countryDropMenuGreen p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
.countryDropMenuPurple {
	text-align: center;
	border: medium solid #A346FF;
	background-color: #C488FF;
	width: 200px;
	height: 120px;
}
.countryDropMenuPurple form {
	margin: 0px;
	padding: 4px;
	border-style: none;
}
.countryDropMenuPurple p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
.countryDropMenuOrange {
	text-align: center;
	border: medium solid #FF9122;
	background-color: #FFB66C;
	width: 200px;
	height: 120px;
}
.countryDropMenuOrange form {
	margin: 0px;
	padding: 4px;
	border-style: none;
}
.countryDropMenuOrange p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
#topOfPage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.underline {
	text-decoration: underline;
}
.multiplePages {
	text-align: center;
	color: #000080;
}

