﻿a#stock_express, .stdDownLink, .expDownLink
{
	width: 500px;
	height: 75px;
	color: #fff;
	line-height: normal;
	text-align: center;
	padding-top: 10px;
	font-family: "Segoe UI Light", Segoe UI, Tahoma Light, Arial Light, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	display: block;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: rgb(79, 133, 158);
	top: 0px;
	left: 0px;
	text-decoration: none;
}

a#stock_express:hover, .stdDownLink:hover, .expDownLink:hover
{
	color: #fff;
	text-decoration: none;
	background-color: rgb(110, 162, 186);
}

.stdDownLink {
	background-color:  rgb(156, 157, 160);
	width: 440px;
	font-size: 20px;
}

.stdDownLink:hover
{
	background-color:  rgb(170, 170, 170);
}

.stockExpress, .stockStandard
{
	top: 7px;
	color: #fff;
	line-height: normal;
	font-family: "Segoe UI Light", Segoe UI, Tahoma Light, Arial Light, Helvetica Light, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	position: relative;
	font-size-adjust: none;
	font-stretch: normal;
}

.stockStandard
{
	top: 15px;
	font-size: 20px;
}

.stdSvrDownLink {
	background-color: rgb(131, 183, 148);
	width: 440px;
	font-size: 20px;
}

.stdBetaDownLink {
	background-color: rgb(230, 126, 34);
	width: 440px;
	font-size: 20px;
}

.stdSvrBetaDownLink {
	background-color: rgb(183, 131, 183);
	width: 440px;
	font-size: 20px;
}

