
/************top right links  styles **************/

a.topright:link, a.topright:active, a.topright:visited  {
    font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.topright:hover {
	color: #FFFF00;
}

/************ sectionLinks styles **************/



#sectionLinks a:link, #sectionLinks a:visited {
 border-bottom: solid 1px #cccccc;
 border-left: solid 1px #cccccc;
 border-right: solid 1px #cccccc;
 display: block;
 background-color:  #dffde6;
 font-family:  Arial, sans-serif;
 font-weight: bold;
 color:#e6078a;
 font-size: 12px;
 padding: 3px;
 text-decoration: none;
 }

#sectionLinks a:hover{
  background-color:#bde4fb   ;
 color:#000000;
}

/************ title left Links styles **************/


#titlegreen a:link, #titlegreen a:visited {
	display: block;
	height:21px;
	font-family:  Arial, sans-serif;
	background-image: url(graphics/green_cell-s.gif);
	font-weight: bold;
	color:#FFFFFF;
	font-size: 14px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 5px;
	 }

#titlegreen a:hover{
	background-image: url(graphics/pink_cell-s.gif);
}

#titleblue a:link, #titleblue a:visited {
	display: block;
	height:21px;
	font-family:  Arial, sans-serif;
	background-image: url(graphics/blue_cell-s.gif);
	font-weight: bold;
	color:#FFFFFF;
	font-size: 14px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	 }

#titleblue a:hover{
	background-image: url(graphics/pink_cell-s.gif);
}

/************ customer service Links styles **************/

a.service:link, a.service:visited  {
    display:block;
    font-family: arial, helvetica, sans-serif;
	color:#1E6A97;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}

a.service:hover {
	color: #e6078a;
	}

/************ bottom Links styles **************/

a.bottom:link, a.bottom:active, a.bottom:visited  {
    font-family: arial, helvetica, sans-serif;
	color:#1E6A97;
	font-size: 10px;
	text-decoration: underline;
	padding-top: 20px;
}

a.bottom:hover {
	color: #e6078a;
}
