html { 
	overflow: -moz-scrollbars-vertical; 
	} 
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#contact {
	color: #CCCCCC;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	line-height: 24px;
	color: #465E6D;
	text-decoration: none;
	background-image: url(../images_design/bgSplash.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #112027;
}
#adobe {
	font-size: 10px;
	line-height: 13px;
} 

input {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #223F4D;
	border: 1px solid #2D3F4A;
}
#box { 
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
	vertical-align: middle;
	background-image: url(../images_design/bgsplash3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #CCCCCC;
}
#logo {
	top: 140px;
	position: relative;
}
a:link {
	font-weight: normal;
	color: #AFBDC6;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #AFBDC6;
	text-decoration: none;
}
a:hover {
	font-weight: normal; 
	color: #FF6600;
	text-decoration: none; 
}
textarea {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #223F4D;
	border: 1px solid #2D3F4A;
}


