@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copyright{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #525252;
}
.link{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #007fc1;
	text-decoration: none;
}
.link:link {color: #007fc1;}
.link:visited {color: #007fc1;}
.link:active {color: #007fc1;}
.link:hover {color: #000000;
text-decoration: underline;}
.more{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #007fc1;
	text-decoration: underline;
}
.more:link {color: #007fc1;}
.more:visited {color: #007fc1;}
.more:active {color: #007fc1;}
.more:hover {color: #000000;
}
.useful{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #007fc1;
	text-decoration: underline;
}
.useful:link {color: #007fc1;}
.useful:visited {color: #007fc1;}
.useful:active {color: #007fc1;}
.useful:hover {color: #000000;
}

.header{
	font-family: Tahoma;
	font-size: 13px;
   font-weight: bold;
	color: #4f7ba3;
}
.text{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	text-align: justify;
	padding-top:10px;

}
.ul{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	text-align: justify;
	line-height: 19px;

}
.pt{
	padding-top: 10px;
}
.pt2{
	padding-top: 15px;
}
.border{
	border: 2px solid #c9c7c7;
}
.sub{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0b2f86;
	text-decoration: none;
}
.sub:link {color: #0b2f86;}
.sub:visited {color: #0b2f86;}
.sub:active {color: #0b2f86;}
.sub:hover {color: #007fc1;
}
.sub-selected{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #007fc1;
	text-decoration: none;
}
.textfiled{
border:#0c8cbe 1px solid;
font-size:12px;
width:200px;

}
.textarea{
border:#0c8cbe 1px solid;
font-size:12px;
width:350px;
height:40px;

}
.buttons{
background-color:#5ba3e4;
color:#ffffff;
border-style:none;

font-size:12px;

}
.image{
border:#eceeef 1px solid;

}