@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image: url(images/LHD.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	background-color:#000000;
}
p {
	font-family:"trebuchet MS";
	font-size: 75%;
	line-height: 18px;
	color: #666666;
	padding:10px 10px 10px 10px;
	}
	p a:link, p a:visited {
	color:#000000;
	text-decoration: none;
}
p  a:hover { 
	color:#999999;
	 }
.splash a:link, .splash a:hover, .splash a:visited{

	text-decoration:none;
	}
.maintable {
	border: 1px solid #CCCCCC;
	}

.mainwindow {
	background-image:url(background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.title {
	font-family: "trebuchet MS";
	font-size: 110%;
	line-height: 24px;
	color: #666666;
}
.astitle {font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 24px;
	color: #666666;
	padding-left:10px;
	}
	.stock1sub {
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	font-weight:bold;
	margin-left: 3px;
	letter-spacing: .02em;
	height: auto;
	padding: 5px 5px 5px 10px;
}
	.stock1text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin-left: 3px;
	letter-spacing: .02em;
	height: auto;
	padding: 0px 5px 5px 5px;
}
.stockimage {
	padding: 1px 1px 1px 1px;
	}
.formText {
	font-family:"trebuchet MS";
	font-size: 80%;
	color: #333333;
	letter-spacing: 0.03em;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin-left:5px;
	}
	input {
	color:#333333;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	}
	
select {
	width: 100px;
	color:#666666;
	background-color:#CCCCCC;
	border: 1px solid #333333;
	}
	
textarea {
	width: 200px;
	height:40px;
	color:#999999;
	background-color:#CCCCCC;
	border: 1px solid #333333;
	}
