body, html {
	margin:50px;
	padding:0;
	background:#EBEBEB;
	color:#000000;
}

body {
	min-width:892px;
}

img {
	border:0px;
}

body, table, td {
	font-family: Verdana;
	text-decoration: none;
	font-size: 8pt;
	color: #252525;	
}

a {
	text-decoration: none;
	color: #252525;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	background:#FFFFFF;
	margin:0px auto;
	width:892px;
	border: 1px solid #000000;
}

#header {
	border-bottom: black 1px solid;
}

#topmenu {
	border-bottom: black 1px solid;
	height:30px;
}

#topmenu_left {
	padding:10px;
	width:150px;
	height:10px;
	float:left;
}

#topmenu_other {
	border-left: black 1px solid;
	padding:10px;
	text-align:center;
	width:159px;
	height:10px;
	float:left;
}

#leftmenu {
	padding:0px;
	margin-top:0px;
	background:#FFFFFF;
	float:left;
	width:169px;
}

#leftmenu_all {
	border-bottom: black 1px solid;
	padding:10px;
	width:150px;
	height:10px;
	float:left;
}

#main {
	min-height:500px;
 	height:auto !important;
  	height:500px;
	padding:20px;
	background:#FFFFFF;
	float:right;
	width:681px;
	border-left: black 1px solid;
}

#footer {
	margin:0px auto;
   	background:#EBEBEB
	clear:both;
	width:892px;
}

#footer p {
	text-align:right;
}

input { 
	font-family: Verdana;
	text-decoration: none;
	font-size: 8pt;
	background-color: #ffffff; 
	border:1px solid #C0C0C0;
}

select {
	font-family: Verdana;
	text-decoration: none;
	font-size: 8pt;
	background-color: #ffffff; 
	border:1px solid #C0C0C0;
}

textarea {
	font-family: Verdana;
	text-decoration: none;
	font-size: 8pt;
	background-color: #ffffff; 
	border:1px solid #C0C0C0;
}

form {
	font-family: Verdana;
	text-decoration: none;
	font-size: 8pt;
	background-color: #ffffff; 
	border:1px solid #C0C0C0;
}

.listtable {
	background-color: #F7F7F7;
	padding:3px;
	border: 1px solid #C0C0C0;
}

hr.red {
	margin:0;
	height: 1px;
	border-top:1px solid #FF0000;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

hr.black {
	margin:0;
	height: 1px;
	border-top:1px solid #000000;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

