<!--

DIV, BODY, TD {
	font-family: Georgia;
	font-size:10pt;
}

.bg {
	background-image: url('../images/skybg.gif');
	background-repeat: repeat-x;
}

.sidebg {
	background-image: url('../images/sideskybg.gif');
	background-repeat: repeat-x;
}


/*	List of button classes	*/
/*---On States-------------------------*/

.bt1ON {
	font-family: Georgia;
	font-size:10pt;
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: #D2E7F7;
	border-right: 6px solid #F38311;
	color: #000000;
}

div.bt2ON {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: #DDEEFB;
	border-right: 6px solid #F38311;
	color: #000000;
}

div.bt3ON {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: #E7F4FF;
	border-right: 6px solid #F38311;
	color: #000000;
}

div.bt4ON {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: #EFF8FF;
	border-right: 6px solid #F38311;
	color: #000000;
}

div.bt5ON {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: #F7FCFF;
	border-right: 6px solid #F38311;
	color: #000000;
}

div.bt6ON {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: #FFFFFF;
	border-right: 6px solid #F38311;
	color: #000000;
}

/*---Off States-------------------------*/

div.menuhead {
	position: relative;
	text-align: left;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	color: #1D2328;
	
}

div.bt1 {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	border-right: 6px solid #AFBFC5;
	color: #1D2328;
	
}

div.bt2 {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	border-right: 6px solid #C0C9CC;
	color: #1D2328;
}

div.bt3 {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	border-right: 6px solid #D3D4D1;
	color: #1D2328;
}

div.bt4 {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	border-right: 6px solid #E1DBD2;
	color: #1D2328;
}

div.bt5 {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	border-right: 6px solid #EFE3D2;
	color: #1D2328;
}

div.bt6 {
	position: relative;
	text-align: right;
	padding: 4px 10px 3px 3px;
	background-color: transparent;
	border-right: 6px solid #F9E7D2;
	color: #1D2328;
}

/*---Button Text/Hyperlinks-------------*/

a.bt	{ font-size:12; font-family:Georgia, Times New Roman, Serif; }

a.bt:link, a.bt:visited, a.bt:active {
	color: #1D2328;
	text-decoration: none;
}

a.bt:hover, a.bt:visited:hover {
	color: #000000;
	text-decoration: none;
}



/*---Product Text-----------------------*/

span.productTitle {
	font-weight: bold;
	color: #1D2328;
}
.producttitle {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #1D2328;
}
.title {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #1D2328;
}
.subtitle {
	font-size: 11pt;
	font-weight: bold;
	color: #1D2328;
}

span.productDesc {
	font-size: 8pt;
	font-weight: normal;
	color: #1D2328;
}

span.productPrice {
	font-weight: bold;
	color: #F38311;
}

.green {
	color: #295C35
}

.biggreen {
	font-size: 14pt;
	font-weight: bold;
	color: #295C35
}

.biggreen2 {
	font-size: 16pt;
	font-weight: bold;
	color: #295C35
}

.black {
	color: #000000
}

.black2 {
	color: #000000;
	line-height: 20pt;
}

.bigblack {
	font-size: 14pt;
	font-weight: bold;
	color: #000000
}

.bigblack2 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000
}

*.green A:link {
	color: #295C35
}
*.green A:visited {
	color: #295C35
}
*.green A:active {
	color: #295C35
}
*.green A:hover {
	color: #295C35
}

-->

