@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color : Black;
	background-color : #edfffc;
}


div#head {
	display:none;	
}

div#headbar {
	display:none;	
}

div#navigation { 
	display : none;
}



div#contents{
	position : absolute; 
	left : 20px;
	top : 120px;
	width : 600px;
	line-height:150%;
}

div#ad {
	display : none;
}

div.popup {
	display : none;
}

div.search_result {
	border-bottom : 1px dotted Silver;
	padding : 10px;
	font-weight : bold;
	font-size : 13px;
	cursor : pointer;
}

div.search_result p {
	font-weight : normal;
	font-size : 0.8em;
	line-height:120%;
}

div.search_result span {
	font-weight : bold;
	color : Darkred;
}


a {
	text-decoration : underline;
	color: #233475;
}

a:hover {
	text-decoration : underline;
	color: #233475;
}

input.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	width : 300px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	height : 200px;
	width : 300px;
}

img {
	border : 0px;
}


div#printhead {
	position : absolute;
	left : 20px;
	top : 20px;
	height : 70px;
	width : 600px;
	border-bottom : 3px double Darkblue;
}

div#printhead span {
	font-weight : bold;
	font-size : 16px;
}

div#btnprintview {
	display : none;	
}

div#btnnormalview {
	position : absolute; 
	left : 650px;
	top : 20px;
}


div#bottom {
	font-size : 10px;
	margin-top : 50px;
	width : 580px;
	position : relative;
	top : 30px;
	border-top : 1px solid #9ad3cb;
	clear : left;
	clear : right;
}


/* text */

span.title {
	font-size : 15px;
	color : Black;
}

span.subtitle {
	font-size : 12px;
	color : #233475;
	font-weight : bold;
}

span.largefont {
	font-size : 14px;
}

div.devider_style {
	margin-top : 10px;
	margin-bottom : -10px;
	color : Darkblue;
	height : 12px;
	background-image : url(gfx/line.gif);
	width : 540px;
	clear:both;
}

div.devider {
	margin-top : 10px;
	margin-bottom : -10px;
	height : 0px;
	border-top : 2px solid #9ad3cb;
	width : 540px;
	clear:both;
}

