/* link code... */

a:link {
text-decoration: none;
color:#336699;
}
a:visited {
text-decoration: none;
color:#336699;
}
a:hover {
text-decoration: none;
color: #cc6600;
}
a:active {
text-decoration: none;
color:#336699;
}


img {
border:0px;
}

a.goBack {
        display: block;
        width:11px;
        height:11px;
        margin-left:10px;
        background:  url("http://www.madelinesalocks.com/HomePgImages/left12.png")  no-repeat;
}
a.goBack:hover {
        background:  url("http://www.madelinesalocks.com/HomePgImages/left13.png") no-repeat;
}

a.goBack_sameline {
        width:150px;
        height:11px;
        margin-left:10px;
		padding-left:15px;
		line-height:12px;
        background: url("http://www.madelinesalocks.com/HomePgImages/left12.png")  no-repeat;
		background-position:bottom left;
		display:inline-block;
}
a.goBack_sameline:hover {
        background:  url("http://www.madelinesalocks.com/HomePgImages/left13.png") no-repeat;
}


/* Text classes ... */
.blackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.blueText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3366ff;
}
.orangeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #d87811;
}
.greenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #1aa50c;
}
.grayText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #aaaaaa;
}
.darkergrayText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.yellowText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #d6ae24;
}

