@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	margin:3;
	color: #484848;
	background-color: #1B2377;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bottom {
		color: #666666;
		font-size: 12px;
		text-decoration: none;
		}
.bottom A {
		color: #666666;
		font-size: 12px;
		text-decoration: none;
		}
.bottom A:visited{
	color:#666666;
	text-decoration: none;
}
.bottom A:hover{
	color:#FF6600;
	text-decoration: none;
}
.title {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}
.orange {
	color: #FF6600;
}
a{
	color:#484848;
	text-decoration: none;
}
a:visited{
	color:#484848;
	text-decoration: none;
}
a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.style3 {font-size: 12px}
.style5 {font-size: 12px; color: #FFFFFF; }
.style6 {color: #FFFFFF}
