@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Workaround for using "absmiddle" property for images */

.img_absmiddle {
vertical-align: middle;
}

/* Workaround for clearing out DIVs that don't behave */

.cleardiv {
	clear:both;
}

body {
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #196dfe;
	text-decoration: none;
}

a:active {
	color: #196dfe;
	text-decoration: none;
}

#intro_flash_wrap {
	width:1000px;
	height:auto;
}

.splashtext {
	width:960px;
	height:auto;
	padding:20px;
}

#splash_wrap {
	width:1000px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

.style1 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


