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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

#leftCol {
	position:absolute;
	width: 150px;
	height: 100%;
}
#logo {
	position:absolute;
	width: 60px;
	height: 90px;
}
#name {
	position:absolute;
	width: 150px;
	height: 50px;
	top:80px;
}
#menu {
	position:absolute;
	width: 150px;
	height: 150px;
	top:140px;
}

/*----------------------------------------------------------*/

#mainHolder {
	position:relative;
	width: 750px;
	height: 500px;
	left:150px;
}
#infoHolder {
	position:relative;
	width: 750px;
	left:150px;
}
#infoLcol {
	position:relative;
	width: 450px;
}
#infoRcol {
	position:absolute;
	width: 450px;
	top:0px;
	left: 490px;
}
/*----------------------------------------------------------*/


.black10 {
	font-size: 10px;
}

img { 
	border: none; 
} 
.bold {
	font-weight: bold;
}
