
/* ---------------- initialise ---------------- */

* {
	margin: 0px;
	padding: 0px;
	position: relative;
}
/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */
.hide, hr {
	display: none;
}
img {
	border: none;
}

/* ---------------- main body styles ---------------- */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	text-align: center;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}
h2 {
	font-size: 1.75em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}
h4 a, h4 a:visited {
	color: #666666;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
p {
	color: #666666;
	margin: 7px 0px;
}
a, a:visited {
	color: #00ADEF;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
.bold {
	font-weight:bold;
}

/* ---------------- main layout ---------------- */

body {
	background-color: #FFFFFF;
}
#outer {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table;
}
.container {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
#containerlaunch {
	height: 150px;
}
#container {
	height: 650px;
}
.main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
#mainlaunch {
	width: 400px;
	height: 150px;
}
#main {
	width: 1000px;
	height: 650px;
}
#flashcontent {
	width: 240px;
	padding: 0px 0px 40px 160px;
	background-image: url("img/lg_bb.gif");
	background-repeat: no-repeat;
}

/* ---------------- content area ---------------- */

#content {
	background-color: #FFFFFF;
	width: 500px;
	height: auto;
	float: left;
	overflow: hidden;
}

/* ---------------- sample code ---------------- */
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	text-align: right;
	text-decoration: none;
	line-height: 1.5em;
	white-space: nowrap;
	
	width: 500px;
	height: auto;
	margin: tpx rpx bpx lpx;
	padding: tpx rpx bpx lpx;
	background-image: url("img/gr_img.gif");
	background-repeat: no-repeat;
	background-color: #999999;
	border: 1px solid #666666;
	vertical-align: middle;
	
	cursor: hand;
	float: left;
	clear: left;
	display: block;
	position: relative;
	visibility: hidden;
	z-index: 50;
	overflow: hidden;
*/


/* ---------------- validator ---------------- */

#validator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
	width: 928px;
	margin-bottom: 10px;
	padding: 2px 10px 2px 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
}
#validator a, #validator a:visited {
	text-decoration: none;
	color: #666666;
}
#validator a:hover {
	text-decoration: underline;
}
