/*
########################################################
  Top style
########################################################
*/

#TopMain {
	width: 700px;
	float: left;
	text-align: left;
}

#TopSub {
	width: 250px;
	float: right;
	text-align: left;
}

div#TopSub #subAsk {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	width: 240px;
	padding-left: 10px;	
}

.Toplink{
	font-size: 10px;
	text-align: right;
}
.t10TopMenu {
	font-size: 12px;
	line-height: 120%;
}


div#TopMain ul#TopicsList{
	margin: 0px;
	padding: 0px;
}

div#TopMain ul#TopicsList li{
	list-style-type: none;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 170%;
	width: 633px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E8E9;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

div#TopMain ul#TopicsList strong{
	font-weight: bold;
	color: #33b9f9;
	line-height: 120%;
}

div#TopMain ul#QAList{
	margin: 0px;
	padding: 0px;
}

div#TopMain ul#QAList li{
	list-style-type: none;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 200%;
}

div#TopMain ul#QAList strong{
	font-weight: bold;
	color: #33b9f9;
}


div#TopMain a:link {
	color:#666666;
	text-decoration: underline;
	}

div#TopMain a:visited {
	color:#888888;
	}

div#TopMain a:hover {
	color: #FF3300;
	text-decoration: underline;
	}

div#TopMain a:active {
	color:#FFCC00;
	}
