body {
	margin-top:0;
	margin-bottom:0;
}

/**************** top stylish import *****************/
.t_list {
	width:260px;
	list-style-type:none;
	text-align:left;
	margin:5px 0 0 0;
	padding:0;
}

.t_list li {
	font-size: 10px;
	width: 130px;
	margin:0 0 10px 0;
	display:block;
	padding:0;
	float:left;
	line-height:10px;
}

.t_list a:link {
	color: #666666;
	text-decoration: none;
}

.t_list a:visited {
	color: #666666;
	text-decoration: none;
	}
	
.t_list a:hover {
	color: #395e82;
	text-decoration: underline;
	}
/*******************  top casual  ********************/
.ct_list {
	width:552px;
	list-style-type:none;
	text-align:left;
	margin:5px 0 0 0;
	padding:0;
}

.ct_list li {
	font-size: 10px;
	width: 125px;
	margin:0 0 10px 0;
	display:block;
	padding:0;
	float:left;
	line-height:10px;
}

.ct_list a:link {
	color: #666666;
	text-decoration: none;
}

.ct_list a:visited {
	color: #666666;
	text-decoration: none;
	}
	
.ct_list a:hover {
	color: #395e82;
	text-decoration: underline;
	}
/*********************  casual  **********************/
.c_list {
	width:583px;
	list-style-type:none;
	text-align:left;
	margin:1px 0 0 0;
	padding:0;
}

.c_list li {
	font-size: 10px;
	width: 140px;
	margin:0 0 5px 0;
	display:block;
	padding:0;
	float:left;
	line-height:10px;
}

.c_list a:link {
	color: #9e896b;
	text-decoration: none;
}

.c_list a:visited {
	color: #9e896b;
	text-decoration: none;
	}
	
.c_list a:hover {
	color: #9e896b;
	text-decoration: underline;
	}
/********************  stylish  **********************/
.s_list {
	width:583px;
	list-style-type:none;
	text-align:left;
	margin:1px 0 0 0;
	padding:0;
}

.s_list li {
	font-size: 10px;
	width: 190px;
	margin:0 0 5px 0;
	display:block;
	padding:0;
	float:left;
	line-height:10px;
}

.s_list a:link {
	color: #003366;
	text-decoration: none;
}

.s_list a:visited {
	color: #003366;
	text-decoration: none;
	}
	
.s_list a:hover {
	color: #cc3366;
	text-decoration: underline;
	}
/*********************  import  **********************/
.i_list {
	width:583px;
	list-style-type:none;
	text-align:left;
	margin:1px 0 0 0;
	padding:0;
}

.i_list li {
	font-size: 10px;
	width: 190px;
	margin:0 0 5px 0;
	display:block;
	padding:0;
	float:left;
	line-height:10px;
}

.i_list a:link {
	color: #000000;
	text-decoration: none;
}

.i_list a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.i_list a:hover {
	color: #d5006c;
	text-decoration: underline;
	}
/*****************************************************/