body {font-family: Verdana, Arial, Helvetica, sans-serif}
a:link {color: #61A1E6;	text-decoration: none;}
a:visited {text-decoration: none; color: #61A1E6;}
a:hover {text-decoration: underline; color: #660066;}
a:active {color: #61A1E6; text-decoration: none;}
a img {border: none;}

a.blue:link {color: #0066FF; background: #ffffff; font-style: normal; text-decoration: none; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.blue:active {color: #0066FF; background: #ffffff; font-style: normal; text-decoration: none; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.blue:visited {color: #0066FF; background: #ffffff; font-style: normal; text-decoration: none; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.blue:hover {color: #0066FF; background: #ffffff; font-style: normal; text-decoration: underline; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.red:link {color: #ff0000; background: #ffffff; font-weight: bold; text-decoration: none; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.red:active {color: #ff0000; background: #ffffff; font-style: normal; text-decoration: none; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.red:visited {color: #ff0000; background: #ffffff; font-style: normal; text-decoration: none; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}
a.red:hover {color: #ff0000; background: #ffffff; font-style: normal; text-decoration: underline; font-size: 1.250em; font-family: Verdana, Helvetica, sans-serif;}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	color: #000000;
}
.border{
  border-color: #C5C5C5;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.ptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #3399FF;
	text-align:center
}
.ptextxl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	color: #3399FF;
	text-align:center
}

.disclaimer {
	border-color: #C5C5C5;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	background-color: #ECF3FF;
	text-align: left;
	padding: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #787d82;
	background-color: #2f2f2f;
	text-align:center;
}
.bgheader {
  background: url(images/Background.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Background.png', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Background.png', sizingMethod='scale');
}

.button {
-moz-box-shadow:inset 0px 1px 0px 0px #d4eaff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d4eaff;
	box-shadow:inset 0px 1px 0px 0px #d4eaff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF777A), color-stop(1, #ED0003));
	background:-moz-linear-gradient(top, #FF777A 5%, #ED0003 100%);
	background:-webkit-linear-gradient(top, #FF777A 5%, #ED0003 100%);
	background:-o-linear-gradient(top, #FF777A 5%, #ED0003 100%);
	background:-ms-linear-gradient(top, #FF777A 5%, #ED0003 100%);
	background:linear-gradient(to bottom, #FF777A 5%, #ED0003 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF777A', endColorstr='#ED0003',GradientType=0);
	background-color:#ED0003;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ED0003;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	width: 100%;
	height: 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ED0003;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ED0003), color-stop(1, #FF777A));
	background:-moz-linear-gradient(top, #ED0003 5%, #FF777A 100%);
	background:-webkit-linear-gradient(top, #ED0003 5%, #FF777A 100%);
	background:-o-linear-gradient(top, #ED0003 5%, #FF777A 100%);
	background:-ms-linear-gradient(top, #ED0003 5%, #FF777A 100%);
	background:linear-gradient(to bottom, #ED0003 5%, #FF777A 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED0003', endColorstr='#FF777A',GradientType=0);
	background-color:#ED0003;
}

.button2 {
-moz-box-shadow:inset 0px 1px 0px 0px #d4eaff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d4eaff;
	box-shadow:inset 0px 1px 0px 0px #d4eaff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0066FF), color-stop(1, #0052CC));
	background:-moz-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:-webkit-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:-o-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:-ms-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:linear-gradient(to bottom, #0066FF 5%, #0052CC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066FF', endColorstr='#0052CC',GradientType=0);
	background-color:#0066FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #6692bd;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:23px;
	font-weight:normal;
	width: 100%;
	height: 44px;
	text-decoration:none;
	text-shadow: 0px 1px 0px #488ccf;
}
.button2:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0052CC), color-stop(1, #0066FF));
	background: -moz-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: -webkit-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: -o-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: -ms-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: linear-gradient(to bottom, #0052CC 5%, #0066FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052CC', endColorstr='#0066FF',GradientType=0);
	background-color: #4B90D5;
}

.button3 {
	-moz-box-shadow: inset 0px 1px 0px 0px #d4eaff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #d4eaff;
	box-shadow: inset 0px 1px 0px 0px #d4eaff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0066FF), color-stop(1, #0052CC));
	background: -moz-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background: -webkit-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background: -o-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background: -ms-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background: linear-gradient(to bottom, #0066FF 5%, #0052CC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066FF', endColorstr='#0052CC',GradientType=0);
	background-color: #0052CC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0052CC;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	width: 100%;
	height: 50px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #0052CC;
}
.button3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0052CC), color-stop(1, #0066FF));
	background:-moz-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background:-webkit-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background:-o-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background:-ms-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background:linear-gradient(to bottom, #0052CC 5%, #0066FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052CC', endColorstr='#0066FF',GradientType=0);
	background-color:#0052CC;
}
.buttonfaq {
-moz-box-shadow:inset 0px 1px 0px 0px #d4eaff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d4eaff;
	box-shadow:inset 0px 1px 0px 0px #d4eaff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0066FF), color-stop(1, #0052CC));
	background:-moz-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:-webkit-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:-o-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:-ms-linear-gradient(top, #0066FF 5%, #0052CC 100%);
	background:linear-gradient(to bottom, #0066FF 5%, #0052CC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066FF', endColorstr='#0052CC',GradientType=0);
	background-color:#0066FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #6692bd;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	width:100%;
	height: 44px;
	text-decoration:none;
	text-shadow:-1px 1px 0-1px #488ccf;
}
.buttonfaq:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0052CC), color-stop(1, #0066FF));
	background: -moz-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: -webkit-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: -o-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: -ms-linear-gradient(top, #0052CC 5%, #0066FF 100%);
	background: linear-gradient(to bottom, #0052CC 5%, #0066FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052CC', endColorstr='#0066FF',GradientType=0);
	background-color: #4B90D5;
}
