body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header
{
    background-color:#fff;
    background-image: url(img/top_bg.png);
	background-repeat: repeat-x;
	width:100%;
	height:127px;
	margin:0px;
}
#wrap {
	width: 960px;
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	margin-right: 20px;
}
#left h1
{
    font-size:4em;
    margin:0px;
}
.tm{font-size:20px; vertical-align:top;}
#right {
}

.bluetitle {
	color: #3F819F;
}

#stretch {
	background-image: url(img/bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 171px;
	width: 100%;
	margin:0px;
}

a:link {color: #666;text-decoration: none;}
a:visited {text-decoration: none;color: #666;}
a:hover {text-decoration: none;color: #666;}
a:active {text-decoration: none;color: #666;}

.button {
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 12px 12px 12px 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;   width: 180px;
	background-image: url(img/c-linka.png);
}
.button:hover {
	color: #00A7DF;
	background-image: url(img/c-link.png);
}

.aqua{color:#3399FF;}
.green{color:#73be1e;}

/*how it works*/
.hiw{width:100%;}
.hiw-header{width:100%;background:#26C9FF;}
.hiw-header p{color:#fff; padding:4px; font-weight:bold;}
.hiw-body{clear:both;font-size:12px; overflow:hidden; width:100%;}
.hiw-body p{ font-size:11px; padding:3px;}
.hiw-body p.blueblock{color:#3399FF; font-size:13px; text-align:center; border:1px solid #3399FF;}
.hiw-column{width:33%; float:left;margin:0px;padding:0px;}
.hiw-number{padding:2px 5px 2px 5px; background:#26C9FF; font-weight:bold; color:#fff; margin:5px 10px 5px 5px;}
.hiw-caption{font-size:10px; font-style:italic;}
