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

body {
margin:0px 0px 30px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a:link {
	color: #0071c0;
	text-decoration:none;
}
a:visited {
	color: #0071c0;
	text-decoration:none;
}
a:hover {
	color: #0071c0;
	text-decoration:underline;
}
a:active, .header {
	color: #0071c0;
	text-decoration:none;
}

.wrapper {
width:70%;
margin-left:15%;
margin-top:0px;
}

.toplinks {
float:right;

/*width:100%;
]width:70%;*/
text-align:right;
]margin-top:10px;
margin-right:0px;
}

.logo {
background-image:url(images/header-logo.jpg);
margin-top:10px;
]margin-top:15px;
background-repeat:no-repeat;
height:54px;
width:260px;
}

.in_wrapper{
border:#cccccc 1px solid;
margin:15px 0px 25px 0px;
}

.header {
font-size:14px;
font-weight:bold;
background-color:#f3f3f3;
line-height:35px;
padding-left:10px;
}

.text {
line-height:18px;
color:#3f3f3f;
padding:10px 10px 10px 10px;
text-align:justify;
}

.txt_bld {
font-weight:bold;
font-size:13px;
}

.footer {
width:100%;
background-color:#0071c0;
height:7px;
}

.footer_txt {
margin:15px 0px 30px 30px;
}

