@charset "UTF-8";
body {
	background-image: url(../images/whiteBG2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;

}
.blueHome {
	margin-top: 100px;
}
.blueHomeNav {
	margin-left: 50px;
}
.blueHomeNavItems {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #02A845;
}
.blueHomeNavItems a:link{
	color: #000000;
	text-decoration: none;
}
.blueHomeNavItems a:visited{
	color: #000000;
	text-decoration: none;
}
.blueHomeNavItems a:active{
	color: #000000;
	text-decoration: none;
}
.blueHomeNavItems a:hover{
	color: #02A845;
	text-decoration: none;
}
.blueHomeBODY {
	width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.blueHomeBODY a:link{
	color: #02A845;
	text-decoration: none;
}
.blueHomeBODY a:visited{
	color: #02A845;
	text-decoration: none;
}
.blueHomeBODY a:active{
text-decoration: none;
	color: #02A845;
}
.blueHomeBODY a:hover{
	color: #02A845;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
