@charset "utf-8";


/* CSS Document */
.dk_blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006;
	font-weight: bolder;
}
.dk_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
}
.dk_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.dk_blue_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}


a:link {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #000;
}

.white_border_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.black_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bolder;
}
.black_border {
	border: medium solid #000;
}
.italics {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #066;
	font-style: italic;
}
.bkgd_lt_blue {
	background-image: url(assets/lt_blue_texture.GIF);
}
.STARLINK {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-decoration: underline;
	text-align: center;
}
star_link_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #03C;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.iframe_rules {
	height: 1500px;
	width: 200px;

}

