@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
}




a {
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
a.concept {
	color:#aaaacd;
	text-decoration:none;
}
	
a.concept:hover {
	color:#aaaacd;
	text-decoration:underline;
}





.outertable{
	height:697px;
}
.topnav{
	height:62px;
}
.bg_imgnavtop{
	width:300px;
	background:url(../images/topnav_leftbg.gif);
	background-repeat:no-repeat;
}
.bg_imgnavtop_right{
	background:url(../images/bg_1.gif);
	background-repeat:repeat-x;
}
.companynamearea{
	height:109px;
	background:url(../images/bg_namearea.gif);
	background-repeat:repeat-x;
}
.header{
	height:143px;
}
.contentarea{
	height:293px;
}
.footer{
	height:90px;
	background:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Tahoma, Arial;
	font-size:12px;
}
.bg_contentarea{
	background:url(../images/bg_contentarea.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.generalfont_contenarea{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#7a7476;
	padding-left:8px;
	line-height:15px;
	text-align:left;
	padding-right:14px;
}
.generalfntstyle{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#999999;
	line-height:15px;
	padding-right:15px;
}
