/**NAVIGATION**/

.navigation:link, .navigation:visited {
	font-family: "Stylus BT", Candara, Verdana, "Arial Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 240px;
	text-decoration: none;
	background-color: #0099cc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: none;
	height: 30px;
	vertical-align: middle;
	background-position: center center;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}

.navigation:hover {
	font-family: "Stylus BT", Candara, Verdana, "Arial Narrow";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 240px;
	background-color: #FF0033;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 30px;
}

.current:link, .current:visited {
	font-family: "Stylus BT", Candara, Verdana, "Arial Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #99CCFF;
	display: block;
	width: 240px;
	text-decoration: none;
	background-color: #0099cc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: none;
	height: 30px;
}

.current:hover {
	font-family: "Stylus BT", Candara, Verdana, "Arial Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #99ccff;
	display: block;
	width: 240px;
	background-color: #0099cc;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 30px;
}

/**BUY**/

.buy{
	font-family: "Stylus BT", Candara, Verdana, "Arial Narrow";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0033;
	display: block;
	padding: 8px;
	width: 180px;
}


.buy:hover{
	font-family: "Stylus BT", Candara, Verdana, "Arial Narrow";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D9002C;
	display: block;
	padding: 8px;
	width: 180px;
}

/**INFO**/

.info:link, .info:visited {
	
	font-family: Candara;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
}

.info:hover {
	 font-family: Candara;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #0099cc;
	
}

/**copyright**/

.policies:link, .policies:visited {
	
	font-family: Verdana, Candara, "Arial Narrow";
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
}
.policies:visited {
	
	font-family: Verdana, Candara, "Arial Narrow";
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	color: #990000;
}

.policies:hover {
	 font-family: Verdana, Candara, "Arial Narrow";
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #999999;
	
}

/**FAQs**/

