body {
	
	font-family: Arial;
	font-size: 12pt;
	color: #00007f;
	
	letter-spacing: 1px;
	
	line-height: 20px;
	
}

h1 {

	font-size: 16pt;
	
}

h2 {
	font-size: 12pt;
}

a {
	color: #00007f;
	font-size: 12pt;
}

input {
	
	border: 1px solid #000080;
	
}

textarea {
	
	border: 1px solid #000080;
}

#mainTable {
	
	border: 0px solid #0000FF;
	width: 800px;
	
}

#mainTable td {
	border: 0px dotted BLUE;
	
	line-height: 20px;
	letter-spacing: 1px;
	
	text-align: justify;
}

#topFrame {
	
	width: 800px;
	height: 110px;
	background-image: url('images/toplogo.png');
	background-repeat: no-repeat;
	border: 0px solid BLACK;
	
}

#topNavigation {
	
	
	background-image: url('images/topnavi_bg.png');
	background-repeat: repeat-x;
	border: 0px solid BLACK;
	
	height: 50px;
	margin-bottom: 10px;
	
}

#topLink {
	
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#toplink a {
	
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: WHITE;
	
}

#leftLink {
	
	width: 185px;
	height: 33px;
	border: 0px solid BLUE;
	padding-top: 6px;
	padding-left: 10px;
	
	margin-bottom: 7px;
	
	background-image: url('images/left_navi_bg.png');
	background-repeat: no-repeat;
	
}

#leftLink a {
	
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 15pt;
	display: block;
	font-weight: bold;
	color: WHITE;
	
	letter-spacing: 2px;
	
}

#leftLink a:hover {
	
	
}

#productTable  td{
	
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 30px;
	
}

#product {
	
	padding: 5px;
	
	width: 142px;
	//width: 152px;
	height: 242px;
	//height: 252px;
	
	text-align: center;
	
	background-image: url('images/product_bg.png');
	background-repeat: no-repeat;
	
}

#product a {
	
	color: WHITE;
	
}
