body {
	background-color: #000000;
	color: #E0FFFF;
}
	
a.button, a.buttonActive {
	display: block;
	background-color: transparent;
	background-image: url(buttons/button1.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 40px;
	margin: 5px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	padding: 0 0 0 0;
}

a.button:link, a.button:visited {
	color: #000033;
}

a.button:hover, a.button:active {
	background-position: -150px 0px;
}

a.buttonActive:link, a.buttonActive:visited, a.buttonActive:hover, a.buttonActive:active {
	background-position: -150px 0px;
	cursor: default;
	color: #000033;
}

td.main {
	border: 1px solid #7FA0BF;
}

table.main {
	border: 1px solid #7FA0BF;
}

td.banner {
	border: 1px solid #7FA0BF;
	background-color: #000033;
}

td.foot {
	color: White;
	background-color: #000033;
}

td.quip {
	color: Yellow;
}

h1 {
	font-size: 18pt;
	color: Lime;
	display: block;
	text-align: center;
	padding: 20px 20px 20px;
}

h2 {
	font-size: 18pt;
	color: #00FCFF;
	text-align: left;
	text-indent: 10px;
}

h2.c {
		text-align: center;
}

div.body {
	display: block;
	font: normal normal 100 13pt/normal "Times New Roman", serif;
}
	
div.section, div.section2 {
	display: block;
	font: normal normal 100 13pt/normal "Times New Roman", serif;
	background-color: Navy;
	padding: 1px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

div.section h1, div.section2 h1 {
	display: block;
	background-color: #00014C;
}

div.section h2, div.section2 h2 {
	margin: 15px 10px 1px 10px;
}
	
table.home td {
	font-size: 14pt;
	padding: 10px 0 10px 20px;
	vertical-align: middle;
	height: auto;
}

div.InfoBox {
	background-color: #00008B;
	border: 1px solid #7F7FFF;
	color: #7FFFD4;
	display: block;
	padding: 5px 5px 5px;
	}

div.InfoBox h2 {
	display: block;
	color: Yellow;
	font-size: 16pt;
	margin: 0 0 0 0;
	}

div.InfoBox li {
	list-style-type: circle;
}

br.no {
	display: none;
}

table.rates td, table.rates {
	border: 1px solid #1E90FF;
}

div.rewards table {
	margin: auto
	}

div.rewards h2 {
	text-align: center;
	text-indent: 0px;
}

div.rewards th {
	background-color: #00014C;
	border: 1px solid Navy;
	padding-bottom: 20px;
}

div.rewards table, div.rewards td {
	border: 1px solid #1E90FF;
	font-size: 16pt;
}

img {
	border: 0 none;
}

img.picture {
	float: right;
}

table.contact {
	margin-left: auto;
	margin-right: auto;
	background-color: #000159;
	font-size: 20px;
	border: 1px solid Blue;
}

table.contact td {
	border: 1px solid Blue;
}


.download-button-windows, .download-button-mac {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent: 54px;
	width: 410px;
	height: 40px;
	text-align: middle;
	font-size: 30px;
}
.download-button-windows {
	background: url(/support/download-windows.png) no-repeat;
}
.download-button-mac {
	background: url(/support/download-mac.png) no-repeat;
}

a.button-TV:hover, a.button-TV:visited, a.button-TV:active , a.button-TV:link {
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.TVL:hover, a.TVL:visited, a.TVL:active , a.TVL:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: inherit;
}

div.section a, div.section a:visited {
	color: #87CEFA;
}

div.section a:hover {
	color: Yellow;
}

div.portfolio table, div.portfolio td, div.portfolio th {
	border: 1px solid #1E90FF;
	font-size: 16pt;
}

div.portfolio td.Left {
	border-left: 2px solid #1E90FF;
	border-top: 2px solid #1E90FF;
	border-bottom: 2px solid #1E90FF;
}

div.portfolio td.TMid {
	border-top: 2px solid #1E90FF;
	white-space:nowrap;
}

div.portfolio td.TRight, div.portfolio th.TRight {
	border-top: 2px solid #1E90FF;
	border-right: 2px solid #1E90FF;
}

div.portfolio td.BMid {
	border-bottom: 2px solid #1E90FF;
}

div.portfolio td.BRight {
	border-right: 2px solid #1E90FF;
	border-bottom: 2px solid #1E90FF;
}

div.portfolio td.Right {
	border-right: 2px solid #1E90FF;
}



@media only screen and (max-device-width: 480px) {

a.button, a.buttonActive {
	display: block;
	background-color: transparent;
	background-image: url(buttons/button1.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 60px;
	margin: 5px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	padding: 0 0 0 0;
}

a.button:link, a.button:visited {
	color: #000033;
}

a.button:hover, a.button:active {
	background-position: -150px 0px;
}

a.buttonActive:link, a.buttonActive:visited, a.buttonActive:hover, a.buttonActive:active {
	background-position: -150px 0px;
	cursor: default;
	color: #000033;
}

table.home td {
	font-size: 16pt;
	padding: 10px 0 10px 20px;
	vertical-align: middle;
	height: auto;
}


}