html, body {
	margin: 0;
	font-family: Arial, sans-serif, Verdana;
}
form {
	margin: 0;
	display: inline;
}

/*
 * Text sizes & Colors
 */
h2 {
	font-size: 17px;
	color: #00C7EF;
	margin-bottom: 1px;
	margin-top: 1px;
}

h1 {
	margin: 0px;
	font-size: 22px;
	color: #00C7EF;
}
.Small {
	font-size: 11px;
	line-height: normal;
}
.Medium {
	font-size: 12px;
}
.MediumLarge {
	font-size: 15px;	
}
.Large {
	font-size: 14pt;
}
.Large2 {
	font-size: 15pt;
}
.Huge {
	font-size: 16pt;
	line-height: normal;
}
.Bold {
	font-weight: bold;
}
.White {
	color: #ffffff;
}
.Black {
	color: #000000;
}
.LightOrange {
	color: #ffc600;
}
.Orange {
	color: #f55407
}
.DarkOrange {
	color: #744400;
}
.Blue {
	color: #00c7ef;
}
.DarkBlue {
	color: #002d71;
}
.Green {
	color: #66c400;
}
.DarkGreen {
	color: #263e00;
}
.Purple {
	color: #f400b7;
}
.Red {
	color: #ff0000;
}
.BgLightGreen {
	background-color: #e7ffcd;
}
.BgPurple {
	background-color: #f400b7;
}
.BgDarkBlue {
	background-color: #1a3c75;
}
.BgGreen {
	background-color: #66c400;
}
.BgBlue {
	background-color: #00c7ef;
}
.BgLightOrange2 {
	background-color: #ffc600;
}
.BgRed {
	background-color: #ff0000;
}
.NoDecoration {
	text-decoration: none;
}
.Pointer {
	
}

/*
 * Elements
 */
.Container {
	width: 1005px;
	margin: auto;
	text-align: left;
}
.TopContainer {
	height: 117px;
	background-image: url(../img/top.logobg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.TopButtonPurple {
	width: 184px;
	height: 36px;
	background-image: url(../img/btn.top.purple.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	cursor: pointer;
}
.TopButtonPadding {
	text-align: center;
	padding-top: 9px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.OrangeHeader {
	background-image: url(../img/bg.topleft.orange.gif);
	background-repeat: no-repeat;
	background-color: #fd7720;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.OrangeOption {
	background-color: #fd7720;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 60px;
}
.BgLightOrange {
	background-color: #fff2e0;
}
.OrangePadding {
	padding: 0px 20px;
}
.SpeedTestLeft {
	margin-top: 1px;
	background-image: url(../img/bg.speedtest.left.gif);
	background-repeat: no-repeat;
	width: 392px;
	height: 44px;
	float: left;
}
.SpeedTestRight .emptyRight{
	margin-top: 1px;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	
	height: 44px;
	float: right;
}

.emptyRight{
 background:url(../img/right.png);
 height:44px;

}
.Padding {
	padding: 12px 10px;
}
.Row1 {
	background-color: #ecf9fe;
}
.Row2 {
	background-color: #f5fbfe;
}
.ProviderLogo {
	border: 1px solid #a1e1fc;
	background-color: #ffffff;
	padding: 10px;
	margin-left: 10px;
}
.BgBox {
	overflow: hidden;
	height: 80px;
}
.BoxPadding {
	padding-top: 28px;
}
.ButtonBestel {
	width: 65px;
	height: 35px;
	background-image: url(../img/btn.bestel.both.gif);
	background-position: top left;
	overflow: hidden;
	cursor: pointer;
}
.ButtonBestel:hover {
	width: 65px;
	height: 35px;
	background-image: url(../img/btn.bestel.both.gif);
	background-position: bottom left;
	overflow: hidden;
	cursor: pointer;
}
a, a:hover, a:active
{
	color: #f55407;
	font-weight: bold;
}

.NoLine{
	text-decoration : none;
	outline : none;
}

a.NoLine:hover{
	color : #002D71;
}

