﻿/* CSS Document */
*{
	padding:0;
	margin:0;
}

body {
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	background-attachment:fixed;
}


/* Start Link Setting */

a:link {
	color:#0000ff; 
	text-decoration:none; 
	border-bottom: 1px;
	border-bottom-style: solid;
}

a:visited {
	color:#800080;
	text-decoration:none; 
	border-bottom:1px;
	border-bottom-style: solid;
}

a:hover {
	color:#ff0000;
	text-decoration:none; 
	border-bottom:1px;
	border-bottom-style: dashed;
}


/* End Link Setting */


#wrap1 {
	margin:0 auto;
	width:800px;
	height:600px;
}

#wrap2 {
	position:absolute;
	margin-top:30px;
	margin-left:25px;
	width: 750px;
	height:570px;
}

#logobar{font-size:12px;}
#logobar a{color:#000000;}
#logobar a:hover{color:#ff0000;}

#toolbar 
{
    font-size:13px;
    color:#111111;
    text-decoration:none;
}

#toolbar a
{
    color:#111111;
    cursor:pointer;
    text-decoration:none;
    border-bottom:1px solid;
}

#toolbar a:visited 
{
    color:#000000;
    text-decoration:none;
    border-bottom:1px solid;
}

#toolbar a:hover
{
    color:#ff0000;
    text-decoration:none; 
    text-decoration:none;
    border-bottom:1px; 
    border-bottom-style: dashed;
}

/* -----------------------TAB Style---------------------- */
#tab-company{ 
	width:750px;
	height:25px;
	margin-bottom:5px;
	font-size:13px;
	background-color: #eeeeee;
}

#tab-analysis{
	width:750px;
	height:25px;
	margin-bottom:5px;
	font-size:13px;
	background-color: #eeeeee;

}

#tab-design{
	width:750px;
	height:25px;
	margin-bottom:5px;	
	font-size:13px;
	background-color: #eeeeee;
}

#tab-strategy{
	width:750px;
	height:25px;
	margin-bottom:5px;	
	font-size:13px;
	background-color: #eeeeee;
}

#tab-sundries{
	width:750px;
	height:25px;
	margin-bottom:5px;
	font-size:13px;
	background-color: #eeeeee;
}

/* ----------------content of website-------------------- */

.content{margin-bottom:5px;font-size:12px;}
.content a{color:#0000FF; text-decoration:none;} 
.content a:visited{color:#7733DD; text-decoration:none;}
.content a:hover{color:#0000FF; text-decoration:none;}


.line{
	color:silver;
	text-align:center;
}

#footer {
	font-size:10px;
	color:gray;
	text-align:center;
}

#footer a{color:#0000ff; text-decoration:none;} 
#footer a:visited{color:#800080; text-decoration:none;}
#footer a:hover{color:#ff0000; text-decoration:none;}

.top{}
.top a:visited{color:#0000FF}
.top a:hover{color:#ff0000}