		BODY {
			margin: 0;
			padding: 0;
			font-family: arial;
			font-size: 12px;
			color:#707070;
		}
		BODY.bg1, BODY.bg2 {
			background-image:url('../images/line.gif');
			background-repeat:repeat-x;
		}
		BODY.bg1 {
			background-position:-100px 200px;
		}
		BODY.bg2 {
			background-position:-350px 200px;
		}
		
		td {
			font-family: arial;
			font-size: 12px;
			color:#707070;
		}
		form {
			margin:0px;
		}

		OL { margin-left:30px;padding-left:0px;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;  } 
		UL { margin-left:0px;
			padding-left:0px;
			list-style-type:none;
			margin-top:0px;
			margin-bottom:0px;;  } 
		UL LI { margin-left:0px;
			background-repeat:no-repeat;
			padding-left:10px;
			background-image:url("../images/ico_bullet.gif");
			background-position:0px 6px;
			margin-bottom:6px;  }
		a {
			color: #0080a0;
			text-decoration:none;
		}
		a:hover {
			text-decoration:underline;
		}
		a.menu {
			color:#707070;
		}
		a.menu:hover, a.menuSel:hover, a.menuSel {
			text-decoration:none;
			color: #0080a0;
		}
		
		a img {
			border: none;
		}
		
		.clear {
			clear:both;
			height:0px;
		}
		
		.select {
			height:18px;
			border:1px solid #B4B4B4;
			font-family:arial;
			font-size: 12px;
			color: #707070;
		}
		.edit {
			width:250px;
			height:18px;
			border:0px;
			border:1px solid #B4B4B4;
			font-family:arial;
			font-size: 12px;
			color: #707070;
			padding-left:5px;
		}
		.error {
			color:#990000;
			font-weight:bold;
		}
		.small {
			font-size:9px;
		}
	
		.line {
			background-color:#B4B4B4;
			height:1px;
		}
		
		#page {
			width:870px;
			margin-top:30px;
		}
		#logoLeft {
			width:150px;
			float:left;
			text-align:right;
		}
		#logoRight {
			margin-bottom:27px;
		}
		#content {
			width:720px;
			float:left;
		}
		.h5 {
			height:5px;
		}
		.headline {
			margin-top:15px;
			height:90px;
		}
		.gray {
			color:#707070;
		}
		.cyan {
			color:#0080a0;
		}
		
		#newslayer {
			width:238px;
			position:absolute;
			top:20px;
			left:700px;
		}
		.newsSep {
			background-color:#B4B4B4;
			height:1px;
			margin-top:5px;
		}
		.news {
			margin-top:10px;
			line-height:20px;
		}
		.newsBG {
			background-image:url('../images/newslayer_middle.png');
			background-repeat:repeat-y;
		}
		
		.txt {
			width:650px;
			line-height:20px;
		}
		.lh {
			line-height:20px;
		}