@charset "utf-8";
/* CSS Document */
.container .menu .menubox a:hover, .container .content a:hover {
	color: #003399;
}
.top-left {
	background-image: url(/images/site/top-left-corner.jpg);
	color: #003399;
}
.image {
	background-image: url(/images/site/top_image_blue.jpg);
}

.top-right {
	background-image: url(/images/site/top-right-corner.jpg);
	color:#CCCCCC;
}
.container .header .top-right a:hover {
	color: #333333;
}
h1 {
	color: #333333;
	}
body {
	background-color: #006599;
}
.container .content, h2{
	color: #666666;
	}
.container .menu .menubox li a, .container .content a{
	color: #006699;
}
.container .header .top-right a{
	color: #666666;
}
.container .footer {
	color: #000099;
}
.container .footer a {
	text-decoration: none;
}
.container .footer a:hover, .container .content .producttable a:hover {
	color: #000099;
	text-decoration: underline;
}
.container .header .top-left .title_col {
	color: #006599;
}
.bottom_left {
	background-image: url(/images/site/bottom-left-corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.bottom_right {
	background-image: url(/images/site/bottom-right-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.notice {
	background-color: #E1E1FF;
	border: 1px solid #006599;
	padding: 2px;
}