/*
	Button Gen CSS
*/

.style1 {
	width: 147px;
	cursor: pointer;
}

.style1 .top {
	width: 147px;
	height: 4px;
	background-image:url(../images/buttons/grey_top.gif);
}
.style1 .bottom {
	width: 147px;
	height: 7px;
	background-image:url(../images/buttons/grey_bottom.gif);
}
.style1 .mid {
	width: 127px;
	padding: 0 10px 0 10px;
	background-image:url(../images/buttons/grey_mid.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
	font-size: 12px;
}

.style1 .mid A:LINK {
	cursor: pointer;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
}

.style1 .mid A:VISITED {
	cursor: pointer;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
}

.style1 .mid A:HOVER {
	cursor: pointer;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
}

.style2 {
	width: 147px;
	cursor: pointer;
}
.style2 .top {
	width: 147px;
	height: 4px;
	background-image:url(/images/buttons/blue_top.gif);
}
.style2 .bottom {
	width: 147px;
	height: 7px;
	background-image:url(/images/buttons/blue_bottom.gif);
}
.style2 .mid {
	width: 127px;
	padding: 0 10px 0 10px;
	background-image:url(/images/buttons/blue_mid.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}


.style3 {
	width: 147px;
	cursor: pointer;
}
.style3 .top {
	width: 147px;
	height: 4px;
	background-image:url(/images/buttons/yellow_top.gif);
}
.style3 .bottom {
	width: 147px;
	height: 7px;
	background-image:url(/images/buttons/yellow_bottom.gif);
}
.style3 .mid {
	width: 127px;
	padding: 0 10px 0 10px;
	background-image:url(/images/buttons/yellow_mid.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
	font-size: 12px;
}


.style4 {
	width: 147px;
	cursor: pointer;
}
.style4 .top {
	width: 147px;
	height: 4px;
	background-image:url(/images/buttons/green_top.gif);
}
.style4 .bottom {
	width: 147px;
	height: 7px;
	background-image:url(/images/buttons/green_bottom.gif);
}
.style4 .mid {
	width: 127px;
	padding: 0 10px 0 10px;
	background-image:url(/images/buttons/green_mid.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
	font-size: 12px;
}

/*
	Banner Gen CSS
*/
.banner {
	width: 505px;
	height: 105px;
	/*border: 1px solid #0b2c6f;*/
}

.bannerText {
	z-index:1;
	position: absolute;
	float: left;
	width: 180px;
	height: 80px;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.bannerImage {
	z-index:0;
	position: absolute;
	float: left;
	width: 505px;
	height: 105px;
}

#textLine1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #0b2c6f;
}

#textLine2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;	
	color: #ff6600;
}
