body {
	font-family: arial, sans-serif;
	color: #000;
	background: #fff;
	margin: 0px;

}
.header1 {
	background-color: #ADD46A;
}
.header {
	background-image: url('../images/header.png');
	background-repeat: repeat-x;
	height: 79px;
}

.logo{
     width:320px;
     float: left;
}
.close{
	width:140px;
	float: right;
	padding: 30px 0px 10px;
	text-align: left;
}

a {
	text-decoration:underline ;
	color:#000;

}
a:hover {
	text-decoration:none ;
}
h2 {
	border-bottom: 1px solid #BFBFBF;
	color: #5197C7;
	vertical-align: bottom;
	margin-left: 10px;

}
.footer {
	padding-top: 5px;
	font-size: 75%;
	color: #7F7F7F;
	text-align: center;
}
.privacypolicy{
    padding:10px;
    font-size: 75%;
   /* text-align: justify;*/
}

.privacypolicy strong{
    font-weight: bold;
}

.privacypolicy a{
   text-decoration: underline;
}

.privacypolicy a:hover{
   text-decoration: none;
}

.privacypolicy span{
    color:black;
    padding-left:30px;
    font-weight: normal;
}

.tremsofuse{
    padding:10px;
    font-size: 75%;
    /*text-align: justify;*/
}
.tremsofuse strong{
    font-weight: bold;
}
.tremsofuse a{
   text-decoration: underline;
}
.tremsofuse a:hover{
   text-decoration: none;
}
.tremsofuse p{
    padding:0px;

}
