@charset "utf-8";
/* CSS Document */

body{
	background-image:url("images/bg_top.gif");
    background-repeat:repeat-x;
    background-position:top center;
	background-color:#006699;
	font-family:Arial, Helvetica, sans-serif;
}

div {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img{
	border-width:0px;
}

a:link {
	COLOR: #000000;
}
a:visited {
	COLOR: #333333;
}
a:hover {
	COLOR: #666666;
}
a:active {
	COLOR: #000000;
}