body {
	background-image: url(/images/background.gif);
	background-color: #62A747;
	background-repeat: repeat-x;
	margin: 0px;
}

.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E43532;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bodycopy1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16px;
	color: #003300;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 30px;
}

.bold_red {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #CD0F0C;
}

.small_bold_green {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}
a.small_bold_green:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}
a.small_bold_green:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}
a.small_bold_green:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a.small_bold_green:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}

.small_bold_white {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
a.small_bold_white:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
a.small_bold_white:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
a.small_bold_white:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.small_bold_white:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.bold_orange {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.bold_green {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CC0E0B;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 3px;
	margin-right: 30px;
}

.popup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	width: 950px;
	height: 600px;
	z-index: 2;
	display: none;
	text-align: center;
	background-image: url(../images/cory.gif) !important;
	background-image: none;
}

.innerpopup {
	position:fixed;
	top: 20%;
	left: 20%;
	padding: 5px;
	z-index: 2;
	margin: 0 auto !important;
	margin-left: 40%;
	margin-top: 40%;
	width: 500px;
	height: 375px;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
	background-image: url(../images/video_background.gif) !important;
	background-color: #efefef;
	color: #000000;
	text-align: center;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}