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

#setimagemiddle {
	background-color: #FFF;
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#setimagetop1 {
	background-color: #FFF;
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#setimagetop2 {
	background-color: #FFF;
	background-image: url(images/top_banner_links.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#setimagebottom {
	background-color: #FFF;
	background-image: url(images/bottom_banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#center_bottom {
	background-image: url(images/center_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#center_middle {
	background-image: url(images/center_middle.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#center_top {
	background-image: url(images/center_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#full_size {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 10pt;
}

.newspar {
	padding: 5px;
	border: 1px dotted #635032;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.sidepar {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

iframe {
	margin: 0px;
	padding: 0px;
	border: 1px dotted #000;
}

.iframetext {
	font-style: italic;
		color: #666;
	font-size: 7pt;
}

.iframetext2 {
	font-size: 8pt;

}

input[type=text] {
	background-color: #FFFFDF;
	margin: 1px;
	padding: 1px;
	height: 15px;
	border: 1px dotted #333;
	opacity:0.6;
	filter:alpha(opacity=60);
}

input[type=submit] {
	background-color: #D8EDFF;
	margin: 1px;
	padding: 1px;
	height: 25px;
	width: 60%;
	border: 1px solid #6C90AB;
	opacity:0.6;
	filter:alpha(opacity=60);
	text-indent: 1px;
	vertical-align: middle;
	white-space: normal;
}

.image {
	border: 1px outset #000;
}
