.title {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16px;
	color : #FFFFFF;
	margin-bottom:4px;
}

.subTitle {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	font-style : italic;
	color : #FFFFFF;
}



.text {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	margin-bottom : 6px;
	line-height : 20px;
}

.text A:VISITED {
	color : #FFFFFF;
}

.text A:LINK {
	color : #FFFFFF;
}

.text A:hover {
	color : #FAA61A;
	text-decoration : underline;
}

.textblack {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : #661A00;
	text-align: justify;
	margin-bottom : 0px;
	line-height : 13px;
}

.textblack A:VISITED {
	color : #661A00;
	font-weight: bold;
}

.textblack A:LINK {
	color : #661A00;
	font-weight: bold;
}

.textblack A:hover {
	color : #661A00;
	text-decoration : underline;
}

.textblackSmall {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : #661A00;
	text-align: justify;
	margin-bottom : 0px;
	line-height : 13px;
}

.textblackSmall A:VISITED {
	color : #661A00;
}

.textblackSmall A:LINK {
	color : #661A00;
}

.textblackSmall A:hover {
	color : #661A00;
	text-decoration : underline;
}



.textblackNoJ {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : #661A00;
	margin-bottom : 0px;
	line-height : 13px;
}

.textblackNoJ A:VISITED {
	color : #661A00;
	font-weight: bold;
}

.textblackNoJ A:LINK {
	color : #661A00;
	font-weight: bold;
}

.textblackNoJ A:hover {
	color : #661A00;
	text-decoration : underline;
}






/* used for packaging section of product detail template*/
.lineText {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	line-height : 16px;
}

.lineText A:VISITED {
	color : #FAA61A;
}

.lineText A:LINK {
	color : #FAA61A;
}

.lineText A:HOVER {
	color : #FAA61A;
	text-decoration : underline;
}

.greyHeaderBar {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	color: #ffffff;
	font-weight: bold;
}

.smallText {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9px;
	color : #666666;
	margin-bottom : 6px;
	line-height: 13px;
}

.smallText A:VISITED {
	color : #FAA61A;
}

.smallText A:LINK {
	color : #FAA61A;
}

.smallText A:hover {
	color : #FAA61A;
	text-decoration : underline;
}

/* this is for the bullets in the text */
LI {
	margin-left : 15px;
	padding-left : 15px;
	list-style : square outside;
}

.footer {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : #999999;
	margin-bottom : 6px;
	line-height : 20px;
}

.footer A:VISITED {
	color: #999999;
}

.footer A:LINK {
	color: #999999;
}

.footer A:ACTIVE {
	color: #999999;
}

.footer A:hover {
	color : #FAA61A;
	text-decoration : underline;
}

/* nav styles */
TD.navOne {
	background-image : url(images/01.gif);
}

DIV.navOne {
	cursor : pointer;
	height: 22px;
}

.navOne, .navOneActive {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration: none;
	line-height : 20px;
}
/*
.navOne A:VISITED {
	color : #333333;
}

.navOne A:LINK {
	color : #333333;
}

.navOne A:ACTIVE {
	color : #333333
}

.navOne A:hover {
	color : #ff9900;
}
*/
TD.navOneActive {
	background-image : url(images/02.gif);
	
}

TD.navTwo {
	background-color : #CC6733;
	border : 1px solid #ffffff;
}

TD.navTwoActive {
	background-color : #89431F;
	border : 1px solid #ffffff;
}

DIV.navTwo {
	width: 148px;
	padding-top: 3px;
	height: 20px;
	cursor : pointer;
}
.navTwo {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color : #ffffff;
	text-decoration: none;
}

.navTwo A:hover {
	background-color : #89431F;
}
	
.navThree {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color : #B4592E;
	text-decoration: none;
	padding-top : 1px;
	padding-bottom :3px;
}

.navThree A:link {
	color : #B4592E;
}

.navThree A:visited{
	color : #B4592E;
}

.navThree A:hover {
	color : #000000;
}

.navThreeActive {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	text-decoration: none;
	padding-top : 1px;
	padding-bottom :3px;
	font-weight : bold;
}

.navThreeActive A:link {
	color : #000000;
}

