@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #114570;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
a:link img, a:visited img {
	border: none;

}
a:link, a:visited {
	color: #002C71;
}
a:hover, a:focus {
	color: #000;
}
div.clearFloat {
	clear: both;
	color: #ffffff;
	font-size: 0;
	height: 0;
	line-height: 0px;
}

li.clearFloat {
	clear: both;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;

} 
#header {
/*	height: 94px;*/
	width: 960px;
	padding: 0px;
	text-align:center;
} 
#header h1 {

	font-size: 18px;
	font-weight: bold;
	color:#ffffff;
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#header h2 {

	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	margin: 10px 0px 10px 0px;

}
#header h3 {

	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	margin: 5px 0px 5px 0px;
}
#header h3 a:link, h3 a:visited {
	color: #ffffff;
	text-decoration:underline;
}


/* MAIN CONTENT */
#mainContent {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	background-image: url(../../images/bg_foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #114570;
}

.paper {
	color: #000;
}

.red {
	color: #ed1b2e;
}

.author {
	color: #000;
	}

.b-botom {
	border-bottom: 1px solid #000;
	}
	

#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color:#ffffff;
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	margin: 10px 0px 10px 0px;

}
#mainContent h3 {
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	margin: 5px 0px 5px 0px;
}
#mainContent h3 a:link, a:visited {
	/*color: #ffffff;*/
	text-decoration:underline;
}

/*#mainContent a:link, a:visited {
	color: #000;
	text-decoration:none;
}
#mainContent a:hover, a:active, a:focus  {
	color: #cccccc;
	text-decoration: underline;
}*/
#mainContent .footertext {
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	margin: 5px 0px 5px 0px;	
	}
#mainContent .footertext a:link, .footertext a:visited {
	color: #ffffff;
	text-decoration:underline;
}
#mainContent .footertext a:hover,  .footertext a:active,  .footertext a:focus  {
	color: #164194;
	text-decoration: none;
}

#mainContent li {
	list-style-type: none;
	margin-top: 10px;
}
#box {
	float:left;
	margin: 15px 0px 15px 150px;
	/*border: solid 1px #212D3A;*/
	width: 660px;
	text-align: left;
}
#mainContent .NispaDataLink a:link 
{
	color: #000066 ; 
	text-decoration: underline;
}
#mainContent .NispaDataLink a:visited
{
	color: #000066 !important; 
	text-decoration: underline;
}
#mainContent .NispaDataLink a:hover
{
	color: red !important; 
	text-decoration: none;
}
#mainContent .NispaDataLink a:active
{
	color: #6D92BE; 
	text-decoration: none;
}

#box2 {
	float:left;
	margin: 15px 0px 15px 150px;
	border: solid 1px #fff;
	width: 600px;
	text-align: left;
	padding: 30px;

}

.box2text a:link, 
.box2text a:visited {
	color: #fff;
}
.box2text a:hover, a:focus {
	color: #002C71;
}
#box2 p { margin-bottom: 20px}
/*	2.8	Buttons
/*-----------------------------------------------------------------------------------*/
#box2 .button, .button:visited {
	
	background-color: #002C71;
	border: 1px solid #002C71;
	display: inline-block;
	color: #fff;
	line-height: inherit;
	vertical-align: middle;
	font-weight: bold;
	padding: 4px 14px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 18px;
}
#box2 .button:link, .button:visited {
	
	color: #FFF;
	text-decoration: none;
	

}
#box2 .button:hover {
	color: #FFF;
	background-color: #0033CC;
}
#box2 a.button, a.button:visited,  {
	-webkit-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	-moz-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	-ms-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	-o-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	color: #fff;
}
#box2 .button.white {
	border: 1px solid #333;
	background-color: #F5F5F5;
	color: #666666;
}
 #box2 .button.white:hover {
	background-color: #fff;
	color: #41454A;
}