@charset "utf-8";

/* CSS Document */

img {border: 0px;}

.padding {padding: 10px;}


.header_L {
	float: left;
	width: 100;
}

.header_R {
	float: right;
	width: 700;
}


.column_L2 {
	float: left;
	width: 200;
}

.column_R2 {
	float: right;
	width: 800;
}

.navigation td{background: none;}


.background {
	background: #003366;
	background-image: url(background2.gif)
}

#background {
	background: #ffffff;
	background-image: url(background.gif)
}

table.border {
	border-style: none;
	border-width: 1px;
	border-color: #003366;
}

.spec {
	border-style: none;
	border-width: 1px;
	border-color: #999999;
}
.spec td{
	
	padding: 8px;
	background: #003366;
	border-style: solid;
	border-width: thin;
	border-color: #003366;
}

.footer {background: #003366;}

