/* CSS for World Class Selling */

.header {
	font-size: 14px;
	font-weight: bold;
}

.sidegrad {
	background-image: url(images/sideblue.gif);
	background-repeat: no-repeat;
	background-color: #00759F;
}

.leftdivider {
	background-image: url(images/vertdivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.navigation {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.navigation a:link {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

.navigation a:active {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

.navigation a:visited {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
.navigation a:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #0cb8f6;
	text-decoration:none;
}
.navheader {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-style:oblique
	color: #FFFFFF;
}
.footertext {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
}
.maintext {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

a:link {
	color: #065A75;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #065A75;
}
a:hover {
	text-decoration: none;
	color: #0CB8F6;
}
a:active {
	text-decoration: none;
	color: #065A75;

}
.watermark {
	background-image: url(images/watermark.png);
	background-repeat:no-repeat;
	background-position: center center;
}
