@charset "utf-8";
/* CSS Document */

* {
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#004262;
}

img {
border-width:0;
}

body {
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
background-color:#b6cbe5;
}


.main_tbl {
width:992px;
background-color:#d7e7f8;
border-width:0px 1px 0px 1px;
border-style:solid;
border-color:#000066;
text-align:center;
}

.content_table {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:100%;
background-color:#FFFFFF;
}


.content_p {
padding:5px;
padding-bottom:0;
text-align:justify;
}


a:link, a:visited, a:active {
	color:#004262;
	text-decoration:underline;
}

a:hover {
	color:#000033;
	text-decoration:none;
}

input.butt {
	border-style:inset;
	border-width:1px;
	border-color:#003366;
	background-color:#b6cbe5;
	font-weight:bold;
}

.nkar_desc {
font-size:10px;
font-weight:bold;
text-align:center;
}

.nk {
border-style:solid;
border-width:1px;
border-color:#666666;
}

h2, .h2 {
font-size:20px;
font-weight:bold;
}



.error {
	font-weight:bold;
	font-style:italic;
	color: #cc0000;
}

.red_msg {
	font-weight: bold;
	font-size:12px;
	color: maroon;
}