@charset "UTF-8";
.style1 {font-weight: bold}
.style2 {color: #FFFFFF}
.style5 {color: #C1F0B2}
.style6 {color: #000033}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(kb_images/dreamstime_tint_1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000033;
}
.blue_background {
	background-color: #000033;
}
h1 {
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #C1F0B2;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	margin-right: 30px;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.follow_text {
	font-size: 10px;
	color: #FFFFFF;
}
h2 {
	font-size: 9px;
	margin-left: 20px;
}
a.more_info:link {
	color: #000033;
}

a.more_info:visited {
	color: #000033;
}

a.more_info:hover {
	background-color: #00CC00;
	color: #FFFFFF;
}

a.more_info:active {
	color: #000033;
}
a.copyright:link {
	color: #000033;
}

a.copyright:visited {
	color: #000033;
}

a.copyright:hover {
	color: #00CC00;
	text-decoration: underline;
}

a.copyright:active {
	color: #000033;
}
a:copyright:active {
	color: #FFFFFF;
	text-decoration: none;
}
.grey {
	color: #999999;
}
.green {
	color: #C1F0B2;
}
.bold_blue {
	font-weight: bold;
	color: #000033;
}
.image_border {
	border: 3px solid #FFFFFF;
}
.white_bold {
	font-weight: bold;
	color: #FFFFFF;
}
