@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 {
	margin-top: 0px;
}

a:link {
	color: #26515B;
}

a:visited {
	color: #26515B;
}

a:hover {
	color: #DDAB00;
}

a:active {
	color: #26515B;
}

.style1 {
  color: #026288;
}

strong {
  font-weight: normal;
}
