<body scroll="no">
body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	
}
body, td {
	font-size: 12px;
	font-family: 'Arial', Verdana;
	margin: 0px;
	padding: 0px;
	width: 90%;
}

#upper {
	width: 100%;
	height: 100%;
}

form {
	display: inline;
}
img {
	border: 0px;
	vertical-align: top;
}
iframe {
	width: 100%;
	height: 100%;
}
#login div {
	height:114px;
	display: inline;
	margin-top: 0px;
	margin-left: 3px;
}
#login div * {
	vertical-align: left;
}
td {
	text-align: left;
	vertical-align: top;
}

#header {
	width: 100%;
	height: 120px;
	background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
	background-color: transparent;
}

#logo {
	width: 300px;
	height: 120px;
}

#left {
	width: 250px;
	background-image: url('images/bg_left.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
}
#main {
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	padding-top: 50px;
}

#left .menu {
	width: 190px;
}
#left a:link,
#left a:visited {
	display: block;
	width: 190px;
	background-color: #6ed7ff;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 6px;
	padding-right: -6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #48c8f8;
	border-top: 1px solid #81dcff;
}
#left a:active,
#left a:hover {
	display: block;
	width: 190px;
	background-color: #84dbff;
	color: #000000;
	padding: 3px;
	padding-left: 6px;
	padding-right: -6px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #46c3f2;
	border-top: 1px solid #a4e6ff;
}
input {
	font-family: 'Arial', Verdana;
	font-size: 11px;
}
/* login balk*/
input.submit {
	color: #7ED9FD;
	border: 0px solid #42b8e5;
	background-color: #7ED9FD;
	font-weight: bold;
}
h1 {
	font-family: 'Arial', Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	display: inline;
	width: 100%;
	margin-bottom: 6px;
	line-height: 100%;
	/*
	background-image: url('images/bg_h1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	*/
}

h2 {
	font-family: 'Arial', Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: inline;
	width: 100%;
	margin-bottom: 6px;
	line-height: 100%;
	/*
	background-image: url('images/bg_h2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	*/
}
h3 {
	font-family: 'Arial', Verdana;
	font-size: 12px;
	color: #000000;
	display: inline;
	width: 100%;
	margin-bottom: 6px;
	line-height: 100%;
	/*
	background-image: url('images/bg_h2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	*/
}