@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0;
	background: #707070 url(images/bg.jpg) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a90101;
	margin: 0.5em 0 0.7em 0;
}

h2 {
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3f6cb6;
	margin: 0.5em 0 0.7em 0;
}

h3 {
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a90101;
	margin: 0.5em 0 0.7em 0;
}

h4 {
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0097f6;
	margin: 0.5em 0 0.7em 0;
}

p, ul, ol {
	line-height: 140%;
	font-size: 24px;
	margin: 0 0 0.2em 0;
}

.normal {
	line-height: 140%;
	font-size: 18px;
	margin: 0 0 0.8em 0;
	font-style: normal;
}

.small {
	line-height: 140%;
	font-size: 14px;
	margin: 0 0 0.8em 0;
	font-style: normal;
}

a:link {
	color: #4881d4;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #191919;
	text-decoration:underline;
}

a:visited {
	color: #4881d4;
}

.testimonial {
	line-height: 130%;
	font-size: 17px;
	margin: 0 0 1.0em 0;
}

.medtext {
	line-height: 130%;
	font-size: 20px;
	margin: 0 0 0.2em 0;
}

.signupframe {
  border: 3px dashed #000000;
  background: #feffde;
  color: #226699;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px auto;
  padding: 10px;
}

#topline {
	background: transparent url(images/top-bg.jpg) repeat-x top left;
	height: 18px;
	width: 100%;
}

#mainbody {
	background: #fff;
	width: 675px;
	margin: 0 auto;
}

#header {
	background: #fff url(images/header.jpg) no-repeat;
	height: 118px;
	width: 675px;
}

#mainpage {
	padding: 20px;
	background: #fff url(images/main-bg.png) repeat-y;
}

#footer {
	background: #fff url(images/footer.jpg) no-repeat;
	height: 92px;
	width: 675px;
}

.coins { background: #fff url(images/coins.jpg) no-repeat 40px right; margin-right: -16px;}

.smallblue { font-size: 12px; color: #4881d4; font-family: arial; font-style: normal;}

#install-logo { width: 215px; margin: 0 auto 20px auto;}
