@charset "utf-8";
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.logo_table {
	width: 330px;
}
.long_line_break {
	background-image: url(images/line_break.jpg);
	background-repeat: repeat-y;
	width: 1px;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}

.footer {
	text-align: center;
	vertical-align: top;
}
.pink {
	color: #FF00B4;
	text-decoration: none;
}
.line_break {
	background-image: url(images/line_break.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: top;
}
.pink_footer {
	font-size: 12px;
	color: #FF00B4;
	text-transform: uppercase;
}
.text_logo {
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
	background-color: #FFF;
}
.white-table {
	background-color: #FFF;
}

.center {
	text-align: center;
}
.banner_border {
	background-image: url(images/back_ground_border.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 800px;
	text-align: center;
	vertical-align: top;
}
.bar {
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}
.vert_line_break {
	background-image: url(images/line_break_vert.jpg);
	background-repeat: repeat-y;
	width: 1px;
}


.navigationa {
	color: #999999;
	text-decoration: none;
}
.navigationa:hover {
	color: #ff00b4;
	text-decoration: blink;
}	
.table_logos {
	background-position: center top;
	text-align: center;
	width: 210px;
	vertical-align: middle;
}
.pink_shade {
	background-image: url(images/pink_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 50px;
	padding-left: 15px;
}
.table_cells {
	text-align: center;
	width: 150px;
}
.new_text {
	text-align: justify;
	padding-right: 20px;
	padding-left: 10px;
}

.text_just {
	text-align: left;
	background-position: left top;
	vertical-align: top;
}
.h_tags {
	font-size: 11px;
	font-weight: normal;
	color: #FF00B4;
	text-decoration: none;
}
.cell_space {
	width: 222px;
	text-align: center;
	vertical-align: top;
}
.green {
	color: #81B000;
}
#popupfade {
	position: fixed;
	top:0px;
	left:0px;
	background: url(images/fade.png) top left repeat;
	z-index: 100000;	
}
#apppopup { 
	margin: 0px auto; 
	width: 590px;
	height: 393px;
	overflow: hidden;
	display: none; 
	position:fixed; 
	top:-1000px;
	left: 0px; 
	z-index: 100001;
}

#apppopup #closebut {
	position: relative;
	top: 10px;
	left: 550px;
	width: 25px; 
	height: 25px;
	cursor:pointer;
}
#apppopup div.appback {
	background: url(images/android-app.png) center center no-repeat;
	width: 100%;
	height: 383px;
	margin: 0px auto;
	display: block;
}
#apppopup #appclick {
	position: relative;
	top: 257px;
	left: 76px;
	width: 180px;
	height: 43px;
	display: block;
	cursor: pointer;
}
