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

.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 430px;
	width: 1015px;
}
.footer {
	height: 200px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: center;
}


.Sample_links A:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}

.Sample_links A:visited {
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}

.Sample_links A:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #740b0b;
	font-weight: bolder;
}

.Sample_links A:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	color: #c10f0f;
	font-weight: bolder;
}
.web_links A:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	color: #666666;
	font-weight: bolder;
}

.web_links A:visited {
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	color: #666666;
	font-weight: bolder;
}

.web_links A:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	font-weight: bolder;
}

.web_links A:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
}

body {

	background-color: #11162B;

}

a:link {

	color: #FFFFFF;

}

a:visited {

	color: #CCCCCC;

}

a:hover {

	color: #FF9900;

}

a:active {

	color: #FFFFFF;

}

strong {
  font-weight: normal;
}

h1 {
  font-size: 17px;
  color: #14143F;
  font-family: Arial, Helvetica, sans-serif;
}