.navThreeActive A:visited{
	color : #000000;
}

.navThreeActive A:hover {
	color : #000000;
}

/* language links */
.navLan {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size :9px;
	color: #8A8A8A;
	font-weight : normal;
} 

.navLan A:hover {
	color : #FAA61A;
} 

.navFooter {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #B75E78;
	text-decoration: none;
}

.navFooter A:VISITED {
	color : #B75E78;
}

.navFooter A:LINK {
	color : #B75E78;
}

.navFooter A:ACTIVE {
	color : #BB0362;
}

.navFooter A:hover {
	color : #BB0362;
	text-decoration: underline;
}

.navLine {
	color : #333333;
	font-weight : normal;
	margin-left : 4px;
	margin-right : 4px;
}

/* site map styles */

.menu0 {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #A80959;
	text-decoration: none;
}

.menu0 A:HOVER {
	color : #BB0362;
}

.menu1 {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : #61103B;
	text-decoration: none;
}

.menu1 A:HOVER {
	color : #BB0362;
}

.menu2 {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color : #61103B;
	text-decoration: none;
}

.menu2 A:HOVER {
	color : #BB0362;
}



.formLabel {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
}

INPUT,TEXTAREA
{
	font-size : 12px;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
}


.submitButton {
	color : #0d3c00;
	font-weight : normal;
	background-color : #E4F0FC;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	border-color : #B9B9B9;
	border-width : 1px;
	line-height : 16px;
	border-style : ridge;
	width: 11px;
	height: 17px;
}

/* --- SITEMAP template --- >>> */
/* --- level 0 --- */
.siteMap0 {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color : #003B7E;
	font-weight : bold;
	text-decoration: none;
}

.siteMap0  A:visited {
	color : #003B7E;
}

.siteMap0  A:hover {
	color : #ED4741;	
	text-decoration: underline;
} 

.siteMap0  A:active {
	color : #003B7E;
}

.siteMap0  A:link {
	color : #003B7E;
}

/* --- level 1 --- */
.siteMap1 {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color : #003B7E;
	font-weight : bold;
	text-decoration: none;
}

.siteMap1  A:visited {
	color : #003B7E;
}

.siteMap1  A:hover {
	color : #ED4741;	
	text-decoration: underline;
} 

.siteMap1  A:active {
	color : #003B7E;
}

.siteMap1  A:link {
	color : #003B7E;
}

/* --- level 2 --- */
.siteMap2 {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color : #003B7E;
	font-weight : normal;
	text-decoration: none;
}

.siteMap2  A:visited {
	color : #003B7E;
}

.siteMap2  A:hover {
	color : #ED4741;	
	text-decoration: underline;
} 

.siteMap2  A:active {
	color : #003B7E;
}

.siteMap2  A:link {
	color : #003B7E;
}

/* -- lightSubtitle / jumplink  -- personnel template */

.lightSubtitle {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #667D9F;
	font-weight: normal;
}

.lightSubtitle A:VISITED {
	color : #667D9F;
}

.lightSubtitle A:LINK {
	color : #667D9F;
}

.lightSubtitle A:ACTIVE {
	color : #667D9F;
}

.lightSubtitle A:hover {
	color : #ED4741;
}

.jumpLink {
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #C21017;
	font-weight: bold;
}

.jumpLink A:VISITED {
	color : #C21017;
}

.jumpLink A:LINK {
	color : #C21017;
}

.jumpLink A:ACTIVE {
	color : #C21017;
}

.jumpLink A:hover {
	color : #ED4741;
}

A:link, A:visited, A:active {
	text-decoration : none;
}

.button {
	color : #7B342C;
	font-weight : bold;
	background-color : #BEB4A5;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	border-color : #FFFFFF;
	border-width : 1px;
	line-height : 12px;
	border-style : ridge;
}

/*
.subtitle A:VISITED {
	color : #003B7E;
}

.subtitle A:LINK {
	color : #003B7E;
}

.subtitle A:ACTIVE {
	color : #003B7E;
}

.subtitle A:hover {
	color : #ED4741;
}

.rightSubTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #B75E78;
	margin-bottom : 5px;
}
*/

	