.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16px;
	color : #cc6633;
	margin-bottom:4px;
}

.subTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #cc6633;
}

.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	margin-bottom : 6px;
	line-height : 15px;
}

.text A:VISITED {
	color : #cc0066;
}

.text A:LINK {
	color : #cc6633;
}

.text A:hover {
	color : #cc6633;
	text-decoration : underline;
}

/* used for packaging section of product detail template*/
.lineText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	line-height : 16px;
}

.lineText A:VISITED {
	color : #cc6633;
}

.lineText A:LINK {
	color : #cc6633;
}

.lineText A:HOVER {
	color : #cc6633;
	text-decoration : underline;
}

.greyHeaderBar {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #ffffff;
	font-weight: bold;
}

.smallText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #666666;
	margin-bottom : 6px;
	line-height: 13px;
}

.smallText A:VISITED {
	color : #cc6633;
}

.smallText A:LINK {
	color : #cc6633;
}

.smallText A:hover {
	color : #cc6633;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}

.footer A:VISITED {
	color: #888888;
}

.footer A:LINK {
	color: #888888;
}

.footer A:ACTIVE {
	color: #888888;
}

.footer A:hover {
	color : #D6DBE0;	
}

/* nav styles */
TD.navOne {
	background-image : url(images/01.gif);
}

DIV.navOne {
	cursor : pointer;
	height: 22px;
}

.navOne, .navOneActive {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : #666666;
	text-decoration: none;
}
/*
.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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #ffffff;
	text-decoration: none;
}

.navTwo A:hover {
	background-color : #89431F;
}
	
.navThree {
	font-family: Verdana, Geneva, Arial, 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: Verdana, Geneva, Arial, 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :9px;
	color: #8A8A8A;
	font-weight : normal;
} 

.navLan A:hover {
	color : #CC6633;
} 

.navFooter {
	font-family: Verdana, Geneva, Arial, 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 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #A80959;
	text-decoration: none;
}

.menu0 A:HOVER {
	color : #BB0362;
}

.menu1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : #61103B;
	text-decoration: none;
}

.menu1 A:HOVER {
	color : #BB0362;
}

.menu2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #61103B;
	text-decoration: none;
}

.menu2 A:HOVER {
	color : #BB0362;
}



.formLabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
}

INPUT,TEXTAREA,OPTION,SELECT
{
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

.input{
	border : 1px solid #aaaaaa;
	width: 200px;
	height: 22px;
}

.submitButton {
	color : #0d3c00;
	font-weight : normal;
	background-color : #E4F0FC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-color : #B9B9B9;
	border-width : 1px;
	line-height : 16px;
	border-style : ridge;
}

/* --- SITEMAP template --- >>> */
/* --- level 0 --- */
.siteMap0 {
	font-family: Verdana, Geneva, Arial, 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: Verdana, Geneva, Arial, 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: Verdana, Geneva, Arial, 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 : 12px Verdana, Geneva, Arial, 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 : 11px Verdana, Geneva, Arial, 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;
}

/*
.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;
}
*/
.indirizzo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #999999;
}
.menulinkselect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2665ae;
	font-weight: bold;
}
.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.menulink:hover {
	color: #2665ae;
}

.menulink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2665ae;
	font-weight: bold;
}
.menulink2:hover {
	color: #333333;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #0066FF;
}
.bigtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #2665ae;
}
.medtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #2665ae;
}

.texta {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	margin-bottom : 6px;
	line-height : 20px;
}
.texta A:VISITED {
	color : #cc0066;
}
.texta A:LINK {
	color : #0066FF;
}
.texta A:hover {
	color : #cc6633;
	text-decoration : underline;
}

.user {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	margin-bottom : 6px;
	line-height : 20px;
}
.user:LINK{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	margin-bottom : 6px;
	line-height : 20px;
}	
.user:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0066ff;
	margin-bottom : 6px;
	line-height : 20px;
}


.textb {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #0066FF;
	margin-bottom : 6px;
	line-height : 15px;
}
.textb A:VISITED {
	color : #0066FF;
}
.textb A:LINK {
	color : #0066FF;
}
.textb A:hover {
	color : #0066FF;
	text-decoration : underline;
}


A:link, A:visited, A:active {
	text-decoration : none;
}


.userc {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0066ff;
	margin-bottom : 6px;
	line-height : 20px;
}
.userc:LINK{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0066ff;
	margin-bottom : 6px;
	line-height : 20px;
}	
.userc:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #002299;
	margin-bottom : 6px;
	line-height : 20px;
}

